aboutsummaryrefslogtreecommitdiff
path: root/core/container/small_array
Commit message (Expand)AuthorAgeFilesLines
* Clarify `get` and `get_ptr` in `core:container/small_array`.Jeroen van Rijn2025-11-061-4/+14
* Enable misnamed doc example test for small_arrayJeroen van Rijn2025-10-301-1/+1
* Render examples.Jeroen van Rijn2025-10-101-6/+6
* Further overhaul of package line comments.Jeroen van Rijn2025-10-091-1/+1
* Package lines for core:container.Jeroen van Rijn2025-10-091-5/+4
* Merge pull request #5686 from thetarnav/zero-small-array-resizegingerBill2025-09-261-7/+53
|\
| * 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-052-0/+662
* Return false if `Small_Array` can't append multiple elementsFeoramund2024-09-031-3/+7
* 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
* 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