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
*
Retype out the entire bindings for Orca
orca-dev
gingerBill
2024-03-19
1
-1
/
+1
*
Merge branch 'master' into orca-dev
gingerBill
2024-03-19
10
-32
/
+98
|
\
|
*
Correct matrix builtins for `#row_major`
gingerBill
2024-03-19
3
-5
/
+12
|
*
Add `#row_major matrix[R, C]T`
gingerBill
2024-03-19
9
-28
/
+87
*
|
test
gingerBill
2024-03-19
1
-1
/
+1
*
|
Merge branch 'master' into orca-dev
gingerBill
2024-03-19
16
-240
/
+481
|
\
|
|
*
Replace `gb_exit(1)` with `exit_with_errors()` where appropriate
gingerBill
2024-03-19
6
-13
/
+17
|
*
Add `-json-errors`
gingerBill
2024-03-19
3
-15
/
+110
|
*
General clean-up for error.cpp
gingerBill
2024-03-19
1
-22
/
+31
|
*
Serialize errors to make them sortable, deterministic, and generally more con...
gingerBill
2024-03-19
12
-93
/
+158
|
*
Add better suggestion for [?]T mistake
gingerBill
2024-03-19
1
-1
/
+6
|
*
On `x: [?]T = {...}`, minimize errors by using the `[?]T` expression as a kin...
gingerBill
2024-03-19
3
-14
/
+46
|
*
Fix error block handling
gingerBill
2024-03-19
1
-2
/
+4
|
*
Minimize error propagation of bad array syntax by treating this like a type
gingerBill
2024-03-19
1
-104
/
+116
|
*
Add suggestion when mistyping an array backwards e.g. `T[]`
gingerBill
2024-03-19
1
-1
/
+18
*
|
Add `@(link_suffix=<string>)`
gingerBill
2024-03-18
5
-9
/
+79
*
|
Change linker flags for orca on Windows
gingerBill
2024-03-18
1
-3
/
+6
*
|
Merge pull request #3293 from Skytrias/orca-target
gingerBill
2024-03-18
3
-6
/
+26
|
\
\
|
|
/
|
/
|
|
*
push orca target and old bindings
skytrias
2024-03-18
3
-6
/
+26
*
|
Unify "Did you mean" strings
gingerBill
2024-03-18
1
-41
/
+41
*
|
Add list of C identifier suggestions (types and keywords)
gingerBill
2024-03-18
2
-14
/
+57
*
|
Add check to people trying to `foreign import` C files.
gingerBill
2024-03-18
2
-0
/
+23
*
|
Add loads of checks for common mistakes for C programmer
gingerBill
2024-03-18
1
-0
/
+18
*
|
Add error message for C programmers which do `Foo{.x = 123}` rather than `Foo...
gingerBill
2024-03-18
1
-10
/
+18
|
/
*
Fix #3286
gingerBill
2024-03-18
1
-3
/
+5
*
Fix `case:` bug with by-ref unions
gingerBill
2024-03-18
2
-6
/
+7
*
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
|
|
\
\
\
\
[next]