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
...
*
|
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
*
|
|
|
|
|
Remove global `PtrMap<Type *, GenTypesData *>` and store on the `TypeNamed` d...
gingerBill
2025-09-10
4
-21
/
+19
*
|
|
|
|
|
Removal of some old checks
gingerBill
2025-09-10
1
-35
/
+48
*
|
|
|
|
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2025-09-10
2
-20
/
+12
|
\
\
\
\
\
\
|
*
\
\
\
\
\
Merge pull request #5676 from Kelimion/big-asan
Jeroen van Rijn
2025-09-10
2
-20
/
+12
|
|
\
\
\
\
\
\
|
|
*
|
|
|
|
|
Change the way math/big constants are initialized
Jeroen van Rijn
2025-09-10
2
-20
/
+12
|
|
/
/
/
/
/
/
*
|
|
|
|
|
|
Use macro instead of a C++ iterator - for speed
gingerBill
2025-09-10
4
-28
/
+21
*
|
|
|
|
|
|
Inline some ptr set iterators
gingerBill
2025-09-10
2
-5
/
+17
|
/
/
/
/
/
/
*
|
|
|
|
|
Move more from `heap_allocator()` to `temporary_allocator()`
gingerBill
2025-09-10
2
-46
/
+40
*
|
|
|
|
|
Multithread "check all scope usages"
gingerBill
2025-09-10
2
-11
/
+34
*
|
|
|
|
|
Minimize more thread contention
gingerBill
2025-09-10
10
-58
/
+74
*
|
|
|
|
|
Minor clean up of permanent/temporary arena usage
gingerBill
2025-09-10
9
-55
/
+98
*
|
|
|
|
|
Use arena in `calculate_global_init_order`
gingerBill
2025-09-10
2
-53
/
+86
*
|
|
|
|
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2025-09-10
2
-1
/
+18
|
\
\
\
\
\
\
|
*
\
\
\
\
\
Merge pull request #5675 from jfcode4/master
gingerBill
2025-09-10
1
-0
/
+17
|
|
\
\
\
\
\
\
|
|
*
|
|
|
|
|
Fix incorrect json encoding for control characters < 32
Jacob Friedman
2025-09-10
1
-0
/
+17
|
|
/
/
/
/
/
/
|
*
|
|
|
|
|
Merge pull request #5673 from BradLewis/fix/parser-proc-group-trailing-comma
gingerBill
2025-09-10
1
-1
/
+1
|
|
\
\
\
\
\
\
|
|
*
|
|
|
|
|
Allow missing trailing comma with proc groups with odin parser
Brad Lewis
2025-09-10
1
-1
/
+1
*
|
|
|
|
|
|
|
Multithread min dep set by removing the set itself
gingerBill
2025-09-10
13
-123
/
+263
|
/
/
/
/
/
/
/
*
/
/
/
/
/
/
Multithread some of the min dep system
gingerBill
2025-09-10
1
-15
/
+96
|
/
/
/
/
/
/
[prev]
[next]