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
...
|
*
|
Fix sign flag
gingerBill
2024-06-09
1
-2
/
+2
|
*
|
Make `f32(u8)` etc do an immediate cast to `f32(u32(u8))` in code generation
gingerBill
2024-06-09
1
-2
/
+29
|
*
|
Merge pull request #3712 from laytan/fix-large-ints-amd64sysv-abi
Jeroen van Rijn
2024-06-09
1
-1
/
+9
|
|
\
\
|
|
*
|
fix large ints amd64 sysv abi
Laytan Laats
2024-06-09
1
-1
/
+9
|
*
|
|
Merge pull request #3711 from laytan/fix-swizzle-crash
Jeroen van Rijn
2024-06-09
1
-2
/
+2
|
|
\
\
\
|
|
*
|
|
fix swizzle crash due to wrong alignment
Laytan Laats
2024-06-09
1
-2
/
+2
|
|
|
/
/
|
*
|
|
Merge pull request #3710 from laytan/fix-unreachable-with-complex-param-or-re...
Jeroen van Rijn
2024-06-09
1
-3
/
+2
|
|
\
\
\
|
|
*
|
|
fix unreachable hit when param and/or return have complex inits
Laytan Laats
2024-06-09
1
-3
/
+2
|
|
|
/
/
|
*
|
|
Merge pull request #3709 from Feoramund/stop-low-swizzle
Jeroen van Rijn
2024-06-08
1
-0
/
+3
|
|
\
\
\
|
|
*
|
|
Prevent panic when `swizzle` called with < 2 indices
Feoramund
2024-06-08
1
-0
/
+3
|
|
/
/
/
|
*
|
|
Merge pull request #3708 from Feoramund/ignore-bmp-assets
Jeroen van Rijn
2024-06-08
1
-0
/
+1
|
|
\
\
\
|
|
*
|
|
Add `*.bmp` to core tests `.gitignore`
Feoramund
2024-06-08
1
-0
/
+1
|
|
/
/
/
|
*
|
|
Merge pull request #3706 from leidegre/os_read_dir_windows
Jeroen van Rijn
2024-06-08
1
-1
/
+5
|
|
\
\
\
|
|
*
|
|
Update dir_windows.odin
Jeroen van Rijn
2024-06-08
1
-2
/
+2
|
|
*
|
|
Fixed error handling in read_dir on Windows
John Leidegren
2024-06-08
1
-1
/
+5
|
*
|
|
|
Add error message on return a constant slice value from a procedure
gingerBill
2024-06-08
1
-0
/
+4
|
*
|
|
|
Remove empty line preventing a suggestion from happening
gingerBill
2024-06-08
1
-2
/
+0
|
|
/
/
/
|
*
|
|
Make certain procedures `"contextless"` for microui
gingerBill
2024-06-08
1
-3
/
+3
|
*
|
|
Merge pull request #3704 from Feoramund/fix-fmt-p-verb
Jeroen van Rijn
2024-06-07
2
-4
/
+41
|
|
\
\
\
|
|
*
|
|
Add `#caller_location` to `check` in `fmt` tests
Feoramund
2024-06-07
1
-2
/
+2
|
|
*
|
|
Add `%p` tests for `fmt`
Feoramund
2024-06-07
1
-1
/
+38
|
|
*
|
|
Fix `%p` pointers not printing leading `0x`
Feoramund
2024-06-07
1
-1
/
+1
|
|
|
/
/
|
*
/
/
Nuke ancient comment.
Jeroen van Rijn
2024-06-07
1
-1
/
+0
|
|
/
/
|
*
|
Merge pull request #3701 from laytan/fix-thread-deadlock
Jeroen van Rijn
2024-06-07
2
-12
/
+13
|
|
\
\
|
|
*
|
core/thread: fix a deadlock situation on unix
Laytan Laats
2024-06-07
1
-11
/
+12
|
|
*
|
core/sync: fix wrong timeout calculation, `time.Duration` is ns already
Laytan Laats
2024-06-07
1
-1
/
+1
|
|
/
/
|
*
|
Merge pull request #3699 from laytan/macos-14.5
Jeroen van Rijn
2024-06-07
2
-0
/
+2
|
|
\
\
|
|
*
|
add MacOS 14.5 to 'core:sys/info' and 'odin report'
Laytan Laats
2024-06-07
2
-0
/
+2
|
|
/
/
|
*
|
Merge pull request #3698 from laytan/utilize-odin-test-instead-of-scrips-to-r...
Jeroen van Rijn
2024-06-07
30
-523
/
+143
|
|
\
\
|
|
*
|
fix not printing `Error:` when terminal has no color support
Laytan Laats
2024-06-07
2
-5
/
+3
|
|
*
|
fix regression in test_issue_2395
Laytan Laats
2024-06-07
3
-6
/
+3
|
|
*
|
update actions/checkout
Laytan Laats
2024-06-07
2
-11
/
+11
|
|
*
|
utilize `odin test -all-packages` instead of (make/bat) scripts for running t...
Laytan Laats
2024-06-07
26
-502
/
+127
|
*
|
|
Merge pull request #3697 from laytan/add-error-message-for-unknown-test-log-l...
Jeroen van Rijn
2024-06-07
1
-0
/
+3
|
|
\
\
\
|
|
|
/
/
|
|
/
|
|
|
|
*
|
add error message for unknown test log level
Laytan Laats
2024-06-07
1
-0
/
+3
|
|
/
/
|
*
|
Remove unnecessary Wait_Signal checks
gingerBill
2024-06-07
3
-20
/
+0
|
*
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2024-06-06
3
-5
/
+130
|
|
\
\
|
|
*
\
Merge pull request #3696 from Kelimion/bmp_save
Jeroen van Rijn
2024-06-07
3
-5
/
+130
|
|
|
\
\
|
|
|
*
|
Test roundtripping BMP
Jeroen van Rijn
2024-06-07
1
-4
/
+20
|
|
|
*
|
Add saving of 24 and 32-bit images to BMP format.
Jeroen van Rijn
2024-06-06
2
-1
/
+110
|
|
|
/
/
|
*
/
/
Try to fix a possible race condition with polymorphic record parameters
gingerBill
2024-06-06
5
-48
/
+46
|
|
/
/
|
*
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2024-06-06
1
-2
/
+10
|
|
\
\
|
|
*
\
Merge pull request #3695 from laytan/fix-linking-on-weird-linuxes
Jeroen van Rijn
2024-06-06
1
-2
/
+10
|
|
|
\
\
|
|
|
*
|
fix linking on weird linuxes
Laytan
2024-06-06
1
-2
/
+10
|
|
|
/
/
|
*
/
/
Add parentheses around the foreign import paths
gingerBill
2024-06-06
1
-2
/
+2
|
|
/
/
|
*
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2024-06-06
6
-73
/
+1473
|
|
\
\
|
|
*
\
Merge pull request #3609 from Kelimion/bmp
gingerBill
2024-06-06
6
-73
/
+1473
|
|
|
\
\
|
|
|
*
|
Re-add BMP test suite download.
Jeroen van Rijn
2024-06-06
1
-2
/
+91
|
|
|
*
|
Rebased.
Jeroen van Rijn
2024-06-06
5
-71
/
+1382
|
|
|
/
/
|
*
/
/
Improve `matrix_align_of` logic when it has invalid inputs.
gingerBill
2024-06-06
1
-2
/
+2
|
|
/
/
[prev]
[next]