about summary refs log tree commit diff
path: root/tests/ui/float
AgeCommit message (Expand)AuthorLines
2025-07-26Disable has_reliable_f128_math on musl targetsJens Reidel-2/+4
2025-07-05tests: Use `cfg_target_has_reliable_f16_f128`Trevor Gross-23/+20
2025-04-27Implement the internal feature `cfg_target_has_reliable_f16_f128`Trevor Gross-0/+31
2024-10-05move f16/f128 const fn under f16/f128 feature gateRalf Jung-4/+2
2024-10-04Auto merge of #130157 - eduardosm:stabilize-const_float_classify, r=RalfJungbors-2/+0
2024-09-25Revert "Avoid invalid NaN lint machine-applicable suggestion in const context"Eduardo Sánchez Muñoz-2/+0
2024-09-12move a test to a better locationRalf Jung-0/+17
2024-09-12simplify float::classify logicRalf Jung-27/+75
2024-09-10enable and extend float-classify testRalf Jung-126/+128
2024-09-10move float tests into their own dirJubilee Young-0/+248