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
2022-07-16
Fix std.math.big.int.Managed capacity after mul and sqr
Hiroaki Nakamura
2022-06-29
std.math.big.int: breaking API changes to prevent UAF
Andrew Kelley
2022-03-23
math/big: correct fix for divmod (#11271)
Marc Tiehuis
2022-03-10
math: fix big.int div, gcd and bitAnd edge-cases
Marc Tiehuis
2022-02-18
stage2: Implement `@bitReverse` and `@byteSwap`
Cody Tapscott
2022-02-13
Add additional tests for `@bitCast`
Cody Tapscott
2022-02-13
Add `abi_size` parameter to read/writeTwosComplement
Cody Tapscott
2022-02-11
Fix up sign handling and add arbitrary-length integer support to @bitCast()
Cody Tapscott
2022-02-06
std/math: optimize division with divisors less than a half-limb
Marc Tiehuis
2021-12-21
stage2: @addWithOverflow
Robin Voetter
2021-10-29
stage2: implement `@popCount` for non-vectors
Andrew Kelley
2021-10-24
big ints: improve division
Robin Voetter
2021-10-21
stage2: more division support
Andrew Kelley
2021-10-21
stage2: truncation
Robin Voetter
2021-10-17
big.int: 2s-complement binary wrapping not
Robin Voetter
2021-10-16
big ints: Fix set(signed int minimum) panic
Robin Voetter
2021-10-16
big ints: Saturating left shift + tests
Robin Voetter
2021-10-04
big ints: Fix tests for 32-bit architectures
Robin Voetter
2021-10-04
big ints: mulWrap tests
Robin Voetter
2021-10-04
big ints: saturate() tests
Robin Voetter
2021-10-04
big.int: truncate tests
Robin Voetter
2021-10-04
big ints: [add|sub]Sat tests
Robin Voetter
2021-10-04
big ints: [add|sub]Wrap tests
Robin Voetter
2021-10-04
big ints: setTwosCompIntLimit
Robin Voetter
2021-09-23
big ints: 2s complement signed and + or fixes
Robin Voetter
2021-09-23
big ints: 2s complement signed or
Robin Voetter
2021-09-22
big ints: 2s complement signed xor
Robin Voetter
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-06-11
bigint: add ensureAdd(Scalar)Capacity, note aliasing requirements
Asherah Connor
2021-06-11
bigint: add failing tests for bigint carry
Asherah Connor
2021-06-10
Have std.fmt functions take case as an enum
daurnimator
2021-05-08
std: update usage of std.testing
Veikka Tuominen
2021-02-01
std/math/big/int: normalize after a right shift
Frank Denis
2020-12-31
Year++
Frank Denis
2020-10-09
std: Add/Fix/Change parts of big.int
LemonBoy
2020-10-05
std: Fix two bugs in bigint pow
LemonBoy
2020-10-04
std: Add pow(a,b) for big ints
LemonBoy
2020-09-03
update uses of deprecated type field access
Vexu
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-07-27
Fix bug in big.int.Mutable.toManaged() and add tests
joachimschmidt557
2020-05-01
rework std.math.big.Int
Andrew Kelley