aboutsummaryrefslogtreecommitdiff
path: root/lib/std/math/big/rational.zig
AgeCommit message (Expand)Author
2020-10-17Make std.meta.Int accept a signedness parameterJan Prudil
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-11run zig fmt on std lib and self hostedVexu
2020-05-01rework std.math.big.IntAndrew Kelley
2020-04-28std.meta.IntType -> std.meta.IntTadeo Kondrak
2020-04-07move big.rational.gcd to big.int.gcdjoachimschmidt557
2020-04-02new ArrayList API: fix everything elsexackus
2020-03-23Use math.Order for comparing bigints instead of i8 (#4791)Joachim Schmidt
2020-02-24remove uses of `@ArgType` and `@IntType`Vexu
2020-02-24remove usages of `@typeId`, `@memberCount`, `@memberName` and `@memberType`Vexu
2020-02-14std: use testing.allocator in testsdaurnimator
2020-01-07Use the correct calling convention for AEABI intrinsicsLemonBoy
2019-09-25mv std/ lib/Andrew Kelley