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 comments of dead code
gingerBill
2025-09-19
1
-4
/
+0
*
|
|
|
Convert `missing_procedures_to_check` to a queue
gingerBill
2025-09-19
3
-17
/
+12
*
|
|
|
Convert `procedures_to_generate` to a queue
gingerBill
2025-09-19
5
-29
/
+54
*
|
|
|
Split further
gingerBill
2025-09-19
1
-1
/
+1
*
|
|
|
Split up startup call into separate calls
gingerBill
2025-09-19
1
-1
/
+20
*
|
|
|
Separate ini global var stuff
gingerBill
2025-09-19
1
-63
/
+76
*
|
|
|
Temporarily revert anonymous procedure load balancing
gingerBill
2025-09-19
1
-0
/
+7
*
|
|
|
Remove unused variable
gingerBill
2025-09-19
1
-1
/
+0
*
|
|
|
Remove debug message
gingerBill
2025-09-19
1
-8
/
+8
*
|
|
|
Allow unions with one variant to be constant
gingerBill
2025-09-19
4
-4
/
+82
*
|
|
|
Distribute anonymous procedure literals correctly across LLVM modules
gingerBill
2025-09-19
1
-12
/
+36
*
|
|
|
`Entity *` to `std::atomic<Entity *>` to remove the need for a PtrMap+Mutex
gingerBill
2025-09-19
8
-28
/
+24
*
|
|
|
Support `-linker:mold`
gingerBill
2025-09-19
2
-7
/
+24
*
|
|
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2025-09-18
6
-8
/
+50
|
\
\
\
\
|
*
\
\
\
Merge pull request #5632 from kalsprite/x386
gingerBill
2025-09-18
6
-8
/
+50
|
|
\
\
\
\
|
|
*
|
|
|
revert to working build
Jon Lipstate
2025-09-03
3
-7
/
+6
|
|
*
|
|
|
add tls when we have crt
Jon Lipstate
2025-09-03
3
-6
/
+7
|
|
*
|
|
|
windows i386 support
Jon Lipstate
2025-08-29
6
-8
/
+50
*
|
|
|
|
|
Multithread `lb_module_init`
gingerBill
2025-09-18
2
-6
/
+30
|
/
/
/
/
/
*
|
|
|
|
More improvements to minimize code gen size
gingerBill
2025-09-18
7
-21
/
+60
*
|
|
|
|
Minor rearrangement
gingerBill
2025-09-18
1
-3
/
+3
*
|
|
|
|
Revert global procedure threading
gingerBill
2025-09-18
1
-35
/
+38
*
|
|
|
|
Change mutex usage for missing procedures
gingerBill
2025-09-18
2
-2
/
+6
*
|
|
|
|
After global procedures and types are generated, then queue the generation of...
gingerBill
2025-09-18
1
-38
/
+35
*
|
|
|
|
Mulithread startup procedure body generation
gingerBill
2025-09-18
2
-32
/
+45
*
|
|
|
|
Type erasure to minimize code generation size
gingerBill
2025-09-18
1
-14
/
+21
*
|
|
|
|
Use multiple modules per file in package runtime
gingerBill
2025-09-18
3
-37
/
+23
*
|
|
|
|
Try moving parapoly procs into a separate module when doing weak monomorphiza...
gingerBill
2025-09-18
7
-11
/
+66
*
|
|
|
|
Merge pull request #5690 from Creativty/master
gingerBill
2025-09-17
1
-10
/
+15
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
fix: fix segfault on string_to_string16
xenobas
2025-09-16
1
-10
/
+15
|
/
/
/
/
*
|
|
|
Use `permanent_allocator()` instead of `temporary_allocator()` temporarily to...
gingerBill
2025-09-14
1
-1
/
+2
*
|
|
|
Temporarily disable `TEMPORARY_ALLOCATOR_GUARD`
gingerBill
2025-09-14
1
-2
/
+2
*
|
|
|
Fix `temporary_allocator`
gingerBill
2025-09-14
1
-1
/
+1
*
|
|
|
Merge pull request #5683 from thetarnav/soa-get-safe-contextless
Jeroen van Rijn
2025-09-14
1
-3
/
+3
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Add "contextless" to small_array get_safe and get_ptr_safe
Damian Tarnawski
2025-09-14
1
-3
/
+3
|
/
/
/
*
|
|
Merge pull request #5677 from slowhei/master
gingerBill
2025-09-12
1
-2
/
+14
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Fix addObserver methods and add support for new Objc_Block
Tohei Ichikawa
2025-09-11
1
-2
/
+14
*
|
|
Merge pull request #5672 from thetarnav/strings-builder-caller-location
gingerBill
2025-09-11
1
-6
/
+6
|
\
\
\
|
*
|
|
Add missing caller location param to append in strings builder
Damian Tarnawski
2025-09-10
1
-6
/
+6
*
|
|
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2025-09-10
2
-0
/
+4
|
\
\
\
\
|
*
\
\
\
Merge pull request #5651 from FourteenBrush/patch-2
gingerBill
2025-09-10
2
-0
/
+4
|
|
\
\
\
\
|
|
*
\
\
\
Merge branch 'odin-lang:master' into patch-2
FourteenBrush
2025-09-09
16
-20
/
+1257
|
|
|
\
\
\
\
|
|
*
|
|
|
|
Add `RtlNtStatusToDosError` `ERROR_MR_MID_NOT_FOUND` error
FourteenBrush
2025-09-09
1
-0
/
+1
|
|
*
|
|
|
|
Add `RtlNtStatusToDosError`
FourteenBrush
2025-09-09
1
-0
/
+1
|
|
*
|
|
|
|
Add `ERROR_NOT_FOUND`
FourteenBrush
2025-09-05
1
-0
/
+1
|
|
*
|
|
|
|
Add `CancelIoEx` to kernel32.odin
FourteenBrush
2025-09-04
1
-0
/
+1
*
|
|
|
|
|
|
Minimize mutex usage when in single threaded mode.
gingerBill
2025-09-10
7
-27
/
+42
|
/
/
/
/
/
/
*
|
|
|
|
|
Minor mutex rearrangement
gingerBill
2025-09-10
2
-3
/
+4
*
|
|
|
|
|
Use a `RwMutex` instead of `BlockingMutex`
gingerBill
2025-09-10
5
-16
/
+13
*
|
|
|
|
|
More thread contention removal
gingerBill
2025-09-10
3
-3
/
+11
[prev]
[next]