| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | base/runtime: Add `rand_bytes` and `HAS_RAND_BYTES` | Yawning Angel | 2025-11-29 | 1 | -0/+14 |
| * | Add `runtime.exit` | gingerBill | 2025-10-30 | 1 | -0/+10 |
| * | Moved all packages in core, base, vendor, tests and examples to use new #+ fi... | Karl Zylinski | 2024-09-14 | 1 | -2/+2 |
| * | darwin: remove syscall usage (without -no-crt) to comply to Apple guidelines | Laytan Laats | 2024-07-08 | 1 | -5/+18 |
| * | Incorrect write syscall on Darwin - fixes stderr output. | Ralph Caraveo | 2024-03-08 | 1 | -1/+1 |
| * | fix -no-crt on Darwin | Laytan Laats | 2024-02-02 | 1 | -17/+6 |
| * | Rename `runtime.os_write` to `runtime.stderr_write` | gingerBill | 2024-01-29 | 1 | -1/+1 |
| * | Improve foreign variable fuzzy type checking | gingerBill | 2024-01-28 | 1 | -0/+1 |
| * | Remove `core:os` dependency from `base:runtime`; change to `base:intrinsics` | gingerBill | 2024-01-28 | 1 | -4/+17 |
| * | Move `core:runtime` to `base:runtime`; keep alias around | gingerBill | 2024-01-28 | 1 | -0/+12 |