rust/library/core/src/fmt
Mara Bos f2f6bcc499 Don't allow new const panic through format flattening.
panic!("a {}", "b") is still not allowed in const,
even if the hir flattens to panic!("a b").
2023-03-16 11:21:50 +01:00
..
rt Make core::fmt::rt::v1::Argument::new const+inline. 2023-01-12 00:38:07 +01:00
builders.rs Remove a packing branch from fmt::builders::PadAdapter 2022-08-24 01:21:40 +02:00
float.rs Rollup merge of #86479 - exphp-forks:float-debug-exponential, r=yaahc 2021-10-20 04:35:10 +09:00
mod.rs Don't allow new const panic through format flattening. 2023-03-16 11:21:50 +01:00
nofloat.rs core: add unstable no_fp_fmt_parse to disable float fmt/parse code 2021-07-02 22:52:37 +01:00
num.rs Apply changes proposed in the review 2022-09-22 17:44:06 +04:00