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 `for x in y` where `y` is an "optional ok" value, but ignores `#optional_...
gingerBill
2024-03-18
2
-9
/
+19
*
|
Fix #3282
gingerBill
2024-03-16
1
-0
/
+4
*
|
Fix #3284
gingerBill
2024-03-16
3
-0
/
+10
|
/
*
Improve bit_set error message
Chris
2024-03-13
1
-2
/
+2
*
Merge pull request #3267 from harold-b/copy-dirent-path
gingerBill
2024-03-13
1
-1
/
+1
|
\
|
*
Copy file names from`dirent` into `FileInfo` during `read_directory`
Harold Brenes
2024-03-11
1
-1
/
+1
*
|
Fix variable used to index polymorphic parameter.
rick-masters
2024-03-12
1
-1
/
+1
*
|
Fix check for too many arguments to a polymorphic record type.
rick-masters
2024-03-12
1
-1
/
+1
*
|
Support swizzle selector syntax `.xyzw` for `#simd` vectors
gingerBill
2024-03-12
4
-32
/
+82
|
/
*
Merge pull request #3230 from avanspector/haiku
gingerBill
2024-03-08
9
-471
/
+756
|
\
|
*
Merge branch 'haiku' of https://github.com/avanspector/Odin into haiku
avanspector
2024-03-01
6
-962
/
+222
|
|
\
|
|
*
Merge branch 'odin-lang:master' into haiku
avanspector
2024-02-29
6
-962
/
+222
|
|
|
\
|
*
|
|
Update threading.cpp
avanspector
2024-03-01
1
-43
/
+102
|
|
/
/
|
*
|
fix core:thread and a memory leak
avanspector
2024-02-27
1
-6
/
+2
|
*
|
add haiku build token
avanspector
2024-02-25
1
-0
/
+1
|
*
|
small fixes
avanspector
2024-02-25
2
-1
/
+3
|
*
|
Update threading.cpp
avanspector
2024-02-25
1
-0
/
+2
|
*
|
Merge branch 'haiku' of https://github.com/avanspector/Odin into haiku
avanspector
2024-02-25
25
-1110
/
+2044
|
|
\
\
|
*
|
|
Improve Haiku support
avanspector
2024-02-25
6
-4
/
+73
|
*
|
|
Implement futex
avanspector
2024-02-24
1
-33
/
+99
|
*
|
|
Get Odin to compile on Haiku
Slendi
2024-02-15
3
-464
/
+554
*
|
|
|
Add `bit_field` option to `core_type` in the compiler
gingerBill
2024-03-07
1
-0
/
+3
*
|
|
|
Merge pull request #3069 from pcleavelin/master
gingerBill
2024-03-06
1
-1
/
+6
|
\
\
\
\
|
*
\
\
\
Merge branch 'odin-lang:master' into master
Patrick Cleavelin
2024-01-27
23
-187
/
+765
|
|
\
\
\
\
|
*
|
|
|
|
respect -lld CLI arg
Patrick Cleavelin
2024-01-04
1
-1
/
+6
*
|
|
|
|
|
Change to IEEE 754-2008 conformance for `min`/`max` runtime operations.
gingerBill
2024-03-06
1
-8
/
+10
*
|
|
|
|
|
Unify min/max semantics for simd_(min|max)
gingerBill
2024-03-06
2
-6
/
+6
*
|
|
|
|
|
Change min/max runtime behaviour to match IEEE 754-2019
gingerBill
2024-03-06
1
-0
/
+18
*
|
|
|
|
|
Update `are_types_identical` for `bit_field`
gingerBill
2024-03-04
1
-0
/
+23
*
|
|
|
|
|
Correct `is_type_comparable` for `bit_field`
gingerBill
2024-03-04
1
-0
/
+3
*
|
|
|
|
|
Fix debug issue with `map`s
gingerBill
2024-03-01
1
-2
/
+2
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
|
|
Merge pull request #3220 from laytan/promote-types-in-c-varargs
gingerBill
2024-02-28
2
-2
/
+53
|
\
\
\
\
\
|
*
|
|
|
|
Also convert and promote bit_set types for #c_varargs
Laytan Laats
2024-02-22
1
-0
/
+5
|
*
|
|
|
|
Promote types in `#c_varargs` according to C rules
Laytan Laats
2024-02-21
2
-2
/
+48
*
|
|
|
|
|
Make `lb_type_info` use a procedure to load the global value
gingerBill
2024-02-27
5
-12
/
+9
*
|
|
|
|
|
Fix `lb_type_info` for the new layout
gingerBill
2024-02-27
1
-2
/
+8
*
|
|
|
|
|
Add type info generation for `bit_field`
gingerBill
2024-02-27
2
-8
/
+77
*
|
|
|
|
|
Remove `__$startup_type_info` procedure
gingerBill
2024-02-27
2
-42
/
+3
*
|
|
|
|
|
Change type info table to be initializable constantly
gingerBill
2024-02-27
3
-917
/
+93
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
|
|
Add `intrinsics.type_bit_set_backing_type`
gingerBill
2024-02-23
2
-0
/
+24
*
|
|
|
|
Make that warning an error with `-vet-style`
gingerBill
2024-02-22
1
-1
/
+7
*
|
|
|
|
Add warning when using `bit_field` when a `bit_set` would be a much better idea.
gingerBill
2024-02-22
1
-1
/
+26
*
|
|
|
|
Improve parsing for `bit_field`
gingerBill
2024-02-22
1
-0
/
+8
*
|
|
|
|
Add field tags to `bit_field`
gingerBill
2024-02-22
5
-17
/
+39
*
|
|
|
|
Format change
gingerBill
2024-02-22
1
-8
/
+4
*
|
|
|
|
Check for pseudo-fields before bit fields
gingerBill
2024-02-22
1
-6
/
+8
*
|
|
|
|
Simplify usage code
gingerBill
2024-02-22
2
-69
/
+69
*
|
|
|
|
Support `using` of a `bit_field` within a `struct`
gingerBill
2024-02-22
4
-6
/
+83
*
|
|
|
|
Remove debug message
gingerBill
2024-02-22
1
-1
/
+1
*
|
|
|
|
Give a better error message when the user uses `context` as if it was an iden...
gingerBill
2024-02-22
1
-1
/
+6
[prev]
[next]