about summary refs log tree commit diff
path: root/library/coretests/tests/num
AgeCommit message (Expand)AuthorLines
2025-08-18Implement feature `int_lowest_highest_one` for integer and NonZero typesAlexandre Courbot-0/+74
2025-08-08Clean up some resolved test regressions of const trait removals in stdShoyu Vanilla-2/+0
2025-08-05Renamed `isolate_most_least_significant_one` functionsokaneco-12/+12
2025-07-23coretests/num: use ldexp instead of hard-coding a power of 2Ralf Jung-32/+38
2025-07-03setup CI and tidy to use typos for spellchecking and fix few typosklensy-2/+2
2025-06-11feat: Add `bit_width` for unsigned integer typesShun Sakai-0/+8
2025-06-09Auto merge of #138062 - LorrensP-2158466:miri-enable-float-nondet, r=RalfJungbors-2/+4
2025-06-07Make NonZero<char> possibleMarijn Schouten-5/+16
2025-06-07Rollup merge of #141857 - RalfJung:coretests-floats, r=tgross35Jacob Pratt-353/+0
2025-06-04coretests: move float tests from num to floats module and use a more flexible...Ralf Jung-353/+0
2025-06-04Rollup merge of #141939 - Qelxiros:139911-exact-div-tests, r=workingjubileeMatthias Krüger-0/+61
2025-06-03add tests for negative numbersJeremy Smart-0/+14
2025-06-03Enable Float non-determinism in miri. Update and add tests and changeLorrensP-2158466-2/+4
2025-06-02add testsJeremy Smart-0/+47
2025-06-02Remove bootstrap cfgs from library/Josh Stone-6/+0
2025-05-31Add const support for float rounding methodsRuan Comelli-0/+114
2025-05-28coretests: add abs() and copysign() tests, and remove now-unnecessary ui testRalf Jung-45/+56
2025-05-28coretests: simplify test_float macro to derive more things from the type nameRalf Jung-134/+102
2025-05-18Auto merge of #127013 - tgross35:f16-format-parse, r=Mark-Simulacrumbors-77/+501
2025-05-18float: Add tests for `f16` conversions to and from decimalTrevor Gross-77/+501
2025-05-11Make some `f32`/`f64` tests also run in const-contextUrgau-143/+189
2025-03-21coretests stop relying on `inline_const_pat`lcnr-596/+604
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