aboutsummaryrefslogtreecommitdiff
path: root/lib/std/math/big.zig
AgeCommit message (Expand)Author
2024-08-28std: update `std.builtin.Type` fields to follow naming conventionsmlugg
2023-02-04remove stage1 workaround for big int setMarc Tiehuis
2022-02-06std/math: optimize division with divisors less than a half-limbMarc Tiehuis
2021-10-04big ints: [add|sub]Wrap testsRobin Voetter
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-01-22std: Update `test ""` to `test` where it makes senseLemonBoy
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-09-03update uses of deprecated type field accessVexu
2020-08-20add license header to all std lib filesAndrew Kelley
2020-05-01rework std.math.big.IntAndrew Kelley
2019-09-25mv std/ lib/Andrew Kelley