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/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 #3427
gingerBill
2024-04-16
6
-12
/
+22
*
|
|
Print to string buffer before printing errors
gingerBill
2024-04-16
2
-62
/
+121
*
|
|
Add template specialization for compared against `""` with `String` internally
gingerBill
2024-04-15
1
-0
/
+3
*
|
|
Add basic suggestion to missing `package` name
gingerBill
2024-04-15
1
-0
/
+6
*
|
|
Fix #3425
gingerBill
2024-04-15
1
-5
/
+6
*
|
|
add 'odin root' command
Laytan Laats
2024-04-13
1
-0
/
+4
*
|
|
Remove warning on clang
gingerBill
2024-04-12
1
-2
/
+2
*
|
|
Improve scalar -> array assignment when the scalar is constant in LLVM
gingerBill
2024-04-12
1
-2
/
+24
*
|
|
Simplify scalar -> array conversions in LLVM to use a loop after a certain size
gingerBill
2024-04-12
2
-12
/
+11
*
|
|
Improve error messages for `switch` and `for` r-values with a suggestion
gingerBill
2024-04-12
3
-5
/
+60
*
|
|
Fix #3415
gingerBill
2024-04-12
1
-0
/
+4
*
|
|
Fix #3414
gingerBill
2024-04-12
1
-0
/
+5
*
|
|
Add `-target:freestanding_amd64_win64`
gingerBill
2024-04-11
1
-1
/
+12
*
|
|
Remove `?`
dev-2024-04a
gingerBill
2024-04-11
1
-1
/
+1
*
|
|
Add @(static) check
gingerBill
2024-04-11
1
-2
/
+2
*
|
|
Change stack overflow check to >256 KiB
gingerBill
2024-04-11
1
-2
/
+2
*
|
|
Add `nil` checks
gingerBill
2024-04-11
1
-2
/
+2
*
|
|
Fix `@(static)` error message bug
gingerBill
2024-04-11
1
-1
/
+1
*
|
|
Add `-vet-unused-variables` and ``-vet-unused-imports` (`-vet-unused` is both)
gingerBill
2024-04-11
3
-16
/
+41
*
|
|
Fix #3412
gingerBill
2024-04-11
1
-1
/
+1
|
/
/
*
|
Fix `ptr_to_bit_field.field`
gingerBill
2024-04-10
2
-2
/
+5
*
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2024-04-10
2
-2
/
+2
|
\
\
|
*
|
Fix typo in using parameter error message
Chris
2024-04-09
1
-1
/
+1
|
*
|
fix nasm check
Laytan Laats
2024-04-08
1
-1
/
+1
*
|
|
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
|
|
/
/
|
/
|
|
[prev]
[next]