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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove stray `0`
gingerBill
2025-09-27
1
-1
/
+1
*
Remove `_test.odin` filter
gingerBill
2025-09-27
1
-8
/
+0
*
And extra safety checks
gingerBill
2025-09-27
1
-2
/
+9
*
Merge pull request #5719 from jwaxy/patch-1
gingerBill
2025-09-27
1
-55
/
+66
|
\
|
*
Make return struct with slice check recursive
Jwaxy
2025-09-27
1
-69
/
+66
|
*
Prevent returning struct containing compound literal slice
Jwaxy
2025-09-27
1
-0
/
+14
|
/
*
Move memory mutex guard around for resize in virtual.Arena allocator
gingerBill
2025-09-27
1
-2
/
+16
*
Merge pull request #5718 from odin-lang/bill/conditional-zero
gingerBill
2025-09-27
2
-4
/
+55
|
\
|
*
Remove unused variable
bill/conditional-zero
gingerBill
2025-09-27
1
-1
/
+0
|
*
Add `runtime.conditional_mem_zero` to improve `heap_allocator` performance on...
gingerBill
2025-09-27
2
-4
/
+56
|
/
*
Merge pull request #5678 from alexriedl/wrong-allocator-guard
gingerBill
2025-09-26
1
-7
/
+5
|
\
|
*
fix for temp_file name prefix being deallocated before being used
Alex Riedl
2025-09-11
1
-7
/
+5
*
|
Merge pull request #5691 from rationalcoder/master
gingerBill
2025-09-26
2
-15
/
+16
|
\
\
|
*
|
Fix out-of-band allocations in dynamic arenas
rationalcoder
2025-09-16
2
-15
/
+16
*
|
|
Merge pull request #5686 from thetarnav/zero-small-array-resize
gingerBill
2025-09-26
2
-7
/
+75
|
\
\
\
|
*
|
|
Correct set_example in small_array
Damian Tarnawski
2025-09-15
1
-2
/
+2
|
*
|
|
Correct small_array resize examples
Damian Tarnawski
2025-09-15
1
-3
/
+3
|
*
|
|
Replace `mem.zero_slice` with `intrinsics.mem_zero` in `small_array.resize`
Damian Tarnawski
2025-09-15
1
-3
/
+3
|
*
|
|
Add `@require` to core:mem import in small_array
Damian Tarnawski
2025-09-15
1
-3
/
+2
|
*
|
|
Add small array resize tests
Damian Tarnawski
2025-09-15
1
-0
/
+22
|
*
|
|
Zero memory in small_array.resize and add non_zero_resize
Damian Tarnawski
2025-09-15
1
-3
/
+50
*
|
|
|
Merge pull request #5689 from slowhei/master
gingerBill
2025-09-26
2
-0
/
+160
|
\
\
\
\
|
*
|
|
|
Fix memory leaks in type inference test
Tohei Ichikawa
2025-09-24
1
-11
/
+25
|
*
|
|
|
Merge remote-tracking branch 'upstream/master'
Tohei Ichikawa
2025-09-24
26
-326
/
+1009
|
|
\
\
\
\
|
*
|
|
|
|
Fix test_proc_group_type_inference.odin
Tohei Ichikawa
2025-09-24
1
-11
/
+11
|
*
|
|
|
|
Remove an outdated TODO
Tohei Ichikawa
2025-09-16
1
-2
/
+0
|
*
|
|
|
|
Improve type inferencing of literals when calling proc groups
Tohei Ichikawa
2025-09-15
2
-0
/
+148
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Make CodeCov less touchy.
bill/remove-test-suffix
Jeroen van Rijn
2025-09-26
1
-1
/
+6
*
|
|
|
|
Merge pull request #5716 from samwega/master
gingerBill
2025-09-26
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
-fix: typo
samwega
2025-09-26
1
-1
/
+1
*
|
|
|
|
|
Fix absolutely random change between `,` and newline
gingerBill
2025-09-26
1
-2
/
+2
*
|
|
|
|
|
Use `RecursiveMutex` to fix a race condition with parapoly records
gingerBill
2025-09-26
5
-8
/
+16
|
/
/
/
/
/
*
|
|
|
|
Check for `nullptr`
gingerBill
2025-09-26
1
-1
/
+3
*
|
|
|
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2025-09-26
1
-1
/
+0
|
\
\
\
\
\
|
*
\
\
\
\
Merge pull request #5712 from greenya/master
gingerBill
2025-09-26
1
-1
/
+0
|
|
\
\
\
\
\
|
|
*
|
|
|
|
[core:sys/info] doc: Remove duplicated line
Yuriy Grynevych
2025-09-25
1
-1
/
+0
*
|
|
|
|
|
|
Completely comment out `lb_construct_const_union`
gingerBill
2025-09-26
1
-0
/
+4
|
/
/
/
/
/
/
*
/
/
/
/
/
Early short circuit `lb_construct_const_union`
gingerBill
2025-09-26
1
-4
/
+3
|
/
/
/
/
/
*
|
|
|
|
Ignore further
gingerBill
2025-09-25
1
-0
/
+3
*
|
|
|
|
`MAKE_VERSION` be `"contextless"`
gingerBill
2025-09-25
2
-2
/
+2
*
|
|
|
|
Disable some of `lb_construct_const_union` for the time being.
gingerBill
2025-09-25
1
-0
/
+5
*
|
|
|
|
Merge pull request #5706 from wrathdoesthat/master
gingerBill
2025-09-25
1
-16
/
+13
|
\
\
\
\
\
|
*
|
|
|
|
Unify filepath.join behavior on between unix/windows
Wrath
2025-09-23
1
-16
/
+13
*
|
|
|
|
|
Change inlining semantics for some builtin calls
gingerBill
2025-09-25
2
-14
/
+14
|
|
_
|
/
/
/
|
/
|
|
|
|
*
|
|
|
|
Again, better const union stuff
gingerBill
2025-09-24
2
-154
/
+72
*
|
|
|
|
More improves for const union stuff!
gingerBill
2025-09-24
1
-25
/
+193
*
|
|
|
|
More const union improvements
gingerBill
2025-09-24
2
-18
/
+58
*
|
|
|
|
Improve const union attemps
gingerBill
2025-09-24
2
-3
/
+45
*
|
|
|
|
Try to improve const `union` LLVM construction
gingerBill
2025-09-24
4
-17
/
+172
*
|
|
|
|
Make `LLVM_WEAK_MONOMORPHIZATION` opt-in again
gingerBill
2025-09-24
1
-1
/
+1
[prev]
[next]