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
Group-Canceled
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
groupAwait
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.zig
Age
Commit message (
Expand
)
Author
2021-10-25
Revert 83bdbb2 and a587dd0 (#10028)
Robin Voetter
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
fmt
Robin Voetter
2021-10-04
Apply new big int wrap/saturate to Value.zig
Robin Voetter
2021-10-04
big ints: Some extra comments
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 ints: implement normal/wrapping/saturating subtraction in terms of addition
Robin Voetter
2021-10-04
big ints: saturating addition
Robin Voetter
2021-10-04
big ints: setTwosCompIntLimit
Robin Voetter
2021-10-04
big ints: unify add/sub with their wrapping variants
Robin Voetter
2021-10-04
big ints: Basic wrapping multiplication
Robin Voetter
2021-10-04
Comptime wrapping addition/subtraction
Robin Voetter
2021-10-04
big ints: addWrap, subWrap + fix Managed.truncate allocation size
Robin Voetter
2021-10-04
big ints: 2s complement truncate
Robin Voetter
2021-10-04
big ints: split lladd/llsub into carry variants
Robin Voetter
2021-09-23
big ints: only write xor overflow if required
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-09-20
stage2: implement comptime bitwise nand
Andrew Kelley
2021-09-01
std: reorganization that allows new usingnamespace semantics
Andrew Kelley
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-06-21
std, src, doc, test: remove unused variables
Jacob G-W
2021-06-11
bigint: add ensureAdd(Scalar)Capacity, note aliasing requirements
Asherah Connor
2021-06-11
bigint: use a stack local here to prevent aliasing issues
Asherah Connor
2021-06-10
Have std.fmt functions take case as an enum
daurnimator
2021-02-21
replace ArrayList.shrinkAndFree by ArrayList.shrinkRetainingCapacity
Benjamin Graf
2021-02-01
std/math/big/int: normalize after a right shift
Frank Denis
2021-01-22
std: Update `test ""` to `test` where it makes sense
LemonBoy
2021-01-06
std: Rename ArrayList shrink => shrinkAndFree
Alex Cameron
2020-12-31
Year++
Frank Denis
2020-11-19
Add builtin.Signedness, use it instead of is_signed
Tadeo Kondrak
2020-10-17
Make std.meta.Int accept a signedness parameter
Jan Prudil
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-07
big int: fix Managed.dump()
Vincent Rischmann
[prev]
[next]