aboutsummaryrefslogtreecommitdiff
path: root/core/runtime/dynamic_array_internal.odin
Commit message (Expand)AuthorAgeFilesLines
* Move `core:runtime` to `base:runtime`; keep alias aroundgingerBill2024-01-281-138/+0
* Minor refactor of the dynamic_map_internal.odin stuffgingerBill2022-09-171-0/+2
* Improve `resize` callgingerBill2022-08-081-3/+7
* Merge pull request #1818 from IanLilleyT/reserve_exceedgingerBill2022-06-121-2/+2
|\
| * Reserve more space when exceeding, not meeting, capacityIan Lilley2022-06-011-2/+2
* | [runtime] Add builtin `shrink` for dynamic arrays and mapsTetralux2022-06-041-0/+29
|/
* Remove unneeded semicolons from the core librarygingerBill2021-08-311-44/+44
* Improve the `Allocator` interface to support returning `Allocator_Error` to a...gingerBill2021-04-191-3/+6
* Reorganize runtime code into separate filesgingerBill2020-11-191-0/+100