aboutsummaryrefslogtreecommitdiff
path: root/base/runtime/error_checks.odin
Commit message (Collapse)AuthorAgeFilesLines
* Rename `try_copy_*` to `write_*`gingerBill2026-01-281-10/+10
|
* Rename to `type_assertion_trap_contextless`gingerBill2026-01-261-5/+5
|
* Fix `type_assertion_check2*` for `-no-rtti`gingerBill2026-01-261-10/+11
|
* Use `context.assertion_failure_proc` with type assertions when the `context` ↵gingerBill2026-01-261-28/+131
| | | | is available, otherwise use a trivial trap.
* improve orca targetLaytan Laats2024-06-051-0/+4
|
* Add `ODIN_NO_BOUNDS_CHECK`gingerBill2024-04-181-1/+13
|
* Move `core:runtime` to `base:runtime`; keep alias aroundgingerBill2024-01-281-0/+292