| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-08-19 | auto merge of #8564 : alexcrichton/rust/ifmt+++, r=graydon | bors | -1/+5 | |
| 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-16 | Delegate `{}` to Default instead of Poly | Alex Crichton | -1/+5 | |
| By using a separate trait this is overridable on a per-type basis and makes room for the possibility of even more arguments passed in for the future. | ||||
| 2013-08-16 | doc: correct spelling in documentation. | Huon Wilson | -1/+1 | |
| 2013-08-12 | Correct the padding on integer types for formatting | Alex Crichton | -17/+21 | |
| 2013-08-07 | Add initial support for a new formatting syntax | Alex Crichton | -0/+896 | |
| The new macro is available under the name ifmt! (only an intermediate name) | ||||
