aboutsummaryrefslogtreecommitdiff
path: root/base/runtime/os_specific_orca.odin
Commit message (Collapse)AuthorAgeFilesLines
* base/runtime: Add `rand_bytes` and `HAS_RAND_BYTES`Yawning Angel2025-11-291-0/+2
| | | | | | 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.
* Add `runtime.exit`gingerBill2025-10-301-0/+5
|
* Moved all packages in core, base, vendor, tests and examples to use new #+ ↵Karl Zylinski2024-09-141-2/+2
| | | | file tag syntax.
* improve orca targetLaytan Laats2024-06-051-0/+43