aboutsummaryrefslogtreecommitdiff
path: root/lib/std/math/big
AgeCommit message (Expand)Author
2021-10-04big ints: saturate() functionRobin Voetter
2021-10-04big ints: Wrapping multiplicationRobin Voetter
2021-10-04big ints: Allow llmulaccum to wrapRobin Voetter
2021-10-04big ints: Improve karatsuba multiplicationRobin Voetter
2021-10-04big.int: truncate testsRobin Voetter
2021-10-04big ints: [add|sub]Sat testsRobin Voetter
2021-10-04big ints: [add|sub]Wrap testsRobin Voetter
2021-10-04big ints: implement normal/wrapping/saturating subtraction in terms of additionRobin Voetter
2021-10-04big ints: saturating additionRobin Voetter
2021-10-04big ints: setTwosCompIntLimitRobin Voetter
2021-10-04big ints: unify add/sub with their wrapping variantsRobin Voetter
2021-10-04big ints: Basic wrapping multiplicationRobin Voetter
2021-10-04Comptime wrapping addition/subtractionRobin Voetter
2021-10-04big ints: addWrap, subWrap + fix Managed.truncate allocation sizeRobin Voetter
2021-10-04big ints: 2s complement truncateRobin Voetter
2021-10-04big ints: split lladd/llsub into carry variantsRobin Voetter
2021-09-23big ints: only write xor overflow if requiredRobin Voetter
2021-09-23big ints: 2s complement signed and + or fixesRobin Voetter
2021-09-23big ints: 2s complement signed orRobin Voetter
2021-09-22big ints: 2s complement signed xorRobin Voetter
2021-09-20stage2: implement comptime bitwise nandAndrew Kelley
2021-09-01std: reorganization that allows new usingnamespace semanticsAndrew Kelley
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-06-21fix code broken from previous commitJacob G-W
2021-06-21std, src, doc, test: remove unused variablesJacob G-W
2021-06-11bigint: add ensureAdd(Scalar)Capacity, note aliasing requirementsAsherah Connor
2021-06-11bigint: use a stack local here to prevent aliasing issuesAsherah Connor
2021-06-11bigint: add failing tests for bigint carryAsherah Connor
2021-06-10Have std.fmt functions take case as an enumdaurnimator
2021-05-08std: update usage of std.testingVeikka Tuominen
2021-02-21replace ArrayList.shrinkAndFree by ArrayList.shrinkRetainingCapacityBenjamin Graf
2021-02-01std/math/big/int: normalize after a right shiftFrank Denis
2021-01-22std: Update `test ""` to `test` where it makes senseLemonBoy
2021-01-06std: Rename ArrayList shrink => shrinkAndFreeAlex Cameron
2020-12-31Year++Frank Denis
2020-11-19Add builtin.Signedness, use it instead of is_signedTadeo Kondrak
2020-10-17Make std.meta.Int accept a signedness parameterJan Prudil
2020-10-09std: Add/Fix/Change parts of big.intLemonBoy
2020-10-05std: Fix two bugs in bigint powLemonBoy
2020-10-04std: Add pow(a,b) for big intsLemonBoy
2020-09-07big int: fix Managed.dump()Vincent Rischmann
2020-09-03update uses of deprecated type field accessVexu
2020-08-25std.math.big: fix use-after-freeAndrew Kelley
2020-08-20add license header to all std lib filesAndrew Kelley
2020-07-27Fix bug in big.int.Mutable.toManaged() and add testsjoachimschmidt557
2020-07-11run zig fmt on std lib and self hostedVexu
2020-07-04std.mem.dupe is deprecated, move all references in stdjoachimschmidt557
2020-06-09fix memory errorsJonathan Marler
2020-05-01fix off-by-one error in sizeInBaseUpperBoundAndrew Kelley
2020-05-01update std.meta.IntType => std.meta.IntAndrew Kelley