aboutsummaryrefslogtreecommitdiff
path: root/base/runtime/core_builtin.odin
Commit message (Expand)AuthorAgeFilesLines
* 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