about summary refs log tree commit diff
path: root/library/coretests/tests/num/mod.rs
AgeCommit message (Expand)AuthorLines
2025-07-23coretests/num: use ldexp instead of hard-coding a power of 2Ralf Jung-0/+21
2025-06-07Make NonZero<char> possibleMarijn Schouten-5/+4
2025-06-04coretests: move float tests from num to floats module and use a more flexible...Ralf Jung-353/+0
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-11Make some `f32`/`f64` tests also run in const-contextUrgau-143/+189
2025-01-26Put all coretests in a separate cratebjorn3-0/+952