index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
coretests
/
tests
/
floats
/
f32.rs
Age
Commit message (
Expand
)
Author
Lines
2025-07-11
Consolidate classify tests
Roger Curley
-18
/
+0
2025-07-11
Consolidate is_normal tests
Roger Curley
-17
/
+0
2025-07-11
Consolidate is_finite tests
Roger Curley
-13
/
+0
2025-07-11
Consolidate is_infinite tests
Roger Curley
-13
/
+0
2025-07-11
Consolidate is_nan
Roger Curley
-13
/
+0
2025-07-11
Consolidate one tests
Roger Curley
-13
/
+0
2025-07-11
Consolidate negative zero tests
Roger Curley
-14
/
+0
2025-07-11
Consolidate zero tests
Roger Curley
-13
/
+0
2025-07-11
Consolidate neg_infinity tests
Roger Curley
-12
/
+0
2025-07-11
Consolidate test_num tests
Roger Curley
-5
/
+0
2025-07-11
Consolidate infinity tests
Roger Curley
-12
/
+0
2025-07-09
Refactor nan tests
Roger Curley
-14
/
+0
2025-06-14
Rollup merge of #142243 - RalfJung:float-test-dedup, r=tgross35
Matthias Krüger
-110
/
+2
2025-06-09
float tests: deduplicate min, max, and rounding tests
Ralf Jung
-110
/
+0
2025-06-09
float tests: use assert_biteq in more places
Ralf Jung
-0
/
+2
2025-06-05
change tests to use fixed constants to let them pass with miri
LorrensP-2158466
-2
/
+7
2025-05-29
float: Use `assert_biteq!` where possible
Trevor Gross
-117
/
+118
2025-05-29
float: Replace some approximate assertions with exact
Trevor Gross
-70
/
+70
2025-05-29
float: Use a shared `assert_biteq!` macro for tests
Trevor Gross
-44
/
+33
2025-05-20
`core_float_math`: Move functions to `math` folder
Daniel McNab
-71
/
+71
2025-05-14
Skip {f32,f64}::mul_add tests on MinGW
Trevor Gross
-0
/
+2
2025-05-14
Move applicable float tests from `coretests` back to `std`
Trevor Gross
-315
/
+75
2025-05-13
Move float tests from std to core
Trevor Gross
-0
/
+940