aboutsummaryrefslogtreecommitdiff
path: root/lib/std/math/big/rational.zig
AgeCommit message (Expand)Author
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