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
...
*
|
Make `intrinsics.overflow_*` NOT `#optional_ok`
gingerBill
2024-04-10
1
-2
/
+2
|
/
*
Change allocator to permanent
gingerBill
2024-04-08
1
-2
/
+2
*
Obfuscate `#line`
gingerBill
2024-04-08
3
-10
/
+15
*
Obfuscate `#file` and `#procedure` when `-obfuscate-source-code-locations` is...
gingerBill
2024-04-08
3
-15
/
+25
*
Add `"type"` field to `-json-errors`
gingerBill
2024-04-08
1
-0
/
+8
*
Merge pull request #3394 from laytan/wasm-fixes
gingerBill
2024-04-08
1
-0
/
+4
|
\
|
*
enable the required target feature `atomics` when using them in wasm
Laytan Laats
2024-04-08
1
-0
/
+4
*
|
Fix printing error when field name could not be found
gingerBill
2024-04-08
1
-1
/
+2
*
|
Improve error messages for people using keywords instead of identifiers
gingerBill
2024-04-08
1
-1
/
+9
|
/
*
Merge pull request #3389 from laytan/fix-wasm-atomics
gingerBill
2024-04-06
1
-10
/
+5
|
\
|
*
fix wasm atomics
Laytan Laats
2024-04-06
1
-10
/
+5
*
|
Fix checker crash when `or_return`/`or_break`/`or_continue` used for non-exis...
oskarnp
2024-04-06
1
-3
/
+3
|
/
*
fix amd64 sysv abi to pass asan everywhere
Laytan Laats
2024-04-04
1
-32
/
+15
*
Merge pull request #3372 from laytan/fix-lbarg-ignore-logic
gingerBill
2024-04-04
2
-2
/
+6
|
\
|
*
fix lbArg_Ignore logic
Laytan Laats
2024-04-04
2
-2
/
+6
*
|
Merge pull request #3374 from laytan/fix-128-ints-alignment-arm64
gingerBill
2024-04-04
2
-2
/
+2
|
\
\
|
*
|
fix 128 bit int alignment on arm64
Laytan Laats
2024-04-04
2
-2
/
+2
|
|
/
*
|
Add better error messages with suggestions for using `context` as an identifier
gingerBill
2024-04-04
1
-0
/
+14
*
|
Improve error messages for `A variable declaration must be an identifier`
gingerBill
2024-04-04
1
-5
/
+22
*
|
Remove consecutive linking libraries
gingerBill
2024-04-04
1
-1
/
+13
*
|
Default to "smart" linker behaviour; Add `-min-link-libs` to use minimize lin...
gingerBill
2024-04-04
3
-34
/
+43
*
|
Merge pull request #3370 from laytan/fix-objc-proc-group-edge-case
gingerBill
2024-04-04
2
-3
/
+5
|
\
\
|
|
/
|
/
|
|
*
fix objc proc group edge case
Laytan Laats
2024-04-03
2
-3
/
+5
*
|
Merge pull request #3366 from laytan/fix-vet-scope-bug
gingerBill
2024-04-03
1
-1
/
+1
|
\
\
|
*
|
fix vet scope bug skipping some scopes
Laytan Laats
2024-04-02
1
-1
/
+1
*
|
|
fix -vet warning for stack overflows not showing up
Laytan Laats
2024-04-03
1
-11
/
+9
|
|
/
|
/
|
*
|
Clarity warning and error printing
gingerBill
2024-04-02
2
-6
/
+14
*
|
Fix printing of warnings
gingerBill
2024-04-02
1
-1
/
+2
*
|
Merge pull request #3363 from laytan/fix-c-varargs-named-args
gingerBill
2024-04-02
1
-0
/
+27
|
\
\
|
*
|
fix untyped nil into c varargs
Laytan Laats
2024-04-02
1
-0
/
+6
|
*
|
fix named arguments with #c_vararg
Laytan Laats
2024-04-02
1
-0
/
+21
|
|
/
*
|
Merge pull request #3360 from laytan/debug-info-fixes
Jeroen van Rijn
2024-04-01
1
-2
/
+2
|
\
\
|
*
|
change unneeded permanent allocation to temporary
Laytan Laats
2024-04-01
1
-1
/
+1
|
*
|
fix wrong type in map debug info
Laytan Laats
2024-04-01
1
-1
/
+1
*
|
|
Merge pull request #3358 from laytan/debug-info-fixes
gingerBill
2024-04-01
4
-489
/
+446
|
\
|
|
|
|
/
|
/
|
|
*
remove soa handling in debug info, fields are already added in checker
Laytan Laats
2024-04-01
1
-50
/
+1
|
*
debug info fixes/refactor
Laytan Laats
2024-04-01
4
-489
/
+495
*
|
Fix nested `ERROR_BLOCK` bug
gingerBill
2024-04-01
1
-5
/
+13
*
|
Fix type checking for invalid enum backing type
gingerBill
2024-04-01
2
-6
/
+4
*
|
Error message when RTTI is disabled when iterating over an `enum` type or a `...
gingerBill
2024-04-01
1
-0
/
+6
*
|
Unify error message logic for ranges over `bit_set`
gingerBill
2024-04-01
1
-9
/
+5
*
|
Support `for in` with `bit_set`
gingerBill
2024-04-01
3
-57
/
+152
*
|
Fix error message
gingerBill
2024-04-01
1
-2
/
+2
|
/
*
Enforce error on old style for/switch l-value
gingerBill
2024-03-30
1
-4
/
+0
*
Fix debug info for `map`
gingerBill
2024-03-30
1
-4
/
+0
*
Fix `#field_align` issues, by simplifying the LLVM struct type generation
gingerBill
2024-03-30
1
-9
/
+8
*
Try storing a pointer to a fake metadata type in the debug info for a `map`
gingerBill
2024-03-30
2
-8
/
+6
*
Merge pull request #3348 from rick-masters/fix_convert_smaller_float_endian
gingerBill
2024-03-29
1
-3
/
+15
|
\
|
*
Implement endian conversions for smaller float types.
rick-masters
2024-03-29
1
-3
/
+15
*
|
Merge pull request #3350 from laytan/fix-gb.h-for-fsanitize-address
gingerBill
2024-03-29
1
-4
/
+9
|
\
\
[prev]
[next]