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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2025-07-11
Consolidate classify tests
Roger Curley
-0
/
+23
2025-07-11
Consolidate is_normal tests
Roger Curley
-14
/
+51
2025-07-11
Consolidate is_finite tests
Roger Curley
-0
/
+22
2025-07-11
Consolidate is_infinite tests
Roger Curley
-0
/
+22
2025-07-11
Consolidate is_nan
Roger Curley
-0
/
+22
2025-07-11
Consolidate one tests
Roger Curley
-0
/
+19
2025-07-11
Consolidate negative zero tests
Roger Curley
-0
/
+20
2025-07-11
Consolidate zero tests
Roger Curley
-0
/
+19
2025-07-11
Consolidate neg_infinity tests
Roger Curley
-0
/
+18
2025-07-11
Consolidate test_num tests
Roger Curley
-20
/
+33
2025-07-11
Consolidate infinity tests
Roger Curley
-0
/
+18
2025-07-09
Refactor nan tests
Roger Curley
-0
/
+23
2025-06-13
tweak runtime/const macro management
Ralf Jung
-44
/
+49
2025-06-09
float midpoint tests: add missing NAN cases
Ralf Jung
-0
/
+2
2025-06-09
make the default float comparison tolerance type-dependent
Ralf Jung
-15
/
+31
2025-06-09
float tests: deduplicate min, max, and rounding tests
Ralf Jung
-8
/
+56
2025-06-09
float tests: use assert_biteq in more places
Ralf Jung
-215
/
+216
2025-06-04
coretests: move float tests from num to floats module and use a more flexible...
Ralf Jung
-0
/
+548
2025-05-29
float: Use `assert_biteq!` where possible
Trevor Gross
-0
/
+6
2025-05-29
float: Use a shared `assert_biteq!` macro for tests
Trevor Gross
-0
/
+31
2025-05-14
Move applicable float tests from `coretests` back to `std`
Trevor Gross
-4
/
+0
2025-05-13
Move float tests from std to core
Trevor Gross
-0
/
+44