aboutsummaryrefslogtreecommitdiff
path: root/base/runtime/internal.odin
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into file-tags-without-commentsKarl Zylinski2024-09-171-4/+7
|\
| * [mem]: Fix handling of default resize to check alignmentflysand72024-09-111-4/+7
* | Moved all packages in core, base, vendor, tests and examples to use new #+ fi...Karl Zylinski2024-09-141-1/+1
|/
* fix i128 division?Laytan2024-08-201-4/+22
* re-enable some wasm things in runtimeLaytan Laats2024-08-101-11/+2
* Add another `-vet-cast` checkgingerBill2024-06-291-0/+1
* Update for `transmute` `-vet-cast`gingerBill2024-06-291-6/+6
* Use explicit calling conventionsgingerBill2024-06-291-4/+4
* Use `f32` operations rather than `f16` in `complex32` and `quaternion64` to i...gingerBill2024-06-291-17/+20
* Add `@(rodata)` and `@(static, rodata)` where appropriategingerBill2024-06-061-2/+2
* Merge pull request #3592 from laytan/wasm-gpagingerBill2024-05-201-0/+30
|\
| * add a default heap/general purpose allocator for wasm to `base:runtime`Laytan Laats2024-05-161-1/+31
* | arm32 now compiles and runs demojasonkercher2024-05-101-1/+5
|/
* Fix #3459gingerBill2024-04-301-4/+4
* Improve codegen for `bit_field [N]T` compound literalsgingerBill2024-04-241-6/+4
* fix wasm with `-target-features:"simd128"`Laytan Laats2024-03-221-3/+5
* Add general support for `bit_field`sgingerBill2024-02-221-0/+22
* `RUNTIME_REQUIRE :: false`gingerBill2024-02-021-1/+1
* Add `contextless` where missinggingerBill2024-02-021-2/+2
* 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/+1036