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 #5983 from colrdavidson/fix_darwin_thread
dev-2025-12
Jeroen van Rijn
2025-12-02
1
-1
/
+1
|
\
|
*
fix thread_act_t size
Colin Davidson
2025-12-01
1
-1
/
+1
|
/
*
Fix #5982
Jeroen van Rijn
2025-12-01
1
-0
/
+4
*
Restore help line for all-bits
Jeroen van Rijn
2025-12-01
1
-0
/
+1
*
Fix `-integer-division-by-zero` modes and document `all-bits`
gingerBill
2025-12-01
3
-12
/
+15
*
Add `-no-logo` to `rc_flags` in build.bat
gingerBill
2025-12-01
1
-1
/
+1
*
Add `reflect.has_no_indirections`
gingerBill
2025-12-01
1
-0
/
+67
*
Merge pull request #5864 from Skyress-s/master
gingerBill
2025-12-01
1
-3
/
+3
|
\
|
*
Fixed issue where the linalg.quaternion_from_forward_and_up could return inco...
Mathias Mohn Mørch
2025-10-30
1
-3
/
+3
*
|
Merge pull request #5652 from odin-lang/vendor/curl
gingerBill
2025-12-01
26
-0
/
+9611
|
\
\
|
*
|
Update ci.yml for Ubuntu for libcurl
gingerBill
2025-12-01
1
-0
/
+4
|
*
|
Improve comment formatting with curl_options.odin
gingerBill
2025-12-01
1
-4
/
+5
|
*
|
Improve comments in curl.odin
gingerBill
2025-12-01
1
-136
/
+186
|
*
|
Merge branch 'master' into vendor/curl
gingerBill
2025-12-01
276
-6100
/
+11085
|
|
\
\
|
|
/
/
|
/
|
|
*
|
|
Remove `all-bits` from option help text, isn't supported.
Jeroen van Rijn
2025-11-30
1
-1
/
+0
*
|
|
Merge pull request #5979 from astenmark/fix-5978-choice-bit-set
Jeroen van Rijn
2025-11-30
2
-4
/
+25
|
\
\
\
|
*
|
|
Removed unneded semicolons.
Andreas Stenmark
2025-11-30
1
-3
/
+3
|
*
|
|
Fix #5978: choice_bit_set respects bit_set domain
Andreas Stenmark
2025-11-30
2
-4
/
+25
|
/
/
/
*
|
|
panic on transpose with result type in diff layout
Laytan Laats
2025-11-29
1
-0
/
+5
*
|
|
Merge pull request #5963 from Yawning/feature/chacha8rand
Jeroen van Rijn
2025-11-29
32
-247
/
+1632
|
\
\
\
|
*
|
|
tests/benchmark: Add RNG benchmarks
Yawning Angel
2025-11-29
2
-0
/
+131
|
*
|
|
tests: Add random number generator tests
Yawning Angel
2025-11-29
2
-4
/
+267
|
*
|
|
base/runtime: Add chacha8rand as the default RNG
Yawning Angel
2025-11-29
6
-88
/
+838
|
*
|
|
base/runtime: Add `rand_bytes` and `HAS_RAND_BYTES`
Yawning Angel
2025-11-29
18
-153
/
+159
|
*
|
|
examples/demo: Set the RNG to xoshiro256
Yawning Angel
2025-11-29
1
-0
/
+5
|
*
|
|
testing: Use xoshiro256** instead of the runtime RNG
Yawning Angel
2025-11-29
1
-2
/
+2
|
*
|
|
math/rand: Add xoshiro256**
Yawning Angel
2025-11-29
1
-0
/
+123
|
*
|
|
math/rand: Add a copy of the existing PCG PRNG
Yawning Angel
2025-11-29
1
-0
/
+107
*
|
|
|
fix matrix transpose with different result type
laytan
2025-11-29
2
-3
/
+3
*
|
|
|
Fix #5975
Jeroen van Rijn
2025-11-29
1
-2
/
+2
|
/
/
/
*
|
|
Fix `core:math/ease`
Jeroen van Rijn
2025-11-28
1
-2
/
+3
*
|
|
Always use new itoa method when MATH_BIG_FORCE_32_BIT
Jeroen van Rijn
2025-11-28
1
-1
/
+1
*
|
|
Merge pull request #5973 from FrancisTheCat/master
gingerBill
2025-11-28
1
-1
/
+3
|
\
\
\
|
*
|
|
Fix #5967 (Incorrect stack overflow warning for by ref switches over unions)
Franz
2025-11-28
1
-1
/
+3
|
/
/
/
*
|
|
Merge pull request #5972 from Xotchkass/rand_range
Jeroen van Rijn
2025-11-28
1
-0
/
+312
|
\
\
\
|
*
|
|
changed panic to assert
Xotchkass
2025-11-28
1
-24
/
+8
|
*
|
|
Add range-based random number generation functions
Xotchkass
2025-11-28
1
-0
/
+328
*
|
|
|
Merge pull request #5970 from blob1807/master
gingerBill
2025-11-28
1
-1
/
+1
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Fix `is_pointer_internally` not handling Named Types.
blob1807
2025-11-28
1
-1
/
+1
|
/
/
/
*
|
|
Another little bit faster.
Jeroen van Rijn
2025-11-27
1
-4
/
+23
*
|
|
Merge pull request #5968 from Xotchkass/rand_u_max
Jeroen van Rijn
2025-11-27
1
-0
/
+160
|
\
\
\
|
*
|
|
add uint32_max, uint64_max, uint128_max and uint_max procs to math/rand
Xotchkass
2025-11-26
1
-0
/
+160
*
|
|
|
Merge pull request #5969 from Kelimion/faster_big_itoa
Jeroen van Rijn
2025-11-27
3
-11
/
+140
|
\
\
\
\
|
*
|
|
|
Also test a big int with a large number of zeroes.
Jeroen van Rijn
2025-11-27
1
-0
/
+15
|
*
|
|
|
Switch between old and new itoa method based on optimization level + digit size
Jeroen van Rijn
2025-11-27
1
-5
/
+14
|
*
|
|
|
Speed up big.itoa
Jeroen van Rijn
2025-11-27
3
-6
/
+111
|
/
/
/
/
*
|
|
|
Use `@(rodata)` where possible
gingerBill
2025-11-27
4
-6
/
+14
*
|
|
|
Add `@(require_results)` to `core:time`
gingerBill
2025-11-27
4
-3
/
+60
*
|
|
|
Update test generator
gingerBill
2025-11-27
3
-4768
/
+4770
*
|
|
|
Add alias `Okay = None`
gingerBill
2025-11-27
1
-0
/
+2
[next]