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
/
tests
/
core
/
math
/
big
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean up `core:math/big`
Jeroen van Rijn
94 min.
1
-9
/
+9
*
Also test a big int with a large number of zeroes.
Jeroen van Rijn
2025-11-27
1
-0
/
+15
*
Speed up big.itoa
Jeroen van Rijn
2025-11-27
1
-0
/
+27
*
Update test generator
gingerBill
2025-11-27
3
-4768
/
+4770
*
Fix #5931
Jeroen van Rijn
2025-11-18
1
-0
/
+21
*
Change Odin's LICENSE to zlib from BSD 3-clause
gingerBill
2025-10-28
1
-1
/
+1
*
Turn `core:math/bìg` tests into regular `core:testing` tests.
Jeroen van Rijn
2025-06-11
5
-1153
/
+5644
*
Fix path
Jeroen van Rijn
2025-06-10
1
-1
/
+1
*
Add initial tests for big rationals
Jeroen van Rijn
2025-06-10
2
-1
/
+51
*
Merge pull request #3137 from laytan/show-defineable
gingerBill
2024-06-20
1
-1
/
+1
|
\
|
*
remove caught unused define
Laytan Laats
2024-06-07
1
-1
/
+1
*
|
Add test for `core:math/big` permutation & combination procs
Feoramund
2024-06-09
1
-0
/
+37
*
|
Rename `math/big` test package
Feoramund
2024-06-09
1
-1
/
+1
|
/
*
Disable `FANCY_OUTPUT` in Odin test scripts
Feoramund
2024-06-02
1
-1
/
+1
*
Replace `core:*` to `base:*` where appropriate
gingerBill
2024-01-28
1
-1
/
+1
*
Change large math/big test literals to hex.
Jeroen van Rijn
2023-09-30
1
-4
/
+4
*
Merge pull request #1544 from FancyKillerPanda/build_ignore
gingerBill
2022-11-03
1
-1
/
+0
|
\
|
*
Removed //+build ignore from tests/core/math/big/test.odin.
FancyKillerPanda
2022-02-24
1
-1
/
+0
|
*
Changed //+ignore to //+build ignore.
FancyKillerPanda
2022-02-24
1
-1
/
+1
*
|
Update CI for math library.
Jeroen van Rijn
2022-04-26
1
-1
/
+1
*
|
Revert "Merge pull request #1702 from Kelimion/filename_generation"
Jeroen van Rijn
2022-04-24
1
-1
/
+1
*
|
Compiler: Add early error for output path being a directory.
Jeroen van Rijn
2022-04-24
1
-1
/
+1
*
|
[math/big] Tell Python test runner how many nails we use.
Jeroen van Rijn
2022-04-01
3
-11
/
+13
|
/
*
[math/big] Rename `internal_int_shl_digit` to `_private_int_shl_leg`.
Jeroen van Rijn
2021-12-11
2
-20
/
+20
*
[math/big] Fix int_set and int_get.
Jeroen van Rijn
2021-12-09
1
-11
/
+16
*
LLVM 12 big math test workaround.
Jeroen van Rijn
2021-09-11
3
-53
/
+36
*
Separate math/big test.
Jeroen van Rijn
2021-09-07
1
-0
/
+13
*
Move math/big tests under `tests/`.
Jeroen van Rijn
2021-09-07
2
-0
/
+1150