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
...
*
|
|
Add some basic escape analysis errors for `return &x`
gingerBill
2024-03-23
3
-51
/
+68
*
|
|
Add missing field flags in debug printing
gingerBill
2024-03-23
1
-0
/
+12
|
/
/
*
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2024-03-21
1
-0
/
+2
|
\
\
|
*
\
Merge pull request #3304 from mailgerigk/master
gingerBill
2024-03-21
1
-0
/
+2
|
|
\
\
|
|
*
\
Merge branch 'odin-lang:master' into master
mailgerigk
2024-03-21
1
-0
/
+2
|
|
|
\
\
|
|
*
|
|
Remove entry point when compiled with no-entry-point as shared library
gerigk
2024-03-20
1
-0
/
+2
*
|
|
|
|
Fix at error printing bug
gingerBill
2024-03-21
1
-1
/
+4
|
/
/
/
/
*
|
|
|
Fix #3305
gingerBill
2024-03-21
1
-1
/
+1
*
|
|
|
Disallow `for x in y.(T)` and `for x in y.?`
gingerBill
2024-03-21
1
-4
/
+7
*
|
|
|
Fix missing `ERROR_BLOCK();` calls
gingerBill
2024-03-21
1
-0
/
+4
*
|
|
|
Update doc-format for `#by_ptr` and `#no_broadcast` parameters
gingerBill
2024-03-21
3
-14
/
+17
*
|
|
|
Minor clean up of `#no_broadcast` handling
gingerBill
2024-03-21
1
-5
/
+4
*
|
|
|
Add `#no_broadcast` procedure parameter to disallow automatic array programmi...
gingerBill
2024-03-21
5
-38
/
+75
|
|
/
/
|
/
|
|
*
|
|
Fix error handling for type switch statement
gingerBill
2024-03-20
1
-0
/
+2
|
/
/
*
|
Fix error message
gingerBill
2024-03-20
1
-1
/
+1
*
|
Fix #3299
gingerBill
2024-03-20
1
-0
/
+13
*
|
Fix #3301
gingerBill
2024-03-20
1
-0
/
+2
*
|
Try doing `<{i64, i32}>` instead of `[i64, i64]` for ARM64 12-byte parameters
gingerBill
2024-03-20
1
-1
/
+15
*
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2024-03-20
1
-0
/
+1
|
\
\
|
*
|
darwin: allow cross linking darwin_amd64 from darwin_arm64
Laytan Laats
2024-03-20
1
-0
/
+1
*
|
|
Force packed structs in ABI parameters
gingerBill
2024-03-20
1
-2
/
+2
|
/
/
*
|
Change ARM64 ABI for integer-like parameters
gingerBill
2024-03-20
1
-8
/
+2
*
|
Fix #3133 by show the line of the syntax error
gingerBill
2024-03-20
1
-1
/
+1
*
|
Add suggestion for `x: ^T; y = x` to be `x^`
gingerBill
2024-03-20
1
-0
/
+5
*
|
Add `x: T; y: ^T = x` suggestion to do `&x`
gingerBill
2024-03-20
1
-0
/
+6
*
|
Update ARM64 ABI return type
gingerBill
2024-03-20
1
-8
/
+3
*
|
Add `offset` (in bytes) field to `-json-errors`
gingerBill
2024-03-20
1
-0
/
+1
*
|
Fix bounds checking
gingerBill
2024-03-20
1
-1
/
+4
*
|
`m[i]` on `#row_major` matrices will reduce the i-th row-vector
gingerBill
2024-03-20
1
-1
/
+7
*
|
Merge pull request #3297 from laytan/linker-improvements
gingerBill
2024-03-20
2
-5
/
+36
|
\
\
|
*
|
linker improvements
Laytan Laats
2024-03-19
2
-5
/
+36
*
|
|
update macOS releases for `core:sys/info` and `odin report`
Laytan Laats
2024-03-20
1
-0
/
+5
*
|
|
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
*
|
|
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
|
/
/
*
|
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
[prev]
[next]