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
*
Correct license for tlsf
bill/change-license
gingerBill
2025-10-29
2
-2
/
+2
*
Remove unneeded newlines
gingerBill
2025-10-28
1
-4
/
+0
*
Merge branch 'master' into bill/change-license
gingerBill
2025-10-28
1
-16
/
+16
|
\
|
*
Change `^i16` to `cstring16` where appropriate
gingerBill
2025-10-28
1
-16
/
+16
*
|
Change Odin's LICENSE to zlib from BSD 3-clause
gingerBill
2025-10-28
108
-179
/
+150
|
/
*
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
*
|
Use `reinterpret_cast`
gingerBill
2025-10-27
1
-1
/
+1
*
|
Try to make `PtrMap` work for 32-bit compilers
gingerBill
2025-10-27
2
-8
/
+27
*
|
Improve error message for missing `&` in some parapoly messages
gingerBill
2025-10-27
1
-0
/
+6
|
/
*
Make `time.components_to_time` #optional_ok
Jeroen van Rijn
2025-10-23
1
-1
/
+1
*
Merge pull request #5844 from cstrachan88/master
Laytan
2025-10-23
1
-3
/
+9
|
\
|
*
Fix #5843
Courtney Strachan
2025-10-23
1
-3
/
+9
|
/
*
Merge pull request #5812 from Kelimion/data-alignment
gingerBill
2025-10-22
2
-2
/
+7
|
\
|
*
Set minimum #load(file, type) alignment to 16 bytes
Jeroen van Rijn
2025-10-15
2
-2
/
+7
*
|
Merge pull request #5811 from wrathdoesthat/master
gingerBill
2025-10-22
1
-1
/
+1
|
\
\
|
*
|
Merge branch 'odin-lang:master' into master
wrathdoesthat
2025-10-15
1
-0
/
+8
|
|
\
|
|
*
|
Fix orca linking path
Wrath
2025-10-15
1
-1
/
+1
*
|
|
Merge pull request #5813 from lmbarros/lmb/box2d-callbacks-signatures
gingerBill
2025-10-22
1
-2
/
+2
|
\
\
\
|
*
|
|
Fix return types for vendor:box2d callbacks
Leandro Motta Barros
2025-10-15
1
-2
/
+2
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #5814 from laytan/wgpu-27.0.2.0
gingerBill
2025-10-22
7
-17
/
+43
|
\
\
\
|
*
|
|
vendor/wgpu: update to 27.0.2.0
Laytan
2025-10-15
7
-17
/
+43
|
|
/
/
*
|
|
Add target triple and LLVM code mode debug prints (#5839)
Jeroen van Rijn
2025-10-22
2
-0
/
+7
*
|
|
Fix #5831
gingerBill
2025-10-22
1
-0
/
+7
*
|
|
Merge pull request #5837 from chrishayen/epoll_packed_fix
Jeroen van Rijn
2025-10-21
1
-3
/
+19
|
\
\
\
|
*
|
|
conditional packed for EPoll_Event to match kernel
Chris Hayen
2025-10-21
1
-3
/
+19
*
|
|
|
Merge pull request #5835 from ekliot/vendor-box2d-bindings
Jeroen van Rijn
2025-10-21
2
-0
/
+10
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
`vendor:box2d` add `targetAngle` to `RevoluteJoint` struct/procs
ekliot
2025-10-21
2
-0
/
+10
*
|
|
|
Merge pull request #5836 from Kelimion/ccitt_crc16
Jeroen van Rijn
2025-10-21
2
-7
/
+80
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
[core:hash] Add CCITT CRC-16
Jeroen van Rijn
2025-10-21
2
-7
/
+80
|
/
/
/
*
|
|
Fix detached comment
Jeroen van Rijn
2025-10-20
1
-1
/
+0
*
|
|
Merge pull request #5827 from jakubtomsu/5826-fix
Laytan
2025-10-18
1
-2
/
+5
|
\
\
\
|
*
|
|
comment
jakubtomsu
2025-10-18
1
-0
/
+3
|
*
|
|
prefer Type pointer over LLVMTypeRef when doing a struct_field_remapping lookup
jakubtomsu
2025-10-18
1
-2
/
+2
*
|
|
|
Let custom formatter example pass -vet-tabs if copied
Jeroen van Rijn
2025-10-18
1
-5
/
+4
|
/
/
/
[next]