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
*
Correct format strings
bill/global-variable-distribution
gingerBill
2025-09-29
2
-9
/
+46
*
Rename to `-build-diagnostics`
gingerBill
2025-09-29
4
-8
/
+8
*
Add module stuff to `-para-poly-diagnostics`
gingerBill
2025-09-29
2
-23
/
+126
*
Type erase the internals of `runtime.copy_*`
gingerBill
2025-09-29
1
-18
/
+16
*
Merge pull request #5725 from odin-lang/bill/parapoly-diagnostics
gingerBill
2025-09-29
6
-0
/
+203
|
\
|
*
Change sort for single instanced procedures
gingerBill
2025-09-29
1
-0
/
+7
|
*
Add `-para-poly-diagnostics`
gingerBill
2025-09-29
6
-0
/
+196
|
/
*
Merge pull request #5723 from odin-lang/bill/const-union
gingerBill
2025-09-29
11
-554
/
+585
|
\
|
*
Disable `#raw_union` constants for the time being
bill/const-union
gingerBill
2025-09-29
2
-7
/
+2
|
*
Add bit cast
gingerBill
2025-09-29
1
-7
/
+14
|
*
Only add packing if the padding is non-zero for a #raw_union constant
gingerBill
2025-09-29
1
-1
/
+1
|
*
Short circuit for `Union{}`
gingerBill
2025-09-29
1
-0
/
+11
|
*
Disallow constant access `x.y` on `struct #raw_union`
gingerBill
2025-09-29
1
-2
/
+6
|
*
Rudimentary support for some constant `struct #raw_union`
gingerBill
2025-09-29
3
-3
/
+50
|
*
Remove debug code
gingerBill
2025-09-29
1
-8
/
+0
|
*
Rearrange const union initialization so that it is priority
gingerBill
2025-09-29
2
-116
/
+35
|
*
Add more `check_is_operand_compound_lit_constant` uses
gingerBill
2025-09-28
3
-7
/
+28
|
*
Do not need an extra local copy for the slices
gingerBill
2025-09-28
1
-9
/
+18
|
*
Check for empty compound literal early for constants
gingerBill
2025-09-28
1
-7
/
+7
|
*
Correct failure check for const cast
gingerBill
2025-09-28
1
-23
/
+34
|
*
Use `memcpy` for local constant slice arrays from a global constant
gingerBill
2025-09-28
3
-195
/
+30
|
*
Fix global initialization when non was set
gingerBill
2025-09-28
1
-2
/
+2
|
*
Fix constant `union{proc()}`
gingerBill
2025-09-28
2
-24
/
+42
|
*
Allow for constant `[]typeid`
gingerBill
2025-09-28
3
-17
/
+61
|
*
Fix `Union{}`
gingerBill
2025-09-28
1
-0
/
+10
|
*
Correct union type checking for constants
gingerBill
2025-09-28
2
-102
/
+108
|
*
Merge branch 'master' into bill/const-union
gingerBill
2025-09-28
2
-0
/
+5
|
|
\
|
|
/
|
/
|
*
|
Add `#+test` to base32_test.odin
gingerBill
2025-09-28
1
-0
/
+1
*
|
Add `#+test` to replace `_test.odin`
gingerBill
2025-09-28
1
-0
/
+4
|
*
Global const unions with `@(rodata)`
gingerBill
2025-09-28
3
-54
/
+70
|
*
Begin to support constant array of unions
gingerBill
2025-09-28
7
-34
/
+71
|
*
First step towards constant unions
gingerBill
2025-09-28
4
-32
/
+81
|
/
*
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
[next]