about summary refs log tree commit diff
path: root/library/std/tests/floats
AgeCommit message (Expand)AuthorLines
2025-09-09add approx_delta to all gamma testsLorrensP-2158466-5/+5
2025-09-06Change stdlib float tests to account for miri nondet floats.LorrensP-2158466-7/+7
2025-08-31fixLorrensP-2158466-2/+2
2025-08-08Revert "Rollup merge of #143906 - LorrensP-2158466:miri-float-nondet-foreign-...Jakub Beránek-7/+7
2025-08-06Change stdlib float tests to account for miri nondet floats.LorrensP-2158466-7/+7
2025-06-05change tests to use fixed constants to let them pass with miriLorrensP-2158466-52/+12
2025-06-03Enable Float non-determinism in miri. Update and add tests and changeLorrensP-2158466-18/+63
2025-05-14Move applicable float tests from `coretests` back to `std`Trevor Gross-0/+1166
2025-05-13Move float tests from std to coreTrevor Gross-3994/+0
2025-05-12update cfg(bootstrap)Pietro Albini-64/+2
2025-04-27Use `feature(target_has_reliable_f16_f128)` in library testsTrevor Gross-62/+192
2025-04-22test_nan: ensure the NAN contant is quietRalf Jung-0/+8
2025-04-04Expose algebraic floating point intrinsicsCalder Coalson-2/+82
2025-03-17Auto merge of #138363 - beetrees:f16-f128-integer-convert, r=Amanieubors-0/+43
2025-03-11Add `From<{integer}>` for `f16`/`f128` implsbeetrees-0/+43
2025-03-11Enable `f16` tests for `powf`Trevor Gross-43/+41
2025-02-02Remove stabilized feature gatebjorn3-1/+1
2025-01-26Move std float unit tests to integration testsbjorn3-0/+3797