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
*
Minor change from `make_checker_context` to `init_checker_context`
gingerBill
2026-01-03
1
-16
/
+18
*
fix typo
ske
2025-12-30
1
-1
/
+1
*
Fix literal endianness (fix #6068)
ske
2025-12-30
1
-5
/
+18
*
Merge pull request #6079 from krnowak/krnowak/fix-proc-inlining
gingerBill
2025-12-30
1
-7
/
+7
|
\
|
*
Fix handling of #force_inline
Krzesimir Nowak
2025-12-29
1
-7
/
+7
*
|
Add `globaldynamic` `thread_local` model (same as the current `default`)
gingerBill
2025-12-30
2
-0
/
+4
*
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2025-12-30
1
-8
/
+3
|
\
\
|
*
\
Merge pull request #6082 from harold-b/hb.fix-objc-auto-msgsend-class-methods
Laytan
2025-12-30
1
-8
/
+3
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Fix auto objc_msgSend incorrectly treating certain class methods as instance ...
Harold Brenes
2025-12-29
1
-8
/
+3
*
|
|
Fix `@(static, rodata)` for slices
gingerBill
2025-12-30
1
-8
/
+13
|
/
/
*
|
LLVM IR: Improve basic block names for trivial switch statements for debuggab...
gingerBill
2025-12-28
1
-1
/
+40
*
|
LLVM IR: Improve type switch case names for better debuggability when generat...
gingerBill
2025-12-27
1
-2
/
+11
*
|
Remove temporary tuple fix alloca instructions if they are never used
gingerBill
2025-12-27
2
-10
/
+9
*
|
Disallow importing directories with an `.odin` extension/suffix
gingerBill
2025-12-26
1
-0
/
+5
*
|
Merge pull request #6031 from krnowak/krnowak/packed-all-or-none
gingerBill
2025-12-21
1
-1
/
+1
|
\
\
|
*
|
Fix #packed #all_or_none
Krzesimir Nowak
2025-12-18
1
-1
/
+1
*
|
|
Fix misleading error messages for init, fini and test attributes
Krzesimir Nowak
2025-12-21
1
-3
/
+3
|
|
/
|
/
|
*
|
Fix automatic objc_msgSend on static methods not resolving aliased types.
Harold Brenes
2025-12-20
1
-1
/
+5
*
|
Disable global variable initialization into separate functions to circumvent ...
gingerBill
2025-12-19
1
-1
/
+1
|
/
*
Change target triple of `freestanding_amd64_win64` to `x86_64-pc-windows-msvc...
gingerBill
2025-12-17
1
-1
/
+1
*
With `-use-single-module` make some procedures use internal linkage rather th...
gingerBill
2025-12-17
1
-6
/
+8
*
Do naive compound literal comparison for $ parameters to parapoly procedures
gingerBill
2025-12-15
2
-1
/
+37
*
Remove debug string
gingerBill
2025-12-15
1
-4
/
+0
*
Propagate array arithmetic fix
gingerBill
2025-12-15
1
-1
/
+4
*
Present constant array arithmetic error correctly
gingerBill
2025-12-15
1
-1
/
+5
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2025-12-09
1
-0
/
+3
|
\
|
*
Merge pull request #5981 from the-JS-hater/struct-cycle-fix
gingerBill
2025-12-09
1
-0
/
+3
|
|
\
|
|
*
missed a semicolon
Morgan
2025-12-01
1
-1
/
+1
|
|
*
undetected type declaration cycles work-around
Morgan
2025-12-01
1
-0
/
+3
*
|
|
Fix #6003
gingerBill
2025-12-09
1
-5
/
+3
|
/
/
*
|
Fix duplicate code emission in type assertions.
miere43
2025-12-03
1
-2
/
+2
*
|
Fix #5982
Jeroen van Rijn
2025-12-01
1
-0
/
+4
|
/
*
Restore help line for all-bits
Jeroen van Rijn
2025-12-01
1
-0
/
+1
*
Fix `-integer-division-by-zero` modes and document `all-bits`
gingerBill
2025-12-01
3
-12
/
+15
*
Remove `all-bits` from option help text, isn't supported.
Jeroen van Rijn
2025-11-30
1
-1
/
+0
*
panic on transpose with result type in diff layout
Laytan Laats
2025-11-29
1
-0
/
+5
*
fix matrix transpose with different result type
laytan
2025-11-29
2
-3
/
+3
*
Fix #5967 (Incorrect stack overflow warning for by ref switches over unions)
Franz
2025-11-28
1
-1
/
+3
*
Merge pull request #5930 from odin-lang/bill/os2-file-stream
gingerBill
2025-11-26
2
-0
/
+126
|
\
|
*
Add `intrinsics.type_is_superset_of`
gingerBill
2025-11-17
2
-0
/
+126
*
|
moved checking of -vet-unused-procedures and -vet-packages flags to
A1029384756
2025-11-22
1
-17
/
+16
*
|
Use SIP hash as name canonicalization hash
bill/typeid-sip-hash
gingerBill
2025-11-18
1
-9
/
+146
|
/
*
skip collision panic when package names aren't unique
Laytan
2025-11-16
1
-3
/
+9
*
Merge pull request #5908 from slowhei/master
gingerBill
2025-11-11
1
-0
/
+1
|
\
|
*
Fix allocation of anonymous globals
Tohei Ichikawa
2025-11-09
1
-0
/
+1
*
|
Fix #5894
korvahkh
2025-11-10
1
-6
/
+14
|
/
*
Don't check procedure signature similarity when a foreign import proc is an O...
Harold Brenes
2025-11-07
1
-2
/
+1
*
Improve error positioning for `#all_or_none`
gingerBill
2025-11-06
1
-2
/
+8
*
Remove `#no_copy`
gingerBill
2025-11-05
2
-16
/
+7
*
Improve doc-writer format for `#all_or_none`
bill/all_or_none
gingerBill
2025-11-05
2
-3
/
+64
[next]