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
/
math
Commit message (
Expand
)
Author
Age
Files
Lines
*
Restrict `math.wrap` to floats.
Jeroen van Rijn
4 days
1
-1
/
+1
*
Merge pull request #6245 from odin-lang/new_os
gingerBill
4 days
2
-60
/
+81
|
\
|
*
core:os -> core:os/old && core:os/os2 -> core:os
Jeroen van Rijn
6 days
1
-1
/
+1
|
*
Remove all `core:os` imports from JS targets
Jeroen van Rijn
6 days
2
-57
/
+79
|
*
core:os -> core:os/os for core:math/big
Jeroen van Rijn
7 days
1
-8
/
+7
*
|
import cleanup
jakubtomsu
6 days
1
-6
/
+22
|
/
*
optimized slice filling in xoshiro/pcg_random_generator_proc (#6001)
Xotchkass
2026-01-13
2
-18
/
+26
*
core:math/rand small documentation fix
Wrath
2025-12-22
1
-3
/
+3
*
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
*
|
Fix #5978: choice_bit_set respects bit_set domain
Andreas Stenmark
2025-11-30
1
-4
/
+7
*
|
base/runtime: Add chacha8rand as the default RNG
Yawning Angel
2025-11-29
1
-3
/
+42
*
|
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 `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
*
|
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
*
|
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
*
|
|
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
2
-6
/
+84
*
|
|
Use `@(rodata)` where possible
gingerBill
2025-11-27
4
-6
/
+14
*
|
|
Add alias `Okay = None`
gingerBill
2025-11-27
1
-0
/
+2
*
|
|
Use `< 0` instead of `== -1` for comparisons
gingerBill
2025-11-27
5
-14
/
+14
*
|
|
Handle `Allocator_Error` correctly in `core:math/big`
gingerBill
2025-11-27
3
-5
/
+19
|
/
/
*
|
rerrange math.sign and math.sign_bit overloads
Phil Homan
2025-11-23
1
-24
/
+24
*
|
add math.sign and math.sign_bit overloads for int types
Phil Homan
2025-11-22
1
-1
/
+28
*
|
Fix #5931
Jeroen van Rijn
2025-11-18
2
-19
/
+10
*
|
Merge pull request #5859 from odin-lang/bill/change-license
dev-2025-11
gingerBill
2025-11-04
10
-10
/
+10
|
\
\
|
*
|
Change Odin's LICENSE to zlib from BSD 3-clause
gingerBill
2025-10-28
10
-10
/
+10
*
|
|
Fix docs on int*_max
NicknEma
2025-11-04
1
-4
/
+4
*
|
|
Cleanup ease_inverse
thetarnav
2025-11-01
1
-29
/
+31
*
|
|
Add ease inverse procedures
thetarnav
2025-11-01
3
-208
/
+459
|
|
/
|
/
|
*
|
Add half support to all proc groups and add ashalf proc group
Nick Driscoll
2025-10-28
2
-2
/
+759
*
|
Add all half scalar, vector, and matrix types
Nick Driscoll
2025-10-28
1
-0
/
+25
|
/
*
core:math/bits: Finish docs, add `bitfield_extract` + `bitfield_insert` test.
Jeroen van Rijn
2025-10-14
1
-34
/
+886
*
core:math/bits: Add docs + tests for `rotate_left*` and `log2`
Jeroen van Rijn
2025-10-14
1
-10
/
+169
*
Link doc lines to source specifications.
Jeroen van Rijn
2025-10-10
1
-2
/
+2
*
Further overhaul of package line comments.
Jeroen van Rijn
2025-10-09
12
-17
/
+11
*
Package lines for `core:math` and more.
Jeroen van Rijn
2025-10-09
22
-42
/
+38
*
Fix #5764
gingerBill
2025-10-07
1
-1
/
+6
*
Fix srgb <-> linear rgb conversion functions in `core:math/linalg` and add im...
Franz Hoeltermann
2025-10-02
1
-60
/
+75
*
Change the way math/big constants are initialized
Jeroen van Rijn
2025-09-10
2
-20
/
+12
*
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
*
Remove unused import
gingerBill
2025-08-08
1
-1
/
+0
*
Require `@(init)` and `@(fini)` to be `proc "contextless" ()`
gingerBill
2025-08-08
2
-12
/
+15
*
Fix memory leak in `internal_rat_norm`
blob1807
2025-06-23
1
-0
/
+2
[next]