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 constant `nil` assignment to union of nillable types in backend
gingerBill
2025-11-02
1
-0
/
+6
|
|
_
|
/
/
/
|
/
|
|
|
|
*
|
|
|
|
Merge pull request #5870 from thetarnav/ease-inverse
Jeroen van Rijn
2025-11-02
3
-208
/
+461
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Cleanup ease_inverse
thetarnav
2025-11-01
1
-29
/
+31
|
*
|
|
|
Add ease inverse procedures
thetarnav
2025-11-01
3
-208
/
+459
|
/
/
/
/
*
/
/
/
Add ODIN_TEST_GO_TO_ERROR to print test fail locations in a manner friendly t...
Jeroen van Rijn
2025-11-01
2
-2
/
+29
|
/
/
/
*
|
|
Also disable OSC codes to update title when `ODIN_TEST_FANCY=false`
Jeroen van Rijn
2025-10-31
1
-1
/
+1
*
|
|
Document the rest of `os2`.
gingerBill
2025-10-31
3
-5
/
+45
*
|
|
Update documentation for `os2` once more!
gingerBill
2025-10-31
5
-18
/
+143
*
|
|
Bodge `runtime.exit` for haiku
gingerBill
2025-10-31
1
-1
/
+1
*
|
|
Improve documentation for the file based operations in os2
gingerBill
2025-10-31
1
-5
/
+145
*
|
|
Change to `Permissions` bit_set from relying on octal numbering for os2
gingerBill
2025-10-31
14
-44
/
+88
*
|
|
Add os2 to `examples/all`
gingerBill
2025-10-31
1
-0
/
+1
*
|
|
use `runtime.exit` for `os2.exit`
gingerBill
2025-10-31
5
-20
/
+2
*
|
|
Fix `union(T){}` constant initialization
gingerBill
2025-10-31
1
-2
/
+7
*
|
|
Merge pull request #5863 from dan-lei/patch-1
Jeroen van Rijn
2025-10-30
1
-2
/
+2
|
\
\
\
|
*
|
|
Typo in description of mem.ptr_sub.
Daniel TroszczyĆski
2025-10-30
1
-2
/
+2
|
/
/
/
*
|
|
Remove duplicate import
Jeroen van Rijn
2025-10-30
2
-10
/
+1
*
|
|
Correct cast to `uintptr`
gingerBill
2025-10-30
1
-1
/
+1
*
|
|
Add `runtime.exit`
gingerBill
2025-10-30
10
-0
/
+73
*
|
|
For test runner, try to look for `os.exit` or `os2.exit`
gingerBill
2025-10-30
2
-1
/
+34
*
|
|
Merge branch 'master' of github.com:odin-lang/Odin
Jeroen van Rijn
2025-10-30
5
-18
/
+85
|
\
\
\
|
*
|
|
`constant_truncate` -> `constant_trunc` to be consistent with other intrinsics
gingerBill
2025-10-30
3
-11
/
+11
|
*
|
|
Add suggestion for `T[]` to be `[]T` if a type is allowed in that parsing con...
gingerBill
2025-10-30
1
-3
/
+11
|
*
|
|
Add `intrinsics.constant_(floor|truncate|ceil|round)`
gingerBill
2025-10-30
4
-1
/
+60
|
*
|
|
Fix declaration of `type_is_bit_field`
gingerBill
2025-10-30
2
-14
/
+14
*
|
|
|
Enable misnamed doc example test for small_array
Jeroen van Rijn
2025-10-30
1
-1
/
+1
|
/
/
/
*
|
|
Just retry again with `lb_generate_missing_procedures`
gingerBill
2025-10-29
1
-0
/
+10
*
|
|
Merge pull request #5861 from NickDriscoll/hlsl-half
gingerBill
2025-10-29
2
-2
/
+784
|
\
\
\
|
*
|
|
Add half support to all proc groups and add ashalf proc group
Nick Driscoll
2025-10-28
2
-2
/
+759
|
*
|
|
Add all half scalar, vector, and matrix types
Nick Driscoll
2025-10-28
1
-0
/
+25
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #5860 from harold-b/hb.fix-export-link-libs-file
Jeroen van Rijn
2025-10-29
1
-11
/
+11
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix `-export-linked-libs-file` issue where it multiple libraries in a single ...
Harold Brenes
2025-10-28
1
-11
/
+11
*
|
|
Change `^i16` to `cstring16` where appropriate
gingerBill
2025-10-28
1
-16
/
+16
|
|
/
|
/
|
*
|
Minor change to misc/shell.bat
gingerBill
2025-10-28
1
-1
/
+1
*
|
Remove `core:encoding/ini` dependency in `user_posix.odin`
gingerBill
2025-10-28
1
-12
/
+12
*
|
Add `#caller_location` to `os2.read_entire_file`
gingerBill
2025-10-28
1
-10
/
+7
*
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2025-10-27
4
-13
/
+34
|
\
\
|
*
\
Merge pull request #5856 from A1029384756/master
Laytan
2025-10-27
2
-12
/
+19
|
|
\
\
|
|
*
|
[core:os/os2] zeroed `n` value on failed file operations
A1029384756
2025-10-27
2
-12
/
+19
|
|
/
/
|
*
|
Merge branch 'master' of github.com:odin-lang/Odin
Jeroen van Rijn
2025-10-27
2
-3
/
+4
|
|
\
\
|
*
|
|
Make Karl Zylinski happy
Jeroen van Rijn
2025-10-27
2
-1
/
+15
*
|
|
|
Fix indentation
gingerBill
2025-10-27
1
-2
/
+2
|
|
/
/
|
/
|
|
*
|
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2025-10-27
2
-3
/
+12
|
\
\
\
|
*
\
\
Merge pull request #5848 from Meliketoaste/egl_attrib_fix
gingerBill
2025-10-27
1
-2
/
+2
|
|
\
\
\
|
|
|
/
/
|
|
/
|
|
|
|
*
|
Update GetPlatformDisplay and CreatePlatformWindowSurface to take in intptr_t...
Meliketoaste
2025-10-25
1
-2
/
+2
|
|
|
/
|
*
|
Fix #5852
Jeroen van Rijn
2025-10-27
1
-1
/
+10
*
|
|
Change `static_assert` for `OrderedInsertPtrMapEntry`
gingerBill
2025-10-27
1
-1
/
+2
|
/
/
*
|
Just use a method instead
gingerBill
2025-10-27
1
-9
/
+15
*
|
One more time with a different cast?
gingerBill
2025-10-27
1
-2
/
+2
*
|
Try C-cast with reintepret cast
gingerBill
2025-10-27
1
-1
/
+1
[prev]
[next]