rust/library/coretests
okaneco 67799c9739 core: Implement feature float_exact_integer_constants
Implement accepted ACP for `MAX_EXACT_INTEGER` and `MIN_EXACT_INTEGER`
on `f16`, `f32`, `f64`, and `f128`
Add tests to `coretests/tests/floats/mod.rs`
Disable doc tests for i586 since float<->int casts return incorrect
results
2026-02-16 16:29:31 -05:00
..
benches Rollup merge of #147436 - okaneco:eq_ignore_ascii_autovec, r=scottmcm 2026-01-27 17:36:35 +11:00
tests core: Implement feature float_exact_integer_constants 2026-02-16 16:29:31 -05:00
Cargo.toml Move float tests from std to core 2025-05-13 22:22:15 +00:00
lib.rs Put all coretests in a separate crate 2025-01-26 10:26:36 +00:00