rust/src/libstd/fmt
bors 3e4f40ec5a auto merge of #8564 : alexcrichton/rust/ifmt+++, r=graydon
See discussion in #8489, but this selects option 3 by adding a `Default` trait to be implemented by various basic types.

Once this makes it into a snapshot I think it's about time to start overhauling all current use-cases of `fmt!` to move towards `ifmt!`. The goal is to replace `%X` with `{}` in 90% of situations, and this commit should enable that.
2013-08-19 01:42:05 -07:00
..
mod.rs auto merge of #8564 : alexcrichton/rust/ifmt+++, r=graydon 2013-08-19 01:42:05 -07:00
parse.rs auto merge of #8564 : alexcrichton/rust/ifmt+++, r=graydon 2013-08-19 01:42:05 -07:00
rt.rs Correct the padding on integer types for formatting 2013-08-12 23:18:51 -07:00