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