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
...
|
*
|
|
check packed load and set alignment on all loads, not just lb_emit_load
Laytan Laats
2024-10-25
5
-26
/
+45
|
|
/
/
*
/
/
quote the dsymutil argument
Laytan Laats
2024-10-25
1
-1
/
+1
|
/
/
*
|
Merge pull request #4403 from tf2spi/issue-4390-fix
gingerBill
2024-10-23
1
-3
/
+4
|
\
\
|
*
|
Fix #4390 by assigning invalid entity type
Misomosi
2024-10-20
1
-3
/
+4
|
|
/
*
|
Merge pull request #4404 from tf2spi/issue-4395-fix
gingerBill
2024-10-23
1
-1
/
+1
|
\
\
|
*
|
Fixes #4395 by not assuming simd returns val
Misomosi
2024-10-20
1
-1
/
+1
|
|
/
*
|
Merge pull request #4408 from Lperlind/cache
gingerBill
2024-10-23
2
-55
/
+75
|
\
\
|
*
|
cached.cpp: Improve internal cached robustness
Lucas Perlind
2024-10-22
2
-55
/
+75
|
|
/
*
/
fix erronous updating alignment of external global
laytan
2024-10-22
1
-5
/
+5
|
/
*
add macos 15.0.1 to odin report and core/sys/info
Laytan Laats
2024-10-14
1
-0
/
+1
*
Fix #4373
gingerBill
2024-10-13
1
-2
/
+8
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2024-10-08
2
-9
/
+4
|
\
|
*
Merge pull request #4338 from laytan/fix-ternary-swallow-error
gingerBill
2024-10-04
1
-5
/
+0
|
|
\
|
|
*
fix not erroring on invalid ternary
Laytan Laats
2024-10-02
1
-5
/
+0
|
*
|
fix quaternion64 arith
Laytan Laats
2024-10-02
1
-4
/
+4
*
|
|
Disable exe path test
gingerBill
2024-10-08
1
-13
/
+13
*
|
|
[ABI FIX] Fix 128-bit ABI issues
gingerBill
2024-10-04
1
-2
/
+2
|
/
/
*
|
`a ordered` to `an ordered`
gingerBill
2024-10-02
1
-7
/
+7
*
|
Sort flags on `odin build -help` - #4329
gingerBill
2024-10-02
1
-280
/
+324
*
|
Fix #4330
gingerBill
2024-10-02
1
-0
/
+4
*
|
Ignore `package runtime` with using `-vet-unused-packages`
gingerBill
2024-10-02
1
-0
/
+3
|
/
*
Fixed confusing (and incorrect) warning
olimpiu
2024-09-30
1
-1
/
+1
*
Change struct alignment rules for `#max_field_align`
gingerBill
2024-09-30
1
-0
/
+8
*
`#min_field_align` & `#max_field_align`; deprecate `#field_align` in favour o...
gingerBill
2024-09-30
4
-22
/
+74
*
ABI BREAKING for SysV: Change how multiple return values are handled to be se...
gingerBill
2024-09-30
1
-6
/
+10
*
Fix LLVM 18 ABI for 128-bit integers (because LLVM broke things)
gingerBill
2024-09-30
1
-0
/
+5
*
Fix union comparison bug
gingerBill
2024-09-30
1
-0
/
+6
*
print proc types in same order as procs
Beau McCartney
2024-09-29
1
-3
/
+3
*
fix deferred procedure errors
Beau McCartney
2024-09-29
1
-5
/
+5
*
fix errors not being printed after parse warnings
Laytan Laats
2024-09-29
1
-4
/
+0
*
Fix for crash when emitting a comparison between a constant array and a non-c...
Karl Zylinski
2024-09-25
1
-3
/
+7
*
Merge pull request #4280 from Feoramund/fix-4278
gingerBill
2024-09-25
1
-1
/
+5
|
\
|
*
Forbid parsing more fields if no separator was found
Feoramund
2024-09-20
1
-1
/
+5
*
|
Fix 128-bit integer support for wasm targets
gingerBill
2024-09-20
1
-4
/
+5
|
/
*
Merge pull request #4269 from Feoramund/fix-4256
gingerBill
2024-09-19
1
-13
/
+8
|
\
|
*
Specify integer-like only for some `atomic_*` intrinsics
Feoramund
2024-09-18
1
-13
/
+8
*
|
Merge pull request #4203 from karl-zylinski/file-tags-without-comments
gingerBill
2024-09-19
2
-54
/
+144
|
\
\
|
*
|
Changed some recently added //+ usages to #+ and also fixed some //+ usages i...
Karl Zylinski
2024-09-17
1
-1
/
+1
|
*
|
Merge branch 'master' into file-tags-without-comments
Karl Zylinski
2024-09-17
14
-83
/
+308
|
|
\
|
|
*
|
Fix incorrect syntax error in parse_file
Karl Zylinski
2024-09-14
1
-1
/
+1
|
*
|
Docs are generated as expected again.
Karl Zylinski
2024-09-14
1
-5
/
+7
|
*
|
Merge remote-tracking branch 'origin/master' into file-tags-without-comments
Karl Zylinski
2024-09-14
9
-45
/
+75
|
|
\
\
|
*
|
|
Documentation typo fix in tokenizer.
Karl Zylinski
2024-09-09
1
-1
/
+1
|
*
|
|
parse_file: Removed some nesting and removed probable incorrect safety check.
Karl Zylinski
2024-09-09
1
-16
/
+11
|
*
|
|
Made error handling code in parse_file clearer.
Karl Zylinski
2024-09-09
1
-9
/
+9
|
*
|
|
Rename process_file_tag -> parse_file_tag
Karl Zylinski
2024-09-09
1
-3
/
+3
|
*
|
|
Simplified error messages in parse_build_tag, removed the idea of making mult...
Karl Zylinski
2024-09-09
1
-17
/
+13
|
*
|
|
Merge remote-tracking branch 'origin/master' into file-tags-without-comments
Karl Zylinski
2024-09-08
5
-43
/
+105
|
|
\
\
\
|
*
|
|
|
Better #+build tag error messages: Error when using more than one !notted ope...
Karl Zylinski
2024-09-08
1
-2
/
+23
|
*
|
|
|
Make tags use #+ syntax instead of //+ syntax so it no longer looks like a co...
Karl Zylinski
2024-09-08
2
-47
/
+123
[prev]
[next]