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
*
fix typo
Laytan Laats
3 days
1
-1
/
+1
*
Remove -show-import-graph header
Jeroen van Rijn
4 days
1
-1
/
+0
*
Clarify -lto help text
Jeroen van Rijn
4 days
1
-3
/
+3
*
Require all values from a procedure iterator if the procedure is marked with ...
gingerBill
4 days
2
-2
/
+33
*
Stop silently ignoring unknown directives on an inline asm expression
Krzesimir Nowak
4 days
1
-0
/
+2
*
Add `-show-import-graph`
gingerBill
4 days
2
-0
/
+93
*
Change LTO rules for all platforms
gingerBill
11 days
1
-2
/
+2
*
Add docs for `-lto:<string>`; remove `-lld` and `-radlink` flags docs; with `...
dev-2026-02
gingerBill
11 days
1
-6
/
+26
*
Merge branch 'master' into lto-support
Jesse Meyer
11 days
21
-82
/
+222
|
\
|
*
Merge pull request #6220 from laytan/fix-lto-macos
gingerBill
12 days
2
-1
/
+30
|
|
\
|
|
*
fix LTO on MacOS
Laytan Laats
13 days
2
-1
/
+30
|
*
|
support -> supported
Jeroen van Rijn
13 days
2
-2
/
+2
|
|
/
|
*
Add `intrinsics.count_trailing_ones` and `intrinsics.count_leading_ones`
gingerBill
13 days
4
-0
/
+45
|
*
Comment out `t->Struct.are_offsets_being_processed.load()`
gingerBill
13 days
1
-3
/
+3
|
*
Move `return true;` to after the if check
gingerBill
13 days
1
-2
/
+2
|
*
Remove unneeded mutex in `hash_exact_value`
gingerBill
13 days
1
-5
/
+0
|
*
Add parent mutex lock for `scope_insert_with_name`
gingerBill
13 days
1
-0
/
+3
|
*
Merge pull request #6215 from odin-lang/bill/fix-data-races-2026-02
gingerBill
13 days
12
-57
/
+92
|
|
\
|
|
*
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 pull request #6216 from odin-lang/bill/debug-info-fixes
gingerBill
13 days
6
-12
/
+43
|
|
\
\
|
|
*
|
Fix positions for debug locations in `defer`, loops, and `switch` clauses
gingerBill
13 days
4
-4
/
+27
|
|
*
|
Add case for completeness
gingerBill
13 days
1
-0
/
+2
|
|
*
|
Fix debug info
gingerBill
13 days
1
-8
/
+13
|
|
*
|
Move `values` construction to after padding has been set
gingerBill
13 days
1
-1
/
+2
|
|
|
/
|
*
|
Fix #6202
gingerBill
13 days
1
-0
/
+2
|
*
|
Add ThinLTO support via -lto:thin and -lto:thin-files flags
Jesse Meyer
14 days
5
-7
/
+78
|
|
/
*
|
Fix Windows LTO: preserve required procedures with llvm.used
Jesse Meyer
11 days
2
-9
/
+33
*
|
Fix lld-link LTO jobs flag syntax on Windows
Jesse Meyer
11 days
1
-1
/
+1
*
|
Skip sanitizer IR passes when LTO is enabled
Jesse Meyer
11 days
1
-8
/
+15
*
|
Add ThinLTO support via -lto:thin and -lto:thin-files flags
Jesse Meyer
11 days
5
-7
/
+78
|
/
*
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
[next]