index
:
odin/Odin.git
bill/all_or_none
bill/any-type-switch-if-else
bill/change-license
bill/compiler-optimizations-2025-09
bill/conditional-zero
bill/const-union
bill/dir-organization
bill/disallow-128-bit
bill/fix-current-os-package
bill/fix-data-races-2026-02
bill/force-type-assert
bill/global-variable-distribution
bill/init-fini-changes
bill/integer-concatenation
bill/io-error-changes
bill/must-tail
bill/new-slice-sort
bill/range-init
bill/remove-test-suffix
bill/shared-partial-return-memory
bill/subtype-type-info
bill/typeid-sip-hash
bill/utf16-strings
core-flags
core_os2_revamp
custom-math-sin
fix-4225
llvm-12-support
master
middle-end
mimalloc
mv/libc-errors
new_os
orca-dev
text-template
update-tilde
windows-llvm-11.1.0
windows-llvm-12.0.1
windows-llvm-13.0.0
Odin Programming Language
Odin Lang
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
runtime
/
error_checks.odin
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Move `core:runtime` to `base:runtime`; keep alias around
gingerBill
2024-01-28
1
-292
/
+0
|
*
Implement instrumentation pass
gingerBill
2024-01-07
1
-10
/
+14
|
*
Update Tilde
gingerBill
2023-07-24
1
-9
/
+9
|
*
Make error checks diverging where possible
gingerBill
2023-06-20
1
-10
/
+10
|
*
Rename `ODIN_DISALLOW_RTTI` to `ODIN_NO_RTTI`; Remove dead command line flags
gingerBill
2023-06-12
1
-1
/
+1
|
*
Use `uint` instead of `int` to improve code generation for bounds checking
gingerBill
2022-09-27
1
-3
/
+3
|
*
Add `-disallow-rtti`
gingerBill
2022-02-28
1
-102
/
+123
|
*
Reorganize error check procedures
gingerBill
2022-02-28
1
-160
/
+157
|
*
Add `-foreign-error-procedures`
gingerBill
2022-02-20
1
-1
/
+19
|
*
Improve slice bounds checking runtime error messages
gingerBill
2022-02-16
1
-7
/
+7
|
*
Convert `ODIN_OS` and `ODIN_ARCH` to use enums rather than use strings
gingerBill
2022-01-20
1
-2
/
+2
|
*
Support indexing matrices
gingerBill
2021-10-19
1
-0
/
+23
|
*
Remove unneeded semicolons from the core library
gingerBill
2021-08-31
1
-107
/
+107
|
*
Add multi pointers to core
gingerBill
2021-08-21
1
-0
/
+18
|
*
Reorganize code to improve code generation
gingerBill
2021-06-08
1
-8
/
+0
|
*
Minimize the size of `runtime.Source_Code_Location` to use `i32` instead of ↵
gingerBill
2021-03-05
1
-11
/
+11
|
|
|
|
`int`
*
Minimize unneeded casts
gingerBill
2021-03-03
1
-4
/
+4
|
*
Replace usage of `inline proc` with `#force_inline proc` in the core library
gingerBill
2021-02-23
1
-7
/
+7
|
*
Remove `hash` field in runtime.Source_Code_Location
gingerBill
2020-12-05
1
-5
/
+5
|
*
Add type_assertion_check2
gingerBill
2020-12-02
1
-0
/
+53
|
*
Reimplement the Windows OS dependencies in `package runtime`
gingerBill
2020-10-01
1
-49
/
+42
|
*
Make runtime.slice_handle_error explicitly diverging
gingerBill
2020-09-26
1
-1
/
+1
|
*
Remove usage of `do` in core library
gingerBill
2020-09-23
1
-8
/
+24
|
*
Move all os specific stuff for the runtime to one file
gingerBill
2020-09-15
1
-31
/
+28
|
*
Reorganize package runtime
gingerBill
2020-09-15
1
-0
/
+160
Separates out the OS specific stuff into different files