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
/
std
/
math
/
big
/
int.zig
Age
Commit message (
Expand
)
Author
2019-09-25
mv std/ lib/
Andrew Kelley
2019-08-19
std/fmt: Make FormatOptions arguments non-comptime
Marc Tiehuis
2019-06-21
breaking: Add positional, precision and width support to std.fmt
Marc Tiehuis
2019-06-10
Use std.math.isPowerOfTwo across std lib
Ryan Liptak
2019-06-09
different array literal syntax when inferring the size
Andrew Kelley
2019-05-16
breaking changes to all bit manipulation intrinsics
Shawn Landden
2019-05-01
std.math: Add documentation for all functions and algorithm sources
Marc Tiehuis
2019-04-11
Pack big.Int sign and length fields
Marc Tiehuis
2019-04-11
Fix math.big.Int divN/gcdLehmer and fuzz-test failures
Marc Tiehuis
2019-04-11
Handle zero-limb trailing div case in big.Int
Marc Tiehuis
2019-04-11
Small fixes for big.Rational and corrections for gcdLehmer
Marc Tiehuis
2019-04-11
Fix big.Int toString maybe-null allocator
Marc Tiehuis
2019-04-11
Add read-only, non-allocating Int for internal constants
Marc Tiehuis
2019-03-28
std.mulWide() whose return is twice as wide
Shawn Landden
2019-03-15
breaking changes to std.mem.Allocator interface API
Andrew Kelley
2019-03-02
rename std lib files to new convention
Andrew Kelley
2019-02-08
std.debug.assert: remove special case for test builds
Andrew Kelley
2018-11-16
Fixed typos
Vallentin
2018-11-13
New Zig formal grammar (#1685)
Jimmi Holst Christensen
2018-10-26
remove @minValue,@maxValue; add std.math.minInt,maxInt
Andrew Kelley
2018-10-15
Solve the return type ambiguity (#1628)
Jimmi Holst Christensen
2018-07-23
Merge remote-tracking branch 'origin/master' into self-hosted-libc-hello-world
Andrew Kelley
2018-07-22
add std.math.big.Int.fitsInTwosComp
Andrew Kelley
2018-07-22
Add big int fits function (#1279)
Marc Tiehuis
2018-07-22
Tighten Int.to bounds and add twos-complement bitcount
Marc Tiehuis
2018-07-20
self-hosted: implicit cast comptime ints to other ints
Andrew Kelley
2018-07-19
self-hosted: progress on IR for supporting libc hello world
Andrew Kelley
2018-07-16
all integer sizes are available as primitives
Andrew Kelley
2018-06-18
remove bool to int syntax. add @boolToInt
Andrew Kelley
2018-06-17
remove integer and float casting syntax
Andrew Kelley
2018-06-16
don't automatically take pointer when passing by non-copying value
Andrew Kelley
2018-06-10
Add arbitrary-precision integer to std
Marc Tiehuis