summary refs log tree commit diff
path: root/src/libstd/fmt/parse.rs
AgeCommit message (Expand)AuthorLines
2013-09-12Parse underscores in identifiers for format!Alex Crichton-2/+2
2013-09-09rename `std::iterator` to `std::iter`Daniel Micay-2/+1
2013-09-03Raise errors on format strings with unmatched `}`Alex Crichton-0/+11
2013-08-30fix various warningsErick Tryzelaar-1/+0
2013-08-19auto merge of #8564 : alexcrichton/rust/ifmt+++, r=graydonbors-1/+5
2013-08-16Delegate `{}` to Default instead of PolyAlex Crichton-1/+5
2013-08-16doc: correct spelling in documentation.Huon Wilson-1/+1
2013-08-12Correct the padding on integer types for formattingAlex Crichton-17/+21
2013-08-07Add initial support for a new formatting syntaxAlex Crichton-0/+896