aboutsummaryrefslogtreecommitdiff
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Fix dummy codegingerBill2024-01-311-2/+2
* 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
* Add matrix related intrinsics to dummy filegingerBill2024-01-291-0/+6
* Move core:(builtin|intrinsics) to base:gingerBill2024-01-292-0/+444
* 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 core_builtin_ma...gingerBill2024-01-281-0/+9
* Move `core:runtime` to `base:runtime`; keep alias aroundgingerBill2024-01-2838-0/+6774