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
...
|
*
|
|
|
Added alternate reduce-add/reduce-mul intrinsics.
Barinzaya
2025-05-05
3
-0
/
+78
|
|
/
/
/
*
|
|
|
Also allow comparing SOA pointers against each other
Jeroen van Rijn
2025-05-06
1
-1
/
+5
*
|
|
|
Add support for SoaPointer nil comparison in lb_emit_comp_against_nil
bogwi
2025-05-06
1
-0
/
+12
|
/
/
/
*
|
|
Fix `type_union_tag_offset` when all members are zero sized
Jeroen van Rijn
2025-05-05
2
-5
/
+6
*
|
|
Add `intrinsics.simd_indices`
gingerBill
2025-05-05
3
-0
/
+53
|
|
/
|
/
|
*
|
Clarify error messages for types that aren't simply comparable.
Jeroen van Rijn
2025-05-03
1
-5
/
+16
*
|
Fix #5107
Jeroen van Rijn
2025-05-03
1
-1
/
+1
*
|
Allow polymorphic #simd array as return type
Jeroen van Rijn
2025-05-02
1
-1
/
+4
*
|
Merge pull request #5098 from laytan/fix-nan-comparisons
gingerBill
2025-05-02
2
-3
/
+3
|
\
\
|
*
|
fix variable NaN comparisons
Laytan Laats
2025-04-30
2
-3
/
+3
*
|
|
Merge pull request #5102 from Lperlind/attribute-no-sanitize-address
gingerBill
2025-05-01
5
-2
/
+11
|
\
\
\
|
*
|
|
Add attribute @(no_sanitize_address)
Lucas Perlind
2025-05-01
5
-2
/
+11
|
|
/
/
*
/
/
fixes assigning null as a type if it's an alias but the base type isn't resol...
Laytan Laats
2025-04-30
1
-1
/
+4
|
/
/
*
|
All N-valued (N>=2) expressions in `or_else` expressions
gingerBill
2025-04-29
1
-1
/
+13
*
|
Warn if someone imports the same case-folded path twice
Jeroen van Rijn
2025-04-27
1
-0
/
+13
*
|
Add missing cast to global/static var alignments.
Barinzaya
2025-04-24
2
-2
/
+2
*
|
Correctly align global and static variables.
Barinzaya
2025-04-24
2
-0
/
+2
|
/
*
fix not resolving to alias in a recursive declaration
Laytan
2025-04-16
1
-1
/
+5
*
Change hashing rules for float-like types to make `0 == -0`
gingerBill
2025-04-16
3
-1
/
+63
*
More improvements doc writer name canonicalization
gingerBill
2025-04-15
2
-33
/
+74
*
Improve name canonicalization rules for the doc writer
gingerBill
2025-04-15
1
-1
/
+19
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2025-04-15
1
-1
/
+1
|
\
|
*
Merge pull request #5038 from mtarik34b/noteq-comparison-for-nan-must-be-true
Jeroen van Rijn
2025-04-15
1
-1
/
+1
|
|
\
|
|
*
Remove reference to git issue
mtarik34b
2025-04-15
1
-1
/
+1
|
|
*
Ensure NaN != any_float_value evaluates to true for constant NaN values
mtarik34b
2025-04-15
1
-1
/
+1
*
|
|
Improve name canonization rules for doc writer
gingerBill
2025-04-15
1
-1
/
+5
|
/
/
*
/
Fix SysV ABI bug
gingerBill
2025-04-15
1
-9
/
+82
|
/
*
Remove `bit_field` -> `bit_set` warning.
Jeroen van Rijn
2025-04-12
1
-3
/
+2
*
Allow intrinsics.type_elem_type(simd_vector) to return the element type.
Jeroen van Rijn
2025-04-11
1
-0
/
+1
*
Fix Darwin version reporting for older macOS
Feoramund
2025-04-10
1
-1
/
+1
*
Simplify condition, op = Token_Sub was trivially true
Jeroen van Rijn
2025-04-10
1
-1
/
+1
*
Fixes #5026
Jeroen van Rijn
2025-04-10
1
-0
/
+3
*
Support subtargets in build tags: `#build darwin:generic` and `#build linux:a...
gingerBill
2025-04-10
3
-8
/
+115
*
Fix `init_android_values` SDK check for `odin check`
gingerBill
2025-04-10
1
-1
/
+1
*
Merge pull request #5023 from justgook/master
Jeroen van Rijn
2025-04-09
1
-1
/
+1
|
\
|
*
add quotes for absolute path
Romāns Potašovs
2025-04-09
1
-1
/
+1
*
|
Actually maybe fix #5015
gingerBill
2025-04-09
1
-0
/
+1
*
|
Fix #5015
gingerBill
2025-04-09
1
-0
/
+10
|
/
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2025-04-09
2
-12
/
+28
|
\
|
*
gb.h: fix buffer overflow when printing long strings. fix #4831
IllusionMan1212
2025-04-09
1
-9
/
+17
|
*
Merge pull request #5013 from IllusionMan1212/one-last-android-fix-maybe
gingerBill
2025-04-08
1
-3
/
+11
|
|
\
|
|
*
android: always link liblog
IllusionMan1212
2025-04-08
1
-0
/
+1
|
|
*
fix: use the clang binary that's provided by the android NDK
IllusionMan1212
2025-04-07
1
-3
/
+10
*
|
|
Remove warning on struct field parameters being too big for the stack
gingerBill
2025-04-09
1
-1
/
+1
|
/
/
*
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2025-04-08
1
-1
/
+3
|
\
\
|
*
|
Fix #5020
Jeroen van Rijn
2025-04-08
1
-1
/
+3
*
|
|
Propagate `@(link_section=<string>)` to nested declarations
gingerBill
2025-04-08
7
-63
/
+99
|
/
/
*
|
Add trivial sanity check for assigning to return values within `defer` #5011
gingerBill
2025-04-07
1
-0
/
+41
*
|
Fix `syscall_bsd` on NetBSD ARM64
Feoramund
2025-04-06
1
-8
/
+31
|
/
*
Merge pull request #5003 from IllusionMan1212/more-android-fixes
gingerBill
2025-04-06
4
-89
/
+92
|
\
[prev]
[next]