about summary refs log tree commit diff
path: root/src/libstd/fmt/mod.rs
AgeCommit message (Collapse)AuthorLines
2013-08-12Define integer formats for all widthsAlex Crichton-37/+56
Closes #1653
2013-08-12Implement formatting arguments for strings and integersAlex Crichton-22/+145
Closes #1651
2013-08-07Add initial support for a new formatting syntaxAlex Crichton-0/+368
The new macro is available under the name ifmt! (only an intermediate name)