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
*
Remove inaccurate tprint concern
connnnal
2025-10-04
1
-1
/
+1
*
After discord debate: replaced rtoi and utoi with just digit_to_int and simpl...
samwega
2025-10-02
1
-63
/
+2
*
fix: copy/paste replaced tabs with spaces
samwega
2025-10-02
1
-27
/
+27
*
feat: added rtoi & utoi procs for converting a rune and a u8 character respec...
samwega
2025-10-02
1
-0
/
+68
*
Fix various foreign signatures
Harold Brenes
2025-09-29
5
-7
/
+13
*
Add `#+test` to base32_test.odin
gingerBill
2025-09-28
1
-0
/
+1
*
Move memory mutex guard around for resize in virtual.Arena allocator
gingerBill
2025-09-27
1
-2
/
+16
*
Merge pull request #5678 from alexriedl/wrong-allocator-guard
gingerBill
2025-09-26
1
-7
/
+5
|
\
|
*
fix for temp_file name prefix being deallocated before being used
Alex Riedl
2025-09-11
1
-7
/
+5
*
|
Merge pull request #5691 from rationalcoder/master
gingerBill
2025-09-26
1
-8
/
+8
|
\
\
|
*
|
Fix out-of-band allocations in dynamic arenas
rationalcoder
2025-09-16
1
-8
/
+8
*
|
|
Merge pull request #5686 from thetarnav/zero-small-array-resize
gingerBill
2025-09-26
1
-7
/
+53
|
\
\
\
|
*
|
|
Correct set_example in small_array
Damian Tarnawski
2025-09-15
1
-2
/
+2
|
*
|
|
Correct small_array resize examples
Damian Tarnawski
2025-09-15
1
-3
/
+3
|
*
|
|
Replace `mem.zero_slice` with `intrinsics.mem_zero` in `small_array.resize`
Damian Tarnawski
2025-09-15
1
-3
/
+3
|
*
|
|
Add `@require` to core:mem import in small_array
Damian Tarnawski
2025-09-15
1
-3
/
+2
|
*
|
|
Zero memory in small_array.resize and add non_zero_resize
Damian Tarnawski
2025-09-15
1
-3
/
+50
*
|
|
|
[core:sys/info] doc: Remove duplicated line
Yuriy Grynevych
2025-09-25
1
-1
/
+0
*
|
|
|
Unify filepath.join behavior on between unix/windows
Wrath
2025-09-23
1
-16
/
+13
*
|
|
|
Merge pull request #5632 from kalsprite/x386
gingerBill
2025-09-18
1
-4
/
+12
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
revert to working build
Jon Lipstate
2025-09-03
1
-2
/
+2
|
*
|
|
add tls when we have crt
Jon Lipstate
2025-09-03
1
-2
/
+2
|
*
|
|
windows i386 support
Jon Lipstate
2025-08-29
1
-4
/
+12
*
|
|
|
Add "contextless" to small_array get_safe and get_ptr_safe
Damian Tarnawski
2025-09-14
1
-3
/
+3
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #5677 from slowhei/master
gingerBill
2025-09-12
1
-2
/
+14
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Fix addObserver methods and add support for new Objc_Block
Tohei Ichikawa
2025-09-11
1
-2
/
+14
|
|
/
*
|
Merge pull request #5672 from thetarnav/strings-builder-caller-location
gingerBill
2025-09-11
1
-6
/
+6
|
\
\
|
*
|
Add missing caller location param to append in strings builder
Damian Tarnawski
2025-09-10
1
-6
/
+6
*
|
|
Merge pull request #5651 from FourteenBrush/patch-2
gingerBill
2025-09-10
2
-0
/
+4
|
\
\
\
|
*
\
\
Merge branch 'odin-lang:master' into patch-2
FourteenBrush
2025-09-09
9
-15
/
+1189
|
|
\
\
\
|
*
|
|
|
Add `RtlNtStatusToDosError` `ERROR_MR_MID_NOT_FOUND` error
FourteenBrush
2025-09-09
1
-0
/
+1
|
*
|
|
|
Add `RtlNtStatusToDosError`
FourteenBrush
2025-09-09
1
-0
/
+1
|
*
|
|
|
Add `ERROR_NOT_FOUND`
FourteenBrush
2025-09-05
1
-0
/
+1
|
*
|
|
|
Add `CancelIoEx` to kernel32.odin
FourteenBrush
2025-09-04
1
-0
/
+1
*
|
|
|
|
Change the way math/big constants are initialized
Jeroen van Rijn
2025-09-10
2
-20
/
+12
*
|
|
|
|
Fix incorrect json encoding for control characters < 32
Jacob Friedman
2025-09-10
1
-0
/
+17
*
|
|
|
|
Allow missing trailing comma with proc groups with odin parser
Brad Lewis
2025-09-10
1
-1
/
+1
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
Small updates to JPEG loader
Jeroen van Rijn
2025-09-09
2
-736
/
+748
*
|
|
|
Expand grayscale JPEGs to RGB(A)
Jeroen van Rijn
2025-09-09
1
-10
/
+24
*
|
|
|
Implement .alpha_add_if_missing for JPEG
Jeroen van Rijn
2025-09-09
1
-17
/
+83
*
|
|
|
Make progressive JPEGs return a proper error
Jeroen van Rijn
2025-09-09
1
-1
/
+1
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #5663 from greenya/master
gingerBill
2025-09-08
1
-1
/
+1
|
\
\
\
|
*
|
|
[core:time] time_js: tick_now(): Use f64 (was f32) as a return type of odin_e...
Yuriy Grynevych
2025-09-08
1
-1
/
+1
*
|
|
|
Address some naming issues
Jeroen van Rijn
2025-09-08
1
-16
/
+20
*
|
|
|
Make `_register` contextless
Jeroen van Rijn
2025-09-08
1
-1
/
+1
*
|
|
|
jpeg: extract Exif data
IllusionMan1212
2025-09-08
4
-22
/
+87
*
|
|
|
jpeg: support images that encode zero-based component ids
IllusionMan1212
2025-09-08
1
-3
/
+12
*
|
|
|
image/jpeg: more bounds checking and skip malformed APP0
Hisham Aburaqibah
2025-09-08
2
-15
/
+26
*
|
|
|
image/jpeg: better pack APP0 structs
Hisham Aburaqibah
2025-09-08
2
-12
/
+12
*
|
|
|
image/jpeg: implement jpeg decoding for baseline and extended sequential jpegs
Hisham Aburaqibah
2025-09-08
4
-2
/
+1082
[next]