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
*
Revert `mutex_lock` logic
bill/fix-data-races-2026-02
gingerBill
12 days
1
-3
/
+3
*
Fix `mutex_lock`
gingerBill
12 days
1
-1
/
+1
*
Move `alignas` to before name
gingerBill
12 days
1
-1
/
+1
*
Use mutex striping for `add_type_and_value`
gingerBill
12 days
2
-10
/
+29
*
Make `Entity.parent_proc_decl` atomic
gingerBill
12 days
3
-6
/
+8
*
Make `defer_use_checked` and `where_clauses_evaluated` atomic
gingerBill
12 days
3
-11
/
+11
*
Make `Entity.code_gen_*` atomic
gingerBill
12 days
1
-2
/
+2
*
Make atomic `variant_block_size` and `tag_size` in `TypeUnion`
gingerBill
12 days
1
-12
/
+12
*
Use `compare_exchange_strong` `mutex_lock` on non-windows sytems
gingerBill
12 days
1
-4
/
+4
*
Mock out TSAN_* usage in thread_pool.cpp
gingerBill
12 days
1
-0
/
+14
*
Use `std::atomic` for `Ast.viral_state_flags` and `Ast_Ident.entity`
gingerBill
12 days
3
-14
/
+14
*
Use `contextless`
gingerBill
13 days
1
-2
/
+4
*
Merge pull request #5816 from jakubtomsu/win32-rawinput-and-barriers
gingerBill
13 days
3
-0
/
+33
|
\
|
*
empty push to re-run CI
jakubtomsu
2025-10-18
0
-0
/
+0
|
*
forgot to use tabs, as always
jakubtomsu
2025-10-16
2
-10
/
+10
|
*
remove accidental test file
jakubtomsu
2025-10-16
1
-9
/
+0
|
*
barriers, rawinput macros
jakubtomsu
2025-10-16
4
-0
/
+42
*
|
Add `doc.odin` and mention the defineables through `#config`
gingerBill
2026-01-31
3
-15
/
+60
*
|
Merge pull request #6201 from kovalenko0/fix/os2-read-entire-file-dword
Jeroen van Rijn
2026-01-31
1
-1
/
+1
|
\
\
|
*
|
os\os2 windows: fix truncate-clamp op order when determining to_read size
Oleksandr Kovalenko
2026-01-31
1
-1
/
+1
|
/
/
*
|
Merge pull request #6200 from Kelimion/fix-6198
Jeroen van Rijn
2026-01-31
2
-39
/
+67
|
\
\
|
*
|
Fix #6198
Jeroen van Rijn
2026-01-31
2
-39
/
+67
|
/
/
*
|
Fix #6197
Jeroen van Rijn
2026-01-31
1
-1
/
+1
*
|
nbio: fix send/recv buffer logic
Laytan Laats
2026-01-30
6
-73
/
+219
*
|
Merge pull request #6195 from BunterSchatten/os-lookup-env-buf
gingerBill
2026-01-30
9
-0
/
+9
|
\
\
|
*
|
core/os: fix lookup_env_buf only working with empty buffer
David Bader
2026-01-30
9
-0
/
+9
|
/
/
*
|
Revert build.bat
gingerBill
2026-01-30
1
-9
/
+7
*
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2026-01-30
15
-56
/
+340
|
\
\
|
*
\
Merge pull request #6048 from odin-lang/bill/feature-using-stmt
gingerBill
2026-01-30
10
-32
/
+39
|
|
\
\
|
|
*
\
Merge branch 'master' into bill/feature-using-stmt
gingerBill
2026-01-30
350
-8651
/
+40699
|
|
|
\
\
|
|
*
|
|
Remove `using` use in thread_other.odin
gingerBill
2025-12-21
1
-1
/
+1
|
|
*
|
|
Make `using` as a statement an opt-in with `#+feature using-stmt`
gingerBill
2025-12-21
9
-28
/
+39
|
*
|
|
|
Merge pull request #6053 from blob1807/test-runner-sig-win-api
gingerBill
2026-01-30
2
-15
/
+215
|
|
\
\
\
\
|
|
|
_
|
/
/
|
|
/
|
|
|
|
|
*
|
|
Revert "Try to ensure the runner's handler gets called first"
blob1807
2025-12-24
1
-1
/
+1
|
|
*
|
|
Try to ensure the runner's handler gets called first
blob1807
2025-12-24
1
-1
/
+1
|
|
*
|
|
Fix an OOB & format exception code as hex
blob1807
2025-12-23
1
-13
/
+7
|
|
*
|
|
Remove unneeded `Exception_Code` enum
blob1807
2025-12-23
1
-37
/
+12
|
|
*
|
|
[`core:testing`] Use Windows API for SIG handling
blob1807
2025-12-23
2
-15
/
+246
|
*
|
|
|
Merge pull request #6093 from bplu4t2f/master
gingerBill
2026-01-30
3
-2
/
+78
|
|
\
\
\
\
|
|
*
|
|
|
Add more win32 bindings
bplu4t2f
2026-01-24
3
-2
/
+78
*
|
|
|
|
|
Update `demo.odin`
gingerBill
2026-01-30
1
-1
/
+6
|
/
/
/
/
/
*
|
|
|
|
Support `-linker:mold` on FreeBSD and NetBSD; Remove `-use-lld` and `-use-rad...
gingerBill
2026-01-30
2
-13
/
+1
*
|
|
|
|
Merge pull request #6194 from Faker-09/vet_flags
gingerBill
2026-01-30
1
-3
/
+3
|
\
\
\
\
\
|
*
\
\
\
\
Merge branch 'odin-lang:master' into vet_flags
Faker-09
2026-01-29
53
-748
/
+14126
|
|
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
|
|
Merge pull request #6141 from magicalhacks/x11-fixes
gingerBill
2026-01-29
2
-2
/
+2
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Minor x11/xlib bindings fixes
magicalhack
2026-01-17
2
-2
/
+2
*
|
|
|
|
|
|
Merge pull request #6177 from odin-lang/bill/handle-map
gingerBill
2026-01-29
5
-7
/
+433
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Update doc.odin
gingerBill
2026-01-26
1
-10
/
+34
|
*
|
|
|
|
|
|
Keep `-vet` happy
gingerBill
2026-01-26
1
-3
/
+2
|
*
|
|
|
|
|
|
Rename to static_handle_map.odin
gingerBill
2026-01-26
1
-0
/
+0
[next]