rust/library/coretests/tests/num
bors 4d051fb306 Auto merge of #127013 - tgross35:f16-format-parse, r=Mark-Simulacrum
Add `f16` formatting and parsing

Use the same algorithms as for `f32` and `f64` to implement `f16` parsing and printing.

try-job: x86_64-gnu-aux
2025-05-18 20:38:01 +00:00
..
dec2flt float: Add tests for f16 conversions to and from decimal 2025-05-18 16:51:28 +00:00
flt2dec float: Add tests for f16 conversions to and from decimal 2025-05-18 16:51:28 +00:00
bignum.rs Put all coretests in a separate crate 2025-01-26 10:26:36 +00:00
const_from.rs Put all coretests in a separate crate 2025-01-26 10:26:36 +00:00
float_iter_sum_identity.rs Put all coretests in a separate crate 2025-01-26 10:26:36 +00:00
i8.rs Put all coretests in a separate crate 2025-01-26 10:26:36 +00:00
i16.rs Put all coretests in a separate crate 2025-01-26 10:26:36 +00:00
i32.rs Put all coretests in a separate crate 2025-01-26 10:26:36 +00:00
i64.rs Put all coretests in a separate crate 2025-01-26 10:26:36 +00:00
i128.rs Put all coretests in a separate crate 2025-01-26 10:26:36 +00:00
ieee754.rs Put all coretests in a separate crate 2025-01-26 10:26:36 +00:00
int_log.rs checked_ilog tests: deal with a bit of float imprecision 2025-02-27 15:38:22 +01:00
int_macros.rs coretests stop relying on inline_const_pat 2025-03-21 09:35:31 +01:00
int_sqrt.rs Put all coretests in a separate crate 2025-01-26 10:26:36 +00:00
midpoint.rs Put all coretests in a separate crate 2025-01-26 10:26:36 +00:00
mod.rs Make some f32/f64 tests also run in const-context 2025-05-11 14:00:16 +02:00
nan.rs Put all coretests in a separate crate 2025-01-26 10:26:36 +00:00
ops.rs Put all coretests in a separate crate 2025-01-26 10:26:36 +00:00
u8.rs Put all coretests in a separate crate 2025-01-26 10:26:36 +00:00
u16.rs Put all coretests in a separate crate 2025-01-26 10:26:36 +00:00
u32.rs Put all coretests in a separate crate 2025-01-26 10:26:36 +00:00
u64.rs Put all coretests in a separate crate 2025-01-26 10:26:36 +00:00
u128.rs Put all coretests in a separate crate 2025-01-26 10:26:36 +00:00
uint_macros.rs coretests stop relying on inline_const_pat 2025-03-21 09:35:31 +01:00
wrapping.rs Put all coretests in a separate crate 2025-01-26 10:26:36 +00:00