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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #3395 from odin-lang/darwin-reorganization
dev-2024-04
gingerBill
2024-04-08
41
-9
/
+9
|
\
|
*
Move `vendor:darwin/Foundation` to `core:sys/darwin/Foundation`
gingerBill
2024-04-08
41
-9
/
+9
*
|
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
4
-6
/
+20
|
\
|
*
enable the required target feature `atomics` when using them in wasm
Laytan Laats
2024-04-08
2
-0
/
+6
|
*
fix `_end` being called before the actual end when using the step function
Laytan Laats
2024-04-08
1
-3
/
+11
|
*
fix js_wasm `time.tick_now`, `performance.now()` returns a float
Laytan Laats
2024-04-08
2
-3
/
+3
*
|
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 #3390 from Lperlind/master
Jeroen van Rijn
2024-04-07
2
-2
/
+2
|
\
|
*
Update "core:runtime" to "base:runtime"
Lucas Perlind
2024-04-07
2
-2
/
+2
|
/
*
Merge pull request #3388 from laytan/fix-raygui-symbol
gingerBill
2024-04-06
1
-1
/
+1
|
\
|
*
fix raygui `GuiFade` being renamed to `GuiSetAlpha`
Laytan Laats
2024-04-06
1
-1
/
+1
*
|
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
|
|
/
*
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2024-04-06
13
-67
/
+223
|
\
\
|
*
\
Merge pull request #3379 from atomicptr/task/add-sdl-sempost
gingerBill
2024-04-06
1
-0
/
+1
|
|
\
\
|
|
*
|
add missing SDL2_SemPost binding
Christopher Kaster
2024-04-05
1
-0
/
+1
|
*
|
|
Merge pull request #3383 from oskarnp/or_return_crash
gingerBill
2024-04-06
1
-3
/
+3
|
|
\
\
\
|
|
*
|
|
Fix checker crash when `or_return`/`or_break`/`or_continue` used for non-exis...
oskarnp
2024-04-06
1
-3
/
+3
|
|
|
|
/
|
|
|
/
|
|
*
|
|
Merge pull request #3385 from blob1807/fixed-removed-undefined-var
Jeroen van Rijn
2024-04-06
1
-1
/
+0
|
|
\
\
\
|
|
|
/
/
|
|
/
|
|
|
|
*
|
Removed undefined & usused vars
blob1807
2024-04-06
1
-1
/
+0
|
|
/
/
|
*
|
Merge pull request #3381 from Yawning/fix/chacha20poly1305
Jeroen van Rijn
2024-04-05
1
-9
/
+17
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
core/crypto/poly1305: The final addition is NOT mod p
Yawning Angel
2024-04-05
1
-9
/
+17
|
|
/
|
*
Merge pull request #3377 from laytan/fix-amd64-sysv-abi
gingerBill
2024-04-05
3
-33
/
+81
|
|
\
|
|
*
fix amd64 sysv abi to pass asan everywhere
Laytan Laats
2024-04-04
3
-33
/
+81
|
|
/
|
*
Merge pull request #3373 from laytan/add-some-windows-wsa-symbols
gingerBill
2024-04-04
2
-15
/
+46
|
|
\
|
|
*
add some wsa based additions to `core:sys/windows`
Laytan Laats
2024-04-04
2
-15
/
+46
|
*
|
Merge pull request #3371 from mailgerigk/windows-setevent
gingerBill
2024-04-04
1
-0
/
+1
|
|
\
\
|
|
*
|
Add windows.SetEvent
gerigk
2024-04-04
1
-0
/
+1
|
*
|
|
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
5
-5
/
+69
|
|
\
\
\
|
|
*
|
|
fix 128 bit int alignment on arm64
Laytan Laats
2024-04-04
5
-5
/
+69
|
|
|
/
/
*
|
/
/
Remove duplicate table
gingerBill
2024-04-06
1
-28
/
+13
|
/
/
/
*
|
|
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
*
|
|
Remove dead newline
gingerBill
2024-04-04
1
-1
/
+0
|
|
/
|
/
|
*
|
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
*
|
Minimize code duplication in `core:mem` by using the `base:runtime` calls
gingerBill
2024-04-03
2
-50
/
+17
*
|
Merge pull request #3366 from laytan/fix-vet-scope-bug
gingerBill
2024-04-03
19
-63
/
+57
|
\
\
|
*
|
correct newly found vets
Laytan Laats
2024-04-03
18
-62
/
+56
|
*
|
fix vet scope bug skipping some scopes
Laytan Laats
2024-04-02
1
-1
/
+1
*
|
|
Merge pull request #3367 from laytan/fix-stack-overflow-warning
gingerBill
2024-04-03
1
-11
/
+9
|
\
\
\
|
|
_
|
/
|
/
|
|
[next]