aboutsummaryrefslogtreecommitdiff
path: root/core/container/small_array/small_array.odin
Commit message (Collapse)AuthorAgeFilesLines
* Clarify `get` and `get_ptr` in `core:container/small_array`.Jeroen van Rijn2025-11-061-4/+14
| | | | See #5892.
* Enable misnamed doc example test for small_arrayJeroen van Rijn2025-10-301-1/+1
|
* Merge pull request #5686 from thetarnav/zero-small-array-resizegingerBill2025-09-261-7/+53
|\ | | | | Zero small array resize
| * Correct set_example in small_arrayDamian Tarnawski2025-09-151-2/+2
| |
| * Correct small_array resize examplesDamian Tarnawski2025-09-151-3/+3
| |
| * Replace `mem.zero_slice` with `intrinsics.mem_zero` in `small_array.resize`Damian Tarnawski2025-09-151-3/+3
| |
| * Add `@require` to core:mem import in small_arrayDamian Tarnawski2025-09-151-3/+2
| |
| * Zero memory in small_array.resize and add non_zero_resizeDamian Tarnawski2025-09-151-3/+50
| |
* | Add "contextless" to small_array get_safe and get_ptr_safeDamian Tarnawski2025-09-141-3/+3
|/
* core:container/small_array: add package documentationRobin Bergewski2025-04-051-0/+607
|
* Return false if `Small_Array` can't append multiple elementsFeoramund2024-09-031-3/+7
| | | | Fixes #4177
* Imply `#no_capture` to all variadic parametersgingerBill2024-07-141-1/+1
|
* Add more uses of `#no_capture`gingerBill2024-07-141-1/+1
|
* Fix loads of indentation issues with mixing spaces and tabsgingerBill2024-06-291-4/+4
|
* Replace `core:*` to `base:*` where appropriategingerBill2024-01-281-2/+2
|
* Add more utility procedures to small arrayLucas Perlind2022-12-211-1/+46
|
* Add `contextless` where appropriategingerBill2022-11-111-17/+17
|
* Add missing result parameter namessduman2022-04-281-2/+2
| | | | | This adds some missing result parameters names back to pop_front_safe. Currently it the procedure won't compile since it's referencing missing variable names.
* Remove `#caller_location` from certain calls in `core:container/small_array`gingerBill2022-04-041-3/+3
|
* Minor improvements to `core:container/small_array`gingerBill2021-12-291-3/+3
|
* Add `core:container/small_array`gingerBill2021-12-291-0/+117