about summary refs log tree commit diff
path: root/library/std/tests/floats/f64.rs
AgeCommit message (Expand)AuthorLines
2025-06-03Enable Float non-determinism in miri. Update and add tests and changeLorrensP-2158466-4/+4
2025-05-14Move applicable float tests from `coretests` back to `std`Trevor Gross-0/+249
2025-05-13Move float tests from std to coreTrevor Gross-917/+0
2025-04-22test_nan: ensure the NAN contant is quietRalf Jung-0/+2
2025-04-04Expose algebraic floating point intrinsicsCalder Coalson-0/+19
2025-01-26Move std float unit tests to integration testsbjorn3-0/+896