| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | base/runtime: Add `rand_bytes` and `HAS_RAND_BYTES` | Yawning Angel | 2025-11-29 | 1 | -0/+49 |
| | | | | | | | Having the OS/runtime provide a cryptographic entropy source is the right thing to do, and we need it to initialize the default random number generator. | ||||
| * | Correct cast to `uintptr` | gingerBill | 2025-10-30 | 1 | -1/+1 |
| | | |||||
| * | Add `runtime.exit` | gingerBill | 2025-10-30 | 1 | -0/+14 |
| | | |||||
| * | Moved all packages in core, base, vendor, tests and examples to use new #+ ↵ | Karl Zylinski | 2024-09-14 | 1 | -1/+1 |
| | | | | | file tag syntax. | ||||
| * | add support for linux_riscv64 and freestanding_riscv64 | Laytan | 2024-08-20 | 1 | -0/+2 |
| | | |||||
| * | Rename `runtime.os_write` to `runtime.stderr_write` | gingerBill | 2024-01-29 | 1 | -1/+1 |
| | | |||||
| * | Fix typo | gingerBill | 2024-01-28 | 1 | -0/+2 |
| | | |||||
| * | Remove `core:os` dependency for `runtime.os_write` on linux | gingerBill | 2024-01-28 | 1 | -0/+22 |