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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' into llvm-17
gingerBill
2023-09-27
1
-0
/
+42
|
\
|
*
Add `cstring` specific comparison procedures to fix comparisons like `cstring...
gingerBill
2023-09-26
1
-0
/
+42
*
|
Use a giant packed struct working for type info table
gingerBill
2023-09-22
1
-0
/
+1
*
|
Add `ODIN_SANITIZER_FLAGS` global constant
gingerBill
2023-09-21
1
-0
/
+13
*
|
Update ABI breaking changes for `f16` types (due to LLVM 15+)
gingerBill
2023-09-21
1
-11
/
+15
|
/
*
Add formatting of bytes into the best unit of measurement
Laytan Laats
2023-09-01
1
-0
/
+2
*
Fix #2763
Jeroen van Rijn
2023-08-22
1
-5
/
+6
*
Require parentheses for `#align(N)`
gingerBill
2023-08-15
3
-5
/
+6
*
Fix typo
gingerBill
2023-08-08
1
-1
/
+1
*
Add `ODIN_PLATFORM_SUBTARGET`
gingerBill
2023-08-08
1
-0
/
+10
*
Remove #relative slices; Replace with #relative multi-pointers
gingerBill
2023-08-05
2
-7
/
+7
*
Remove the use of `import` within `when`
gingerBill
2023-08-04
1
-2
/
+5
*
Merge branch 'master' into tilde
gingerBill
2023-08-03
1
-98
/
+118
|
\
|
*
Clean up usage of `using` throughout core and vendor
gingerBill
2023-07-31
2
-15
/
+15
|
*
coalesce tombstones in map insert
jason
2023-07-21
1
-98
/
+118
*
|
Update Tilde for the new TB_Passes approach
gingerBill
2023-07-28
2
-10
/
+15
*
|
Update Tilde
gingerBill
2023-07-24
4
-19
/
+28
|
/
*
Improve accuracy of `abs` or `complex*` types
gingerBill
2023-06-28
1
-6
/
+27
*
Default to `panic` allocator for wasm targets
gingerBill
2023-06-26
3
-5
/
+53
*
Use positional and named arguments within the core library
gingerBill
2023-06-21
1
-6
/
+6
*
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
3
-4
/
+4
*
Rename procs
gingerBill
2023-06-07
2
-2
/
+2
*
Merge branch 'master' into separate-int-word-sizes
gingerBill
2023-06-06
7
-180
/
+385
|
\
|
*
Merge pull request #2571 from jakubtomsu/builtin-soa-procs-improvements
gingerBill
2023-06-06
1
-46
/
+41
|
|
\
|
|
*
Update SOA dynamic array procs to match non-SOA
jakubtomsu
2023-06-01
1
-46
/
+41
|
*
|
Add error requiring an explicit calling convention for foreign procedures
gingerBill
2023-06-06
2
-3
/
+3
|
*
|
Fix `map_get` typo
gingerBill
2023-06-06
1
-1
/
+1
|
|
/
|
*
Add more documentation to numerous `@builtin` procedures in package runtime
gingerBill
2023-05-30
1
-6
/
+110
|
*
Add missing procedure for `#reverse` on strings
gingerBill
2023-05-30
1
-0
/
+36
|
*
Merge pull request #2535 from jasonKercher/fix2515
gingerBill
2023-05-29
1
-24
/
+89
|
|
\
|
|
*
add rehash to map_shrink_dynamic
jason
2023-05-17
1
-0
/
+1
|
|
*
implement random map seed
jason
2023-05-16
1
-8
/
+34
|
|
*
implement backward shift during map insertion
jason
2023-05-16
1
-16
/
+54
|
*
|
Improve error handling for `resize` and `reserve` procedures
gingerBill
2023-05-22
1
-68
/
+69
|
*
|
Add require_results to make builtin procedures
gingerBill
2023-05-22
3
-33
/
+37
*
|
|
Merge branch 'master' into separate-int-word-sizes
gingerBill
2023-05-18
2
-2
/
+2
|
\
|
|
|
*
|
Merge pull request #2534 from Tetralux/fix-append-nothing-loc
gingerBill
2023-05-18
1
-1
/
+1
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
[runtime] Pass along #caller_location in append_nothing()
Tetralux
2023-05-12
1
-1
/
+1
|
*
|
add nil check to heap_alloc calls (issue 2530)
jason
2023-05-11
1
-1
/
+1
|
|
/
*
|
Begin work on new pseudo-architecture: wasm64p32
gingerBill
2023-04-20
4
-4
/
+4
*
|
Begin work on separating int and word sizes (i.e. `size_of(int)` might not eq...
gingerBill
2023-04-20
2
-4
/
+4
|
/
*
Fix again append on zero sized types
gingerBill
2023-04-19
1
-5
/
+5
*
Fix missing cast in `array_elems`
gingerBill
2023-04-19
1
-3
/
+5
*
Add `struct #no_copy`
gingerBill
2023-04-15
1
-0
/
+1
*
Remove usage of global_default_temp_allocator_data when there is no default a...
Fabian Sperber
2023-03-13
3
-11
/
+17
*
Add booleans to `print_any_single`
gingerBill
2023-03-06
1
-2
/
+8
*
Merge branch 'master' into new-temp-allocator
gingerBill
2023-02-28
4
-34
/
+38
|
\
|
*
Minor changes in `runtime`
gingerBill
2023-02-21
2
-29
/
+31
|
*
Remove debug string
gingerBill
2023-02-17
1
-1
/
+0
[next]