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
Age
Commit message (
Expand
)
Author
2022-09-04
Fix #12440: std.math.big.Rational order/orderAbs
Yujiri
2022-08-22
stage2+stage1: remove type parameter from bit builtins
Veikka Tuominen
2022-07-16
Use Managed.len in sub, divFloor, and divTrunc too
Hiroaki Nakamura
2022-07-16
Use Managed.len() instead of Managed.toConst().limbs.len
Hiroaki Nakamura
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-06-13
std.math.big.int: update Managed.toString() to use provided allocator (#11839)
Mikael Berthe
2022-06-07
std: adjust for stage2 semantics
Veikka Tuominen
2022-06-01
Sema: apply previous changes to `validateUnionInit`
Veikka Tuominen
2022-05-27
math: make `cast` return optional instead of an error
Ali Chraghi
2022-04-15
std: add workaround for stage2 bug
Veikka Tuominen
2022-04-05
zig fmt: remove trailing whitespace on doc comments
Damien Firmenich
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-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-11-30
std lib API deprecations for the upcoming 0.9.0 release
Andrew Kelley
2021-10-29
stage2: implement `@popCount` for non-vectors
Andrew Kelley
2021-10-27
std.rand: Refactor `Random` interface
Ominitay
2021-10-25
Revert 83bdbb2 and a587dd0 (#10028)
Robin Voetter
2021-10-25
std: disable big.rational setFloat targeting wasm32
Jakub Konka
2021-10-24
big ints: tighten some more division memory requirements
Robin Voetter
2021-10-24
big ints: Make calcLimbLen always work at comptime, even if parameter is runtime
Robin Voetter
2021-10-24
big ints: fix divFloor
Robin Voetter
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
stage2: fix comptime `@bitCast`
Andrew Kelley
2021-10-04
big ints: Fix tests for 32-bit architectures
Robin Voetter
2021-10-04
fmt
Robin Voetter
2021-10-04
Apply new big int wrap/saturate to Value.zig
Robin Voetter
2021-10-04
big ints: mulWrap tests
Robin Voetter
2021-10-04
big ints: Some extra comments
Robin Voetter
2021-10-04
big ints: saturate() tests
Robin Voetter
2021-10-04
big ints: saturate() function
Robin Voetter
2021-10-04
big ints: Wrapping multiplication
Robin Voetter
2021-10-04
big ints: Allow llmulaccum to wrap
Robin Voetter
2021-10-04
big ints: Improve karatsuba multiplication
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: implement normal/wrapping/saturating subtraction in terms of addition
Robin Voetter
[next]