rust/library/core/src/fmt
Manish Goregaokar 4e8c853c9e
Rollup merge of #89502 - FabianWolff:issue-89493, r=joshtriplett
Fix Lower/UpperExp formatting for integers and precision zero

Fixes the integer part of #89493 (I daren't touch the floating-point formatting code). The issue is that the "subtracted" precision essentially behaves like extra trailing zeros, but this is not currently reflected in the code properly.
2021-10-05 12:52:46 -07:00
..
rt mv std libs to library/ 2020-07-27 19:51:13 -05:00
builders.rs Optimize fmt::PadAdapter::wrap 2021-07-11 08:06:29 +02:00
float.rs Move flt2dec::{Formatted, Part} to dedicated module 2021-06-06 02:54:51 +01:00
mod.rs Make diangostic item names consistent 2021-10-02 19:38:19 -05: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 Fix Lower/UpperExp formatting for integers and precision zero 2021-10-03 23:05:03 +02:00