aboutsummaryrefslogtreecommitdiff
path: root/std/math/big/int.zig
AgeCommit message (Expand)Author
2019-09-25mv std/ lib/Andrew Kelley
2019-08-19std/fmt: Make FormatOptions arguments non-comptimeMarc Tiehuis
2019-06-21breaking: Add positional, precision and width support to std.fmtMarc Tiehuis
2019-06-10Use std.math.isPowerOfTwo across std libRyan Liptak
2019-06-09different array literal syntax when inferring the sizeAndrew Kelley
2019-05-16breaking changes to all bit manipulation intrinsicsShawn Landden
2019-05-01std.math: Add documentation for all functions and algorithm sourcesMarc Tiehuis
2019-04-11Pack big.Int sign and length fieldsMarc Tiehuis
2019-04-11Fix math.big.Int divN/gcdLehmer and fuzz-test failuresMarc Tiehuis
2019-04-11Handle zero-limb trailing div case in big.IntMarc Tiehuis
2019-04-11Small fixes for big.Rational and corrections for gcdLehmerMarc Tiehuis
2019-04-11Fix big.Int toString maybe-null allocatorMarc Tiehuis
2019-04-11Add read-only, non-allocating Int for internal constantsMarc Tiehuis
2019-03-28std.mulWide() whose return is twice as wideShawn Landden
2019-03-15breaking changes to std.mem.Allocator interface APIAndrew Kelley
2019-03-02rename std lib files to new conventionAndrew Kelley
2019-02-08std.debug.assert: remove special case for test buildsAndrew Kelley
2018-11-16Fixed typosVallentin
2018-11-13New Zig formal grammar (#1685)Jimmi Holst Christensen
2018-10-26remove @minValue,@maxValue; add std.math.minInt,maxIntAndrew Kelley
2018-10-15Solve the return type ambiguity (#1628)Jimmi Holst Christensen
2018-07-23Merge remote-tracking branch 'origin/master' into self-hosted-libc-hello-worldAndrew Kelley
2018-07-22add std.math.big.Int.fitsInTwosCompAndrew Kelley
2018-07-22Add big int fits function (#1279)Marc Tiehuis
2018-07-22Tighten Int.to bounds and add twos-complement bitcountMarc Tiehuis
2018-07-20self-hosted: implicit cast comptime ints to other intsAndrew Kelley
2018-07-19self-hosted: progress on IR for supporting libc hello worldAndrew Kelley
2018-07-16all integer sizes are available as primitivesAndrew Kelley
2018-06-18remove bool to int syntax. add @boolToIntAndrew Kelley
2018-06-17remove integer and float casting syntaxAndrew Kelley
2018-06-16don't automatically take pointer when passing by non-copying valueAndrew Kelley
2018-06-10Add arbitrary-precision integer to stdMarc Tiehuis