aboutsummaryrefslogtreecommitdiff
path: root/base/runtime/core_builtin.odin
Commit message (Expand)AuthorAgeFilesLines
* Add `non_zero_*` variants for `#soa` dynamic arraygingerBill2024-07-011-3/+18
* Add `#soa` support to `append` directlygingerBill2024-07-011-0/+3
* Add #soa forms to reserve, clear, and resizegingerBill2024-07-011-4/+23
* Add support for `make(#soa[]T)` etcgingerBill2024-07-011-0/+5
* Made default capacity of dynamic arrays more consistent.Karl Zylinski2024-06-291-5/+5
* Merge pull request #3502 from ARtemachka/mastergingerBill2024-06-281-2/+2
|\
| * Fix typo in core_builtinArtsiom Babukh2024-04-281-2/+2
* | Replace `max(8, 1)` in _append_elem with just `8` and a comment.Karl Zylinski2024-06-251-1/+2
* | Use `#any_int` for `reserve_*` and `resize_*` procsFeoramund2024-06-101-5/+5
|/
* Correct `copy_from_string` docsChris2024-04-161-2/+2
* Fix `resize` bug caused by typogingerBill2024-03-241-1/+1
* Fix `resize` zeroing behaviourgingerBill2024-03-241-0/+3
* Add `#no_broadcast` procedure parameter to disallow automatic array programmi...gingerBill2024-03-211-6/+6
* Add builtin `map_upsert`gingerBill2024-03-111-7/+9
* Add `runtime.map_insert_and_check_for_previous`gingerBill2024-02-061-0/+14
* Add `contextless` where missinggingerBill2024-02-021-3/+3
* Fix #3150gingerBill2024-01-291-0/+1
* Remove `incl` and `excl`gingerBill2024-01-291-33/+0
* Remove `core:os` dependency from `base:runtime`; change to `base:intrinsics`gingerBill2024-01-281-1/+1
* Move `core:runtime` to `base:runtime`; keep alias aroundgingerBill2024-01-281-0/+915