summary refs log tree commit diff
path: root/library/coretests/tests/num
AgeCommit message (Expand)AuthorLines
2025-03-10Update tests.Mara Bos-14/+14
2025-03-10Limit formatting width and precision to 16 bits.Mara Bos-1/+1
2025-03-02dec2flt: Refactor float traitsTrevor Gross-0/+61
2025-03-02dec2flt: Rename fields to be consistent with documented notationTrevor Gross-6/+6
2025-03-02dec2flt: Rename `Number` to `Decimal`Trevor Gross-13/+42
2025-03-02dec2flt: Rename `Decimal` to `DecimalSeq`Trevor Gross-0/+31
2025-02-27checked_ilog tests: deal with a bit of float imprecisionRalf Jung-18/+56
2025-02-25disable a potentially bogus test on MiriRalf Jung-0/+1
2025-02-24Rollup merge of #137393 - chorman0773:unbounded-shifts-stabilize, r=AmanieuJacob Pratt-0/+328
2025-02-22Rollup merge of #136910 - okaneco:sig_ones, r=thomccMatthias Krüger-0/+68
2025-02-21Fix unbounded_shifts testsConnor Horman-13/+22
2025-02-21Stabilize `unbounded_shifts`Connor Horman-0/+319
2025-02-20Implement feature `isolate_most_least_significant_one` for integer typesokaneco-0/+68
2025-02-13library: Update rand to 0.9.0Eric Huss-3/+3
2025-02-09Mark extern blocks as unsafeMichael Goulet-1/+1
2025-01-26Put all coretests in a separate cratebjorn3-0/+5283