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 #no_nil in debug info
dev-2025-01
Laytan Laats
2025-01-08
1
-5
/
+4
*
Merge pull request #4601 from Barinzaya/simd_vector_broadcasting
gingerBill
2025-01-06
1
-0
/
+20
|
\
|
*
Added some implicit broadcasting for #simd arrays.
Barinzaya
2024-12-19
1
-0
/
+20
*
|
Allow `#+` tags on single files
gingerBill
2025-01-05
1
-6
/
+4
*
|
Make `-no-dynamic-literals` the default now
gingerBill
2025-01-05
7
-30
/
+43
*
|
Add `#+feature dynamic-literals`
gingerBill
2025-01-05
4
-2
/
+88
*
|
Merge pull request #4611 from tf2spi/4491-max-field-align-pack
gingerBill
2025-01-01
3
-4
/
+35
|
\
\
|
*
|
Pack struct when needed, use field_align metadata
misomosi
2024-12-22
3
-4
/
+35
|
|
/
*
|
Merge pull request #4616 from flga/master
gingerBill
2025-01-01
1
-2
/
+2
|
\
\
|
*
|
make -export-dependencies:json emit valid json
fleandro
2024-12-23
1
-2
/
+2
|
|
/
*
|
Merge pull request #4608 from zen3ger/assignment-of-non-specialized-parapoly
gingerBill
2025-01-01
1
-4
/
+6
|
\
\
|
*
|
Fix crash on assignment of parapoly proc to variable
Roland Kovacs
2024-12-22
1
-4
/
+6
|
|
/
*
|
Merge pull request #4607 from zen3ger/parapoly-proc-fixes
gingerBill
2025-01-01
2
-1
/
+9
|
\
\
|
*
|
Fix crash when proc return type is undeclared parapoly variable
Roland Kovacs
2024-12-22
2
-1
/
+9
|
|
/
*
|
Add `#branch_location`
gingerBill
2025-01-01
7
-38
/
+89
*
|
Support multiple paths for wasm in `foreign import`
gingerBill
2025-01-01
3
-46
/
+77
|
/
*
Fix bug with comparisons with big endian types
gingerBill
2024-12-12
1
-0
/
+19
*
compiler: remove viral `#force(_no)_inline`
Laytan Laats
2024-12-09
1
-4
/
+0
*
fix #4547 - wasm -out without file extension
Laytan Laats
2024-12-06
1
-1
/
+1
*
Fix #4552
gingerBill
2024-12-05
1
-0
/
+1
*
Try to fix #4553
gingerBill
2024-12-05
1
-1
/
+1
*
Fix #4561
gingerBill
2024-12-05
1
-0
/
+1
*
ABI change: for indirect parameters size_of <= 16, do callee stack copy
gingerBill
2024-12-05
3
-0
/
+25
*
Minor improvement to type handing on failures
gingerBill
2024-12-02
1
-12
/
+14
*
Fix #4535
gingerBill
2024-12-02
1
-1
/
+5
*
Fix #4530
gingerBill
2024-12-02
2
-6
/
+10
*
Fix assert when return value expected.
Jeroen van Rijn
2024-11-28
1
-2
/
+2
*
Merge pull request #4440 from 0dminnimda/support_llvm19
gingerBill
2024-11-27
3
-5
/
+17
|
\
|
*
src/main.cpp: apply suggestion
0dminnimda
2024-11-02
1
-1
/
+1
|
*
Update version in more places
0dminnimda
2024-11-02
1
-2
/
+2
|
*
Add support for llvm version 19
0dminnimda
2024-10-31
2
-3
/
+15
*
|
properly keep track of current scope for debugging
Laytan Laats
2024-11-27
1
-0
/
+6
*
|
Check `type_expr` in `check_procedure_param_polymorphic_type`
Jeroen van Rijn
2024-11-27
1
-2
/
+1
*
|
sys/info & odin report: rework macos version retrieval
Laytan Laats
2024-11-26
1
-456
/
+42
*
|
add macos 15.1.1 to odin report and sys/info
Laytan Laats
2024-11-26
1
-0
/
+2
*
|
Convert mutex guard to "try lock"
gingerBill
2024-11-26
1
-7
/
+9
*
|
Fix #4508 for abs, min, max (#4516)
Jeroen van Rijn
2024-11-25
1
-1
/
+38
*
|
Allow for `odin help build` etc
gingerBill
2024-11-25
1
-1
/
+7
*
|
checker: only error with -vet-cast when it is actually castable
Laytan Laats
2024-11-21
1
-1
/
+4
*
|
Improve `odin help -foo` usage
gingerBill
2024-11-18
1
-351
/
+380
*
|
report error when builtin min/max has 1 (non-type) param
jakubtomsu
2024-11-17
1
-0
/
+9
*
|
add missing macos version
Laytan Laats
2024-11-16
1
-0
/
+15
*
|
Make lowercase
gingerBill
2024-11-14
1
-1
/
+1
*
|
Fix typo
gingerBill
2024-11-14
1
-1
/
+1
*
|
Add `-linker:<string>` to replace `-lld` and `-radlink`
gingerBill
2024-11-14
3
-20
/
+70
*
|
Disallow `-lld` and `-radlink` to be used together
gingerBill
2024-11-14
1
-0
/
+8
*
|
Add `-radlink`
gingerBill
2024-11-14
3
-21
/
+52
*
|
Remove `#relative` types from the compiler
gingerBill
2024-11-14
12
-463
/
+4
*
|
Make `#relative` types an error in parsing
gingerBill
2024-11-14
1
-0
/
+1
*
|
Keep ASAN happy on type assertions
gingerBill
2024-11-13
1
-2
/
+10
[next]