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
...
*
|
One more time with a different cast?
gingerBill
2025-10-27
1
-2
/
+2
*
|
Try C-cast with reintepret cast
gingerBill
2025-10-27
1
-1
/
+1
*
|
Use `reinterpret_cast`
gingerBill
2025-10-27
1
-1
/
+1
*
|
Try to make `PtrMap` work for 32-bit compilers
gingerBill
2025-10-27
2
-8
/
+27
*
|
Improve error message for missing `&` in some parapoly messages
gingerBill
2025-10-27
1
-0
/
+6
|
/
*
Merge pull request #5812 from Kelimion/data-alignment
gingerBill
2025-10-22
2
-2
/
+7
|
\
|
*
Set minimum #load(file, type) alignment to 16 bytes
Jeroen van Rijn
2025-10-15
2
-2
/
+7
*
|
Merge pull request #5811 from wrathdoesthat/master
gingerBill
2025-10-22
1
-1
/
+1
|
\
\
|
*
|
Merge branch 'odin-lang:master' into master
wrathdoesthat
2025-10-15
1
-0
/
+8
|
|
\
|
|
*
|
Fix orca linking path
Wrath
2025-10-15
1
-1
/
+1
*
|
|
Merge pull request #5814 from laytan/wgpu-27.0.2.0
gingerBill
2025-10-22
1
-2
/
+1
|
\
\
\
|
*
|
|
vendor/wgpu: update to 27.0.2.0
Laytan
2025-10-15
1
-2
/
+1
|
|
|
/
|
|
/
|
*
|
|
Add target triple and LLVM code mode debug prints (#5839)
Jeroen van Rijn
2025-10-22
2
-0
/
+7
*
|
|
Fix #5831
gingerBill
2025-10-22
1
-0
/
+7
*
|
|
comment
jakubtomsu
2025-10-18
1
-0
/
+3
*
|
|
prefer Type pointer over LLVMTypeRef when doing a struct_field_remapping lookup
jakubtomsu
2025-10-18
1
-2
/
+2
|
/
/
*
|
Merge branch 'master' of https://github.com/LeonardoTemperanza/Odin
Username-Leon
2025-10-15
23
-316
/
+1849
|
\
|
|
*
llvm 21 support
Laytan
2025-10-14
9
-69
/
+613
|
*
Fix hang, courtesy of cloin.
Jeroen van Rijn
2025-10-13
1
-0
/
+1
|
*
Merge pull request #5797 from harold-b/hb.export-linked-libs
gingerBill
2025-10-12
2
-0
/
+73
|
|
\
|
|
*
Fix `-export-linked-libs-file` system lib check
Harold Brenes
2025-10-12
1
-1
/
+1
|
|
*
Use exact value to determine system linked libs with `-export-linked-libs-file`
Harold Brenes
2025-10-12
1
-2
/
+2
|
|
*
Add `-export-linked-libs-file` build flag.
Harold Brenes
2025-10-12
2
-0
/
+73
|
*
|
Merge pull request #5794 from alsakandari/improve-target-features
gingerBill
2025-10-12
3
-1
/
+21
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Check for `+` and `-` in the target features set
Yhya Ibrahim
2025-10-11
1
-0
/
+12
|
|
*
Make `-target-features` flag support disabling of a feature
Yhya Ibrahim
2025-10-11
2
-1
/
+9
|
*
|
Fix #5785
Jeroen van Rijn
2025-10-11
1
-13
/
+9
|
*
|
Simple compare is also comparable
Jeroen van Rijn
2025-10-11
1
-1
/
+1
|
*
|
Fix #5786
Jeroen van Rijn
2025-10-11
1
-1
/
+1
|
*
|
#5788
Jeroen van Rijn
2025-10-11
1
-2
/
+2
|
*
|
Fix #5789
Jeroen van Rijn
2025-10-11
1
-2
/
+2
|
|
/
|
*
Add short-circuit for `check_cast_internal`
gingerBill
2025-10-10
1
-2
/
+9
|
*
Fix #5778
gingerBill
2025-10-10
1
-9
/
+16
|
*
Handle concatenation at the end
gingerBill
2025-10-10
1
-6
/
+18
|
*
Remove unneeded type expression
gingerBill
2025-10-10
1
-6
/
+1
|
*
Support fixed-length arrays for `intrinsics.concatenate`
gingerBill
2025-10-10
1
-9
/
+41
|
*
Add basic type inference to the arguments
gingerBill
2025-10-10
1
-2
/
+2
|
*
Allow `intrinsics.concatenate` to be variadic
gingerBill
2025-10-10
2
-41
/
+48
|
*
Add `intrinsics.concatenate`
gingerBill
2025-10-10
2
-0
/
+90
|
*
Merge pull request #5774 from A1029384756/llvm-14-fixes
gingerBill
2025-10-09
2
-31
/
+35
|
|
\
|
|
*
[llvm-14-fixes] use specific `LLVMConst*` codepaths for LLVM 14
A1029384756
2025-10-09
2
-31
/
+35
|
*
|
Add `all-bits` to feature tag
gingerBill
2025-10-09
1
-0
/
+2
|
*
|
`const string` -> `constant string`
gingerBill
2025-10-09
1
-3
/
+3
|
*
|
Allow `intrinsics.type_union_tag_offset` with maybe-like unions
gingerBill
2025-10-09
1
-3
/
+7
|
*
|
Add `intrinsics.type_is_raw_union`
gingerBill
2025-10-09
2
-4
/
+11
|
*
|
Merge pull request #5765 from odin-lang/bill/new-slice-sort
gingerBill
2025-10-09
2
-0
/
+6
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Add `intrinsics.type_is_cstring` and `intrinsics.type_is_cstring16`
bill/new-slice-sort
gingerBill
2025-10-09
2
-0
/
+6
|
*
|
Merge pull request #5770 from harold-b/hb.fix-objc-superclass-check
Laytan
2025-10-08
1
-5
/
+5
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Perform type kind check before making use relevant fields in objc_superclass ...
Harold Brenes
2025-10-08
1
-5
/
+5
|
*
|
Merge remote-tracking branch 'upstream/master' into llvm-14-fixes
A1029384756
2025-10-07
12
-161
/
+577
|
|
\
|
[prev]
[next]