aboutsummaryrefslogtreecommitdiff
path: root/base/runtime
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove invalid allocator assignment to sliceZac Nowicki2024-02-081-1/+0
| | | | `T` is `#soa[]$E`, which does not carry an allocator.
* Add `runtime.map_insert_and_check_for_previous`gingerBill2024-02-062-0/+65
|
* Merge pull request #3161 from laytan/fix-no-crt-darwingingerBill2024-02-031-17/+6
|\ | | | | fix -no-crt on Darwin
| * fix -no-crt on DarwinLaytan Laats2024-02-021-17/+6
| |
* | `RUNTIME_REQUIRE :: false`gingerBill2024-02-021-1/+1
| |
* | Add `contextless` where missinggingerBill2024-02-023-7/+8
|/
* Rename `runtime.os_write` to `runtime.stderr_write`gingerBill2024-01-299-16/+16
|
* Fix #3150gingerBill2024-01-292-0/+2
|
* Remove `incl` and `excl`gingerBill2024-01-291-33/+0
|
* Improve foreign variable fuzzy type checkinggingerBill2024-01-282-1/+3
|
* Fix typogingerBill2024-01-281-0/+2
|
* Fix typo of `_heap_resize`gingerBill2024-01-281-5/+5
|
* Remove `core:os` dependency completely from `base:runtime`gingerBill2024-01-282-18/+21
|
* Alias heap calls from `base:runtime` is `core:os`gingerBill2024-01-285-87/+44
|
* Remove `core:os` dependency for `base:runtime`gingerBill2024-01-2810-108/+190
|
* Make //+privategingerBill2024-01-281-0/+1
|
* `-default-to-panic-allocator`gingerBill2024-01-281-0/+5
|
* Remove `core:os` dependency for `runtime.os_write` on linuxgingerBill2024-01-282-0/+23
|
* Remove `core:os` dependency from `base:runtime`; change to `base:intrinsics`gingerBill2024-01-2816-15/+32
|
* Move matrix related procedures to the different `linalg` packagesgingerBill2024-01-281-283/+0
|
* Move matrix compiler `builtin`s to `intrinsics`; alias within ↵gingerBill2024-01-281-0/+9
| | | | core_builtin_matrix.odin
* Move `core:runtime` to `base:runtime`; keep alias aroundgingerBill2024-01-2838-0/+6774