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
...
*
|
|
|
|
|
|
|
Merge pull request #5759 from Creativty/fix_wasm_undefined_this_mem
gingerBill
2025-10-05
1
-2
/
+2
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
Fix #5225 wasm odin.js undefined this.mem
xenobas
2025-10-05
1
-2
/
+2
|
|
|
_
|
_
|
/
/
/
/
|
|
/
|
|
|
|
|
|
*
|
|
|
|
|
|
|
Merge pull request #5738 from jakubtomsu/fix-simd-ptr-transmute
gingerBill
2025-10-05
1
-0
/
+7
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
bitcast only non-pointer-like-element simd vectors, handle others like other ...
Jakub Tomsu
2025-10-01
1
-0
/
+7
|
|
|
_
|
_
|
_
|
/
/
/
|
|
/
|
|
|
|
|
|
*
|
|
|
|
|
|
|
Merge pull request #5727 from harold-b/hb.intrinsics.objc_super
gingerBill
2025-10-05
14
-145
/
+578
|
\
\
\
\
\
\
\
\
|
|
_
|
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
Correct signature (missing return value) for `objc_msgSendSuper2`
Harold Brenes
2025-09-30
1
-1
/
+3
|
*
|
|
|
|
|
|
Include objc runtime type dependencies only on darwin
Harold Brenes
2025-09-29
1
-2
/
+4
|
*
|
|
|
|
|
|
Fix entity nullptr check
Harold Brenes
2025-09-29
2
-1
/
+2
|
*
|
|
|
|
|
|
Ignore patterns for local development in CMake
Harold Brenes
2025-09-29
1
-0
/
+5
|
*
|
|
|
|
|
|
Remove outdated todo
Harold Brenes
2025-09-29
1
-1
/
+0
|
*
|
|
|
|
|
|
Automatically emit objc_msgSend calls when calling imported or implemented Ob...
Harold Brenes
2025-09-29
13
-145
/
+569
|
|
|
_
|
_
|
_
|
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
|
|
Try fix macOS Intel nightlies.
Jeroen van Rijn
2025-10-05
1
-3
/
+3
*
|
|
|
|
|
|
Merge pull request #5749 from samwega/deprecate_c_procs
Jeroen van Rijn
2025-10-05
4
-80
/
+27
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
fix: another itoa() used in path_linux.odin had to be replaced with write_int()
samwega
2025-10-03
1
-1
/
+1
|
*
|
|
|
|
|
|
fix: cars i64 instead of int
samwega
2025-10-03
1
-1
/
+1
|
*
|
|
|
|
|
|
os_linux.odin was using itoa, changed to use write_int()
samwega
2025-10-03
1
-1
/
+1
|
*
|
|
|
|
|
|
fix: copy/paste error
samwega
2025-10-03
1
-1
/
+1
|
*
|
|
|
|
|
|
Tetralux asked for int_tostring() to also be deprecated, use write_int() inst...
samwega
2025-10-03
2
-32
/
+3
|
*
|
|
|
|
|
|
short C names deprecated (itoa, ftoa), C reimplementations of atoi and atof d...
samwega
2025-10-03
2
-54
/
+30
*
|
|
|
|
|
|
|
Merge pull request #5755 from alsakandari/fix-regression
dev-2025-10
Jeroen van Rijn
2025-10-05
1
-5
/
+0
|
\
\
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
_
|
/
/
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
Remove a debug printf that caused regression
Yhya Ibrahim
2025-10-05
1
-5
/
+0
|
/
/
/
/
/
/
/
*
|
|
|
|
|
|
Merge pull request #5752 from connnnal/tprint-comment
Jeroen van Rijn
2025-10-04
1
-1
/
+1
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Remove inaccurate tprint concern
connnnal
2025-10-04
1
-1
/
+1
|
/
/
/
/
/
/
/
*
|
|
|
|
/
/
Merge pull request #5745 from samwega/master
Jeroen van Rijn
2025-10-02
1
-63
/
+2
|
\
|
|
|
|
|
|
|
|
_
|
_
|
_
|
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
After discord debate: replaced rtoi and utoi with just digit_to_int and simpl...
samwega
2025-10-02
1
-63
/
+2
|
/
/
/
/
/
*
|
|
|
|
Merge pull request #5742 from samwega/utoi_and_rtoi_strconv
Jeroen van Rijn
2025-10-02
1
-0
/
+68
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
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
|
/
/
/
/
*
|
|
|
Merge pull request #5732 from harold-b/hb.preempt-field-check-sig-similar-enough
gingerBill
2025-09-30
1
-2
/
+7
|
\
\
\
\
|
*
|
|
|
Preempt field checking on `signature_parameter_similar_enough` with a type pt...
Harold Brenes
2025-09-30
1
-2
/
+7
|
/
/
/
/
*
|
|
|
Short circuit for `#raw_union` in `signature_parameter_similar_enough`
gingerBill
2025-09-30
1
-0
/
+3
*
|
|
|
Improve `signature_parameter_similar_enough` for structs
gingerBill
2025-09-30
1
-2
/
+32
*
|
|
|
Merge pull request #5729 from harold-b/hb.fix-foreign-signatures
gingerBill
2025-09-30
7
-8
/
+20
|
\
\
\
\
|
*
|
|
|
Fix test inet_pton call in test_arpa_inet
Harold Brenes
2025-09-29
1
-1
/
+1
|
*
|
|
|
Fix printf format
Harold Brenes
2025-09-29
1
-2
/
+2
|
*
|
|
|
Fix various foreign signatures
Harold Brenes
2025-09-29
6
-7
/
+19
|
|
/
/
/
*
|
|
|
Disallow dynamic-literals withint procedure scopes where `context` is not def...
gingerBill
2025-09-30
1
-2
/
+9
*
|
|
|
Correct format strings
bill/global-variable-distribution
gingerBill
2025-09-29
2
-9
/
+46
*
|
|
|
Rename to `-build-diagnostics`
gingerBill
2025-09-29
4
-8
/
+8
*
|
|
|
Add module stuff to `-para-poly-diagnostics`
gingerBill
2025-09-29
2
-23
/
+126
|
/
/
/
*
|
|
Type erase the internals of `runtime.copy_*`
gingerBill
2025-09-29
1
-18
/
+16
*
|
|
Merge pull request #5725 from odin-lang/bill/parapoly-diagnostics
gingerBill
2025-09-29
6
-0
/
+203
|
\
\
\
|
*
|
|
Change sort for single instanced procedures
gingerBill
2025-09-29
1
-0
/
+7
|
*
|
|
Add `-para-poly-diagnostics`
gingerBill
2025-09-29
6
-0
/
+196
|
/
/
/
*
|
|
Merge pull request #5723 from odin-lang/bill/const-union
gingerBill
2025-09-29
11
-554
/
+585
|
\
\
\
|
*
|
|
Disable `#raw_union` constants for the time being
bill/const-union
gingerBill
2025-09-29
2
-7
/
+2
|
*
|
|
Add bit cast
gingerBill
2025-09-29
1
-7
/
+14
|
*
|
|
Only add packing if the padding is non-zero for a #raw_union constant
gingerBill
2025-09-29
1
-1
/
+1
|
*
|
|
Short circuit for `Union{}`
gingerBill
2025-09-29
1
-0
/
+11
|
*
|
|
Disallow constant access `x.y` on `struct #raw_union`
gingerBill
2025-09-29
1
-2
/
+6
[prev]
[next]