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
/
internal.odin
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix slicing issue; Change path of math/bits in package json #363
gingerBill
2019-03-30
1
-1
/
+1
*
Remove *_remove from demo and use built-in versions
gingerBill
2019-03-25
1
-1
/
+1
*
Modify slice_expr_error_* logic to change depending on which parameters are p...
gingerBill
2019-03-25
1
-5
/
+26
*
Fix `runtime.*_expr_error` error
gingerBill
2019-03-25
1
-2
/
+2
*
Source_Code_Location.hash; %#v printing for Source_Code_Location; allow typei...
gingerBill
2019-01-05
1
-4
/
+4
*
Move error handling for bounds checking into separate procedures (eliminate c...
gingerBill
2018-12-31
1
-65
/
+81
*
Update `package strings`
gingerBill
2018-12-26
1
-1
/
+1
*
Subset and superset operators for `bit_set`: < <= > >=
gingerBill
2018-11-25
1
-1
/
+1
*
switch on typeid with type cases
gingerBill
2018-10-13
1
-4
/
+2
*
Update runtime printing code
gingerBill
2018-10-11
1
-13
/
+21
*
Prefix runtime procedures
gingerBill
2018-09-29
1
-12
/
+12
*
context.allocator = a; Remove __ from runtime procs; improve division for com...
gingerBill
2018-09-15
1
-83
/
+120
*
`typeid` as keyword (ready to implement polymorphic name parameters)
gingerBill
2018-09-02
1
-2
/
+2
*
Fix for in enum iteration
gingerBill
2018-08-22
1
-1
/
+1
*
Fix `make` error messages
gingerBill
2018-08-08
1
-4
/
+4
*
Add runtime messages for `make` for the len/cap parameters
gingerBill
2018-08-08
1
-0
/
+42
*
Reduce number of range and slice operators #239
gingerBill
2018-08-01
1
-7
/
+7
*
Rename `free` to `delete` for non pointer types
gingerBill
2018-07-08
1
-4
/
+4
*
Remove special shared scope for runtime stuff
gingerBill
2018-06-03
1
-10
/
+10
*
Remove need for __llvm_core
gingerBill
2018-06-03
1
-23
/
+23
*
Clean up name mangling by using unique package names per project
gingerBill
2018-05-27
1
-47
/
+0
*
Reorganize `runtime` package
gingerBill
2018-05-27
1
-0
/
+432
[prev]