index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
math
/
big
/
int_test.zig
Age
Commit message (
Expand
)
Author
2025-07-22
aarch64: add new from scratch self-hosted backend
Jacob Young
2025-07-11
Remove numerous things deprecated during the 0.14 release cycle
Linus Groh
2025-07-08
std: revert big int test to master branch
Andrew Kelley
2025-07-07
std.io.Writer.printValue: rework logic
Andrew Kelley
2025-07-07
std.fmt: fully remove format string from format methods
Andrew Kelley
2025-07-07
std.fmt: breaking API changes
Andrew Kelley
2025-06-15
std: disable test on LLVM (#24191)
mlugg
2025-06-15
big.int: implement float conversions
Jacob Young
2025-05-17
x86_64: rewrite scalar `<<|`
Jacob Young
2025-04-14
std.math.big: add and update tests
samy007
2025-03-24
big.int: return normalized results from `{add,sub}Carry`
David Rubin
2025-03-21
big.int: fix negative multi-limb shift right adjust crash
Jacob Young
2025-03-21
big.int: fix yet another truncate bug
Jacob Young
2025-02-23
std.math.big.int: Support strings up to base 36
Linus Groh
2025-02-18
x86_64: rewrite scalar `@ctz`
Jacob Young
2025-02-17
std.Target: Remove functions that just wrap component functions.
Alex Rønne Petersen
2025-02-06
x86_64: rewrite scalar `@truncate`
Jacob Young
2025-02-03
compiler,std: implement ZON support
Mason Remaley
2024-09-06
std.math.big.int: fix shiftRight sign handling
Ian Johnson
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-07-12
Fix right shift on negative BigInts
Tau
2024-05-21
std.math.big.int.Managed: adjust size of arg for limbs_buffer in format()
poypoyan
2024-05-08
restructure unit test to be easier to debug
Andrew Kelley
2024-04-13
std: fix big int llshr to respect aliasing (#19612)
Андрей Краевский
2024-03-11
math.big.int: fix incorrect `bitAnd` behavior
tinusgraglin
2024-02-26
Remove redundant test name prefixes now that test names are fully qualified
Ryan Liptak
2024-02-12
x86_64: implement `@clz` and `@ctz` of big integers
Jacob Young
2024-02-12
x86_64: implement shifts of big integers
Jacob Young
2023-11-19
lib: correct unnecessary uses of 'var'
mlugg
2023-11-14
x86_64: actually track state during `@divFloor` of `i128`
Jacob Young
2023-11-14
std: disable failing test
Jakub Konka
2023-11-08
std.math.big: fix sqrt with bits > limb_bits
tison
2023-11-07
fix sqrt(0)
David Rubin
2023-11-03
x86_64: fix std test failures
Jacob Young
2023-10-31
std.builtin.Endian: make the tags lower case
Andrew Kelley
2023-10-29
x86_64: fix compiler rt test failures
Jacob Young
2023-10-27
x86_64: fix `cond_br`
Jacob Young
2023-10-26
x86_64: implement `@divFloor` and `@mod` for `i128`
Jacob Young
2023-10-23
x86_64: implement 128-bit builtins
Jacob Young
2023-10-23
x86_64: implement enough to pass unicode tests
Jacob Young
2023-10-22
Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""
Jacob Young
2023-10-22
Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"
Andrew Kelley
2023-10-21
x86_64: disable failing tests, enable test-std testing
Jacob Young
2023-10-21
x86_64: fix bugs and disable erroring tests
Jacob Young
2023-10-21
x86_64: disable difficult std tests and hack around more zero-bit types
Jacob Young
2023-09-29
std.math.big.int.Const.order 0 == -0 (#17299)
Philipp Lühmann
2023-08-21
AstGen: disallow '-0' integer literal
mlugg
2023-07-03
std.math.big.int: better name for equal function
r00ster91
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-05-29
std.math.big.int: Add Sqrt
Mizuochi Keita
[next]