aboutsummaryrefslogtreecommitdiff
path: root/lib/std/math/big/rational.zig
AgeCommit message (Expand)Author
2022-09-04Fix #12440: std.math.big.Rational order/orderAbsYujiri
2022-06-29std.math.big.int: breaking API changes to prevent UAFAndrew Kelley
2022-06-07std: adjust for stage2 semanticsVeikka Tuominen
2021-11-30allocgate: std Allocator interface refactorLee Cannon
2021-10-27std.rand: Refactor `Random` interfaceOminitay
2021-10-25Revert 83bdbb2 and a587dd0 (#10028)Robin Voetter
2021-10-25std: disable big.rational setFloat targeting wasm32Jakub Konka
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-06-21std, src, doc, test: remove unused variablesJacob G-W
2021-05-08std: update usage of std.testingVeikka Tuominen
2020-12-31Year++Frank Denis
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