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
*
Add `preserve/most` and `preserve/all`
bill/must-tail
gingerBill
2026-01-15
3
-0
/
+8
*
Add `#must_tail` to odin/parser
gingerBill
2026-01-15
2
-5
/
+21
*
Add `#must_tail` and `"preserve/none"` calling convention
gingerBill
2026-01-15
6
-44
/
+21
*
Add `#must_tail` (similar syntax to `#force_inline`
gingerBill
2026-01-15
6
-24
/
+105
*
Merge pull request #6125 from Wassimulator/patch-2
gingerBill
2026-01-14
1
-1
/
+32
|
\
|
*
use ^Thread instead of index in init and fini
Wassim Alhajomar
2026-01-14
1
-4
/
+4
|
*
cleanup
Wassim Alhajomar
2026-01-12
1
-1
/
+32
*
|
Remove old dead directory `core:sys/win32`
gingerBill
2026-01-14
1
-3
/
+0
*
|
Merge pull request #6133 from WongSoft/fix-low-priority-thread-unix
gingerBill
2026-01-14
1
-1
/
+5
|
\
\
|
*
|
Ensure creating a low priority thread does not assert with SCHED_OTHER policy
Nathan Wong
2026-01-13
1
-1
/
+5
*
|
|
Merge pull request #6131 from FrancisTheCat/master
gingerBill
2026-01-14
1
-0
/
+10
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix indentation
Franz Hoeltermann
2026-01-14
1
-1
/
+1
|
*
|
Add warning for `size_of(&x)` expressions
Franz
2026-01-14
1
-0
/
+10
|
/
/
*
|
Remove duplicate assingment of array.allocator = allocator in _make_dynamic_...
Faker-09
2026-01-13
1
-1
/
+0
*
|
Add NSWindow layout information method bindings to darwin/Foundation (#6040)
Jacob Evelyn
2026-01-13
1
-0
/
+20
*
|
Fix darwin/Foundation/NSScreen type property bindings (#6038)
Jacob Evelyn
2026-01-13
1
-3
/
+7
*
|
optimized slice filling in xoshiro/pcg_random_generator_proc (#6001)
Xotchkass
2026-01-13
2
-18
/
+26
*
|
Implement more Linux syscalls. (#6083)
Znarf
2026-01-13
4
-14
/
+186
*
|
Adds static linking to non-windows platforms (#6057)
Fabrice
2026-01-13
1
-1
/
+15
*
|
Merge pull request #6127 from paulpage/paulpage-orca-update
Laytan
2026-01-13
1
-110
/
+142
|
\
\
|
|
/
|
/
|
|
*
remove unneeded manual definitions
Paul Page
2026-01-12
1
-14
/
+0
|
*
Update Orca bindings
Paul Page
2026-01-12
1
-96
/
+142
|
/
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2026-01-11
10
-112
/
+113
|
\
|
*
Merge pull request #6120 from ske2004/fix-regression-6118
gingerBill
2026-01-10
1
-1
/
+1
|
|
\
|
|
*
Fix regression in #6118
ske
2026-01-10
1
-1
/
+1
|
*
|
Merge pull request #6115 from bbogdan-ov/target-flag-usage-example
gingerBill
2026-01-09
1
-0
/
+4
|
|
\
\
|
|
*
|
Show `-target` flag usage examples in the help
bogdanov
2026-01-08
1
-0
/
+4
|
*
|
|
Merge pull request #6114 from dayllenger/master
gingerBill
2026-01-09
1
-1
/
+1
|
|
\
\
\
|
|
*
|
|
Fix TGA header detection
Viktor
2026-01-08
1
-1
/
+1
|
|
|
|
/
|
|
|
/
|
|
*
|
|
Merge pull request #6117 from konodin/generic-curl-linking
gingerBill
2026-01-09
1
-4
/
+4
|
|
\
\
\
|
|
*
|
|
Link Curl the same for all UNIX oses
konodin
2026-01-08
1
-4
/
+4
|
|
|
/
/
|
*
|
|
Merge pull request #6116 from konodin/freebsd-ipv6-einval
Laytan
2026-01-08
1
-1
/
+1
|
|
\
\
\
|
|
|
/
/
|
|
/
|
|
|
|
*
|
Fix `EINVAL` binding to IPv6 on FreeBSD
konodin
2026-01-08
1
-1
/
+1
|
|
/
/
|
*
|
Merge pull request #6110 from ske2004/fix-constant-conversion-checks
gingerBill
2026-01-07
2
-25
/
+14
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Fix constant conversion checks (#6104)
ske
2026-01-07
2
-25
/
+14
|
|
/
|
*
Merge pull request #6099 from figuerom16/master
gingerBill
2026-01-06
1
-0
/
+2
|
|
\
|
|
*
Update lz4.odin: foreign import for linux
figuerom16
2026-01-04
1
-0
/
+2
|
*
|
Merge pull request #6090 from doanamo/directx-strings
gingerBill
2026-01-06
3
-81
/
+87
|
|
\
\
|
|
*
|
Prefer LPCSTR/LPCWSTR types in DirectX bindings
Piotr Doan
2026-01-02
3
-81
/
+87
*
|
|
|
Fix `#type` not being handled as in normal expressions
gingerBill
2026-01-11
1
-0
/
+9
|
/
/
/
*
|
|
Move `WSAEVENT` to types.odin
dev-2026-01
gingerBill
2026-01-05
2
-1
/
+2
*
|
|
Implement `LPWSAOVERLAPPED_COMPLETION_ROUTINE` correctly
gingerBill
2026-01-05
1
-2
/
+15
|
|
/
|
/
|
*
|
Minor change from `make_checker_context` to `init_checker_context`
gingerBill
2026-01-03
1
-16
/
+18
*
|
Merge pull request #6091 from A1029384756/master
Jeroen van Rijn
2026-01-02
71
-618
/
+3673
|
\
\
|
|
/
|
/
|
|
*
[vendor/sdl3] shortened enum naming
A1029384756
2026-01-02
1
-6
/
+6
|
*
[vendor/sdl3] typo
A1029384756
2026-01-02
1
-2
/
+2
|
*
[vendor/sdl3] another pass over the headers
A1029384756
2026-01-02
3
-12
/
+15
|
*
[vendor/sdl3] satify vet
A1029384756
2026-01-02
3
-3
/
+3
|
*
[vendor/sdl3] update to sdl 3.4.0
A1029384756
2026-01-02
69
-610
/
+3662
|
/
*
Merge pull request #6089 from Neirokan/ipv4_to_ipv6_fix
gingerBill
2026-01-02
1
-2
/
+2
|
\
[next]