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
*
windows i386 support
Jon Lipstate
2025-08-29
6
-8
/
+50
*
Merge pull request #5627 from A1029384756/master
gingerBill
2025-08-29
3
-1
/
+6
|
\
|
*
skip errors on polymorphic procs when in a proc group with other options
A1029384756
2025-08-28
3
-1
/
+6
|
/
*
Merge pull request #5625 from StanislavNikolov/master
gingerBill
2025-08-28
1
-2
/
+11
|
\
|
*
Fixed and added obj-c methods for NSWindow
Stanislav Ch. Nikolov
2025-08-28
1
-2
/
+11
|
/
*
Merge pull request #5612 from Bazzas-Forks/master
gingerBill
2025-08-26
3
-0
/
+64
|
\
|
*
Add `add/remove_document_event_listener()` to `core:sys/wasm/js`
Bailey Gibbons
2025-08-22
3
-0
/
+64
*
|
Merge pull request #5617 from thetarnav/soa-resize-zero-memory
gingerBill
2025-08-26
2
-1
/
+58
|
\
\
|
*
|
Add missing test attr and don't zero memory when reserve already did
Damian Tarnawski
2025-08-26
2
-8
/
+8
|
*
|
Merge branch 'master' into soa-resize-zero-memory
gingerBill
2025-08-26
2
-5
/
+145
|
|
\
\
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #5616 from thetarnav/soa-allocator-resize
gingerBill
2025-08-26
2
-5
/
+146
|
\
\
\
|
*
|
|
Cleanup soa resize logic—reduce nesting
Damian Tarnawski
2025-08-24
1
-32
/
+32
|
*
|
|
More soa tests
Damian Tarnawski
2025-08-24
1
-36
/
+59
|
*
|
|
Handle nil old data case
Damian Tarnawski
2025-08-24
1
-41
/
+48
|
*
|
|
Always use .Resize_Non_Zeroed in _reserve_soa
Damian Tarnawski
2025-08-23
1
-1
/
+1
|
*
|
|
Avoid overlap issues when correcting memory after resize in _reserve_soa
Damian Tarnawski
2025-08-23
2
-19
/
+58
|
*
|
|
Only zero memory when requested
Damian Tarnawski
2025-08-23
1
-9
/
+9
|
*
|
|
Support using allocator resize in `_reserve_soa` (fixes #5615)
Damian Tarnawski
2025-08-23
2
-5
/
+77
|
/
/
/
|
*
/
Zero existing memory when using resize_soa (fixes #5614)
Damian Tarnawski
2025-08-23
2
-0
/
+58
|
/
/
*
|
Merge pull request #5613 from GloriousPtr/queue_fix_caller_location
gingerBill
2025-08-22
1
-12
/
+12
|
\
\
|
*
|
Propogate `#caller_location` to core:container/queue procs
Mohit Sethi
2025-08-22
1
-12
/
+12
*
|
|
Merge pull request #5606 from thetarnav/sdl-ttf-require-results
gingerBill
2025-08-22
1
-41
/
+55
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Split SDL_ttf bindings to group with and without require_results
Damian Tarnawski
2025-08-20
1
-41
/
+55
*
|
|
Fix parentheses for raddbg expression
gingerBill
2025-08-22
1
-4
/
+4
*
|
|
Remove debug print
gingerBill
2025-08-22
1
-2
/
+0
*
|
|
Improve the raddbg type views generated from `fmt`-based struct field tags
gingerBill
2025-08-22
1
-146
/
+269
|
|
/
|
/
|
*
|
Add `@(raddbg_type_view=<optional-string>)`
gingerBill
2025-08-21
4
-0
/
+210
*
|
Merge pull request #5607 from blob1807/fix-wasm-simd-mem-equal
Laytan
2025-08-20
1
-4
/
+4
|
\
\
|
|
/
|
/
|
|
*
Fix stride in `memory_equal/compare_zero` giving false positves
blob1807
2025-08-21
1
-4
/
+4
|
/
*
Merge pull request #5599 from BradLewis/fix/file-tag-eof
gingerBill
2025-08-19
1
-2
/
+2
|
\
|
*
Check for EOF when scanning file tags
Brad Lewis
2025-08-19
1
-2
/
+2
|
/
*
Fix bug with `$fn: proc()` when passed with a global variable
gingerBill
2025-08-18
1
-0
/
+8
*
Update stb_truetype.c again
gingerBill
2025-08-18
8
-0
/
+2
*
Rebuild stb libraries and compile `stb_truetype` using the `stb_rect_pack` rects
gingerBill
2025-08-18
8
-0
/
+2
*
Merge pull request #5596 from alessio98888/master
gingerBill
2025-08-18
1
-1
/
+1
|
\
|
*
Fix buddy allocator assert
alessio98888
2025-08-16
1
-1
/
+1
*
|
Merge pull request #5597 from connnnal/d3d12-min-precision
gingerBill
2025-08-18
1
-4
/
+4
|
\
\
|
|
/
|
/
|
|
*
Make D3D12_FEATURE_DATA_D3D12_OPTIONS.MinPrecisionSupport a bitset
connnnal
2025-08-17
1
-4
/
+4
|
/
*
Merge pull request #5590 from leecommamichael/master
gingerBill
2025-08-16
1
-1
/
+1
|
\
|
*
missed a spot
Michael Lee
2025-08-15
1
-1
/
+1
|
*
misnamed parameter
Michael Lee
2025-08-15
1
-1
/
+1
*
|
Merge pull request #5516 from cardboardguru76/darwin-foundation-support-for-h...
gingerBill
2025-08-15
2
-0
/
+58
|
\
\
|
*
|
Convert leading spaces to tabs
Steve Waddicor
2025-08-01
1
-26
/
+26
|
*
|
Merge branch 'odin-lang:master' into darwin-foundation-support-for-handmade-h...
cardboardguru76
2025-07-30
9
-38
/
+423
|
|
\
\
|
*
|
|
Additional obj-c methods for darwin Foundation
Steve Waddicor
2025-07-29
2
-0
/
+58
*
|
|
|
Merge pull request #5533 from weskerfoot/add-missing-xlib-proc
gingerBill
2025-08-15
1
-0
/
+12
|
\
\
\
\
|
*
|
|
|
add missing xlib functions for getting and setting text properties
Wesley Kerfoot
2025-08-03
1
-0
/
+12
*
|
|
|
|
Merge pull request #5581 from Xotchkass/rand-cleanup
gingerBill
2025-08-15
2
-32
/
+19
|
\
\
\
\
\
|
*
|
|
|
|
fix: throwing away the last generated byte in default_random_generator_proc
Xotchkass
2025-08-14
1
-1
/
+1
|
*
|
|
|
|
remove private _random_u64 and move it's functionality into public uint64
Xotchkass
2025-08-14
1
-19
/
+16
[next]