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
path:
root
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
|
core/image: some jpegs have APP13 or COM markers after SOI
Hisham Aburaqibah
2025-09-08
1
-1
/
+1
|
/
/
/
*
|
|
[core:image/png] use .Image_Dimensions_Too_Large
Michael Lee
2025-09-08
1
-1
/
+5
*
|
|
Add build tags to `posix/spawn.odin`
FourteenBrush
2025-09-07
1
-0
/
+1
|
/
/
*
|
Merge pull request #5648 from thetarnav/handle-allocator-error-in-read-entire...
gingerBill
2025-09-02
1
-1
/
+1
|
\
\
|
*
|
Handle optional allocator error when appending read bytes in read_entire_file...
Damian Tarnawski
2025-09-02
1
-1
/
+1
*
|
|
Add require_results attr to procs returning an allocator
Damian Tarnawski
2025-09-02
1
-0
/
+1
|
/
/
*
|
Specify %m and %M as verbs for integer formatting
AmedeoAlf
2025-09-01
1
-2
/
+2
*
|
Add `LPFN_GETACCEPTEXSOCKADDRS` to ws2_32.odin
FourteenBrush
2025-08-31
1
-1
/
+12
*
|
Fix broken wglUseFontBitmaps binding
puugz
2025-08-30
1
-1
/
+2
*
|
fix typo in CLSIDFromProgIDEx signature
Jon Lipstate
2025-08-29
1
-1
/
+1
|
/
*
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
*
|
Propogate `#caller_location` to core:container/queue procs
Mohit Sethi
2025-08-22
1
-12
/
+12
|
/
*
Check for EOF when scanning file tags
Brad Lewis
2025-08-19
1
-2
/
+2
*
Fix buddy allocator assert
alessio98888
2025-08-16
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
5
-38
/
+394
|
|
\
|
*
|
Additional obj-c methods for darwin Foundation
Steve Waddicor
2025-07-29
2
-0
/
+58
*
|
|
Merge pull request #5581 from Xotchkass/rand-cleanup
gingerBill
2025-08-15
1
-31
/
+18
|
\
\
\
|
*
|
|
remove private _random_u64 and move it's functionality into public uint64
Xotchkass
2025-08-14
1
-19
/
+16
|
*
|
|
use runtime.random_generator_read_bytes in read procedure instead of filling ...
Xotchkass
2025-08-14
1
-12
/
+2
*
|
|
|
Fix ITimer_Flags_Bits enum value
diniamo
2025-08-14
1
-1
/
+1
|
/
/
/
*
|
|
Added getaddrinfo flags
Wrath
2025-08-12
1
-0
/
+13
*
|
|
Merge pull request #5558 from odin-lang/bill/init-fini-changes
gingerBill
2025-08-10
52
-113
/
+173
|
\
\
\
|
*
|
|
Add another `contextless`
bill/init-fini-changes
gingerBill
2025-08-08
1
-1
/
+1
|
*
|
|
Add missing `contextless`
gingerBill
2025-08-08
2
-2
/
+2
|
*
|
|
More contextless fixes
gingerBill
2025-08-08
4
-12
/
+13
|
*
|
|
Add more "contextless"
gingerBill
2025-08-08
2
-4
/
+8
|
*
|
|
Add contextless to another proc
gingerBill
2025-08-08
1
-2
/
+2
|
*
|
|
Fix more procedure to be `contextless`
gingerBill
2025-08-08
2
-2
/
+2
|
*
|
|
Make `get_args` contextless
gingerBill
2025-08-08
1
-1
/
+8
|
*
|
|
Remove unused import
gingerBill
2025-08-08
1
-1
/
+0
|
*
|
|
Require `@(init)` and `@(fini)` to be `proc "contextless" ()`
gingerBill
2025-08-08
41
-91
/
+140
*
|
|
|
Fix some webgl bindings
Alex Riedl
2025-08-09
1
-0
/
+37
|
/
/
/
*
|
|
Change `is_utf16` field to `encoding` and use an enum
gingerBill
2025-08-05
5
-6
/
+7
*
|
|
Merge branch 'master' into bill/utf16-strings
gingerBill
2025-08-05
3
-4
/
+13
|
\
\
\
|
*
\
\
Merge pull request #5540 from jared-cone/fix-windows-delete-after-free
Laytan
2025-08-05
1
-3
/
+3
|
|
\
\
\
|
|
*
|
|
Fixed delete-after-free in file_windows.odin
Jared Cone
2025-08-04
1
-3
/
+3
|
*
|
|
|
Adds @(no_instrumentation) to spall buffer and SCOPED operations
Jack Punter
2025-08-04
1
-0
/
+4
|
|
/
/
/
|
*
|
|
thread: set stack size to rlimit
Laytan Laats
2025-08-02
1
-1
/
+6
*
|
|
|
Fix tests for UTF-16 strings
gingerBill
2025-08-02
1
-1
/
+1
*
|
|
|
Remove unneeded uses of `intrinsics.constant_utf16_cstring`
gingerBill
2025-08-02
1
-1
/
+1
*
|
|
|
os2 internals -> (c)string16
gingerBill
2025-08-02
10
-49
/
+76
*
|
|
|
`for in string16`; Support `string16` across core
gingerBill
2025-08-02
15
-63
/
+93
*
|
|
|
Begin supporting `string16` across the core library
gingerBill
2025-08-02
8
-19
/
+27
*
|
|
|
Add `string16` and `cstring16` (UTF-16 based strings)
gingerBill
2025-08-02
4
-0
/
+147
|
/
/
/
*
|
|
Skip bounds checking on the inner accumulate loop.
Barinzaya
2025-07-31
1
-2
/
+2
*
|
|
Remove favor_size attributes inhibiting SIMD optimizations.
Barinzaya
2025-07-31
1
-11
/
+0
[prev]
[next]