rust/src/libcore/fmt
Piotr Jawniak 8065486283 Change how the 0 flag works in format! for floats
Now it always implies right-alignment, so that padding zeroes are placed after the sign (if any) and before the digits. In other words, it always takes precedence over explicitly specified `[[fill]align]`.

               :06      :<06     :>06     :^06
    before   |-001.2| |-1.200| |-001.2| |-01.20|
    after    |-001.2| |-001.2| |-001.2| |-001.2|
2017-03-15 07:50:44 -07:00
..
rt Add missing Eq implementations 2016-09-18 14:26:49 +02:00
builders.rs Use #[prelude_import] in libcore. 2016-08-24 22:12:23 +00:00
float.rs Improve fmt float 2017-02-07 20:58:34 +11:00
mod.rs Change how the 0 flag works in format! for floats 2017-03-15 07:50:44 -07:00
num.rs Bump version, upgrade bootstrap 2017-02-03 13:25:46 -08:00