summary refs log tree commit diff
path: root/src/libstd/fmt/rt.rs
AgeCommit message (Collapse)AuthorLines
2013-08-12Correct the padding on integer types for formattingAlex Crichton-1/+1
2013-08-07Add initial support for a new formatting syntaxAlex Crichton-0/+62
The new macro is available under the name ifmt! (only an intermediate name)