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
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert `mutex_lock` logic
bill/fix-data-races-2026-02
gingerBill
13 days
1
-3
/
+3
*
Fix `mutex_lock`
gingerBill
13 days
1
-1
/
+1
*
Move `alignas` to before name
gingerBill
13 days
1
-1
/
+1
*
Use mutex striping for `add_type_and_value`
gingerBill
13 days
2
-10
/
+29
*
Make `Entity.parent_proc_decl` atomic
gingerBill
13 days
3
-6
/
+8
*
Make `defer_use_checked` and `where_clauses_evaluated` atomic
gingerBill
13 days
3
-11
/
+11
*
Make `Entity.code_gen_*` atomic
gingerBill
13 days
1
-2
/
+2
*
Make atomic `variant_block_size` and `tag_size` in `TypeUnion`
gingerBill
13 days
1
-12
/
+12
*
Use `compare_exchange_strong` `mutex_lock` on non-windows sytems
gingerBill
13 days
1
-4
/
+4
*
Mock out TSAN_* usage in thread_pool.cpp
gingerBill
13 days
1
-0
/
+14
*
Use `std::atomic` for `Ast.viral_state_flags` and `Ast_Ident.entity`
gingerBill
13 days
3
-14
/
+14
*
Merge branch 'master' into bill/feature-using-stmt
gingerBill
2026-01-30
25
-257
/
+731
|
\
|
*
Support `-linker:mold` on FreeBSD and NetBSD; Remove `-use-lld` and `-use-rad...
gingerBill
2026-01-30
2
-13
/
+1
|
*
Merge branch 'odin-lang:master' into vet_flags
Faker-09
2026-01-29
7
-11
/
+73
|
|
\
|
|
*
Remove else check for untyped to typed
gingerBill
2026-01-29
1
-2
/
+4
|
|
*
Add `struct #simple` to force a struct to use simple comparison if all of the...
gingerBill
2026-01-29
5
-7
/
+53
|
|
*
Complete `is_type_simple_compare` `switch` rules
gingerBill
2026-01-29
1
-0
/
+11
|
|
*
Allow #unroll for arrays of fixed length which are not constants
gingerBill
2026-01-28
2
-2
/
+5
|
*
|
Fix for vet flags. All combinations of vet flags on the command line and top ...
Shane Shrybman
2026-01-28
1
-3
/
+3
|
|
/
|
*
Fix #6183
gingerBill
2026-01-27
1
-0
/
+16
|
*
Allow for `CONSTANT_TYPEID_ARRAY[idx]` to be used as a type in certain contexts
gingerBill
2026-01-26
1
-0
/
+14
|
*
Fix constant indexing within a call that doesn't exist
gingerBill
2026-01-26
1
-0
/
+5
|
*
Use `context.assertion_failure_proc` with type assertions when the `context` ...
gingerBill
2026-01-26
3
-9
/
+47
|
*
Allow for shortcut to get feature flags from the expression directly assuming...
bill/force-type-assert
gingerBill
2026-01-26
1
-3
/
+9
|
*
Revert dynamic literals feature check
gingerBill
2026-01-26
1
-4
/
+2
|
*
Add `#+feature force-type-assert` which overrides `-no-type-assert` on a per-...
gingerBill
2026-01-26
2
-20
/
+47
|
*
Require space after the prefix of `#+build` style tags
gingerBill
2026-01-26
1
-0
/
+27
|
*
Merge pull request #6166 from laytan/vet-file-tags-in-addition-to-command-line
gingerBill
2026-01-24
1
-20
/
+8
|
|
\
|
|
*
make #+vet tags always work in addition to command line flags
Laytan Laats
2026-01-24
1
-20
/
+8
|
*
|
Merge pull request #6159 from Barinzaya/fix-const-bitset-contains
Jeroen van Rijn
2026-01-24
1
-4
/
+8
|
|
\
\
|
|
*
|
Fixed some issues with `in` and `not_in` on constant `bit_set`s.
Barinzaya
2026-01-23
1
-4
/
+8
|
*
|
|
Fix #6165
Jeroen van Rijn
2026-01-24
1
-0
/
+6
|
|
|
/
|
|
/
|
|
*
|
Fix #6126
Jeroen van Rijn
2026-01-24
2
-11
/
+6
|
|
/
|
*
Fix string16 bugs in Mac and Linux
CJ
2026-01-24
1
-13
/
+94
|
*
Fix #6130
Jeroen van Rijn
2026-01-22
1
-0
/
+4
|
*
Add warning in code generation stage which might cause a possible code gen is...
gingerBill
2026-01-22
2
-0
/
+13
|
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2026-01-22
1
-0
/
+10
|
|
\
|
|
*
Added target freestanding_amd64_mingw for building freestanding on windows wi...
Karl Zylinski
2026-01-20
1
-0
/
+10
|
*
|
Unify "mem*.inline" logic to only inline for <=8 bytes on all platforms
gingerBill
2026-01-22
3
-6
/
+6
|
*
|
Minor rearrange of `check_is_operand_compound_lit_constant` for future optimi...
gingerBill
2026-01-22
1
-7
/
+14
|
*
|
Instead of using typeid hash, use the canonical name for internal procedure f...
gingerBill
2026-01-22
1
-3
/
+3
|
|
/
|
*
Merge pull request #6119 from slowhei/master
gingerBill
2026-01-16
1
-1
/
+5
|
|
\
|
|
*
Fix assertion error when imported proc groups are passed as proc arguments
Tohei Ichikawa
2026-01-10
1
-1
/
+5
|
*
|
`-disable-unwind`
gingerBill
2026-01-15
3
-0
/
+13
|
*
|
Add `@(no_sanitize_thread)`
gingerBill
2026-01-15
5
-1
/
+10
|
*
|
Add `preserve/most` and `preserve/all`
bill/must-tail
gingerBill
2026-01-15
3
-0
/
+8
|
*
|
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
|
*
|
Fix indentation
Franz Hoeltermann
2026-01-14
1
-1
/
+1
|
*
|
Add warning for `size_of(&x)` expressions
Franz
2026-01-14
1
-0
/
+10
[next]