about summary refs log tree commit diff
path: root/src/libsyntax/ext/ifmt.rs
AgeCommit message (Expand)AuthorLines
2013-08-16Delegate `{}` to Default instead of PolyAlex Crichton-23/+20
2013-08-13Add `f` formats to `ifmt!`Alex Crichton-5/+6
2013-08-12Correct the padding on integer types for formattingAlex Crichton-5/+13
2013-08-12Define integer formats for all widthsAlex Crichton-0/+1
2013-08-12Implement formatting arguments for strings and integersAlex Crichton-5/+7
2013-08-11auto merge of #8421 : alexcrichton/rust/unnamed-addr, r=thestingerbors-2/+11
2013-08-10syntax and rustc: fix some warningsErick Tryzelaar-1/+1
2013-08-10std: Iterator.chain_ -> .chainErick Tryzelaar-1/+1
2013-08-10std: Rename Iterator.transform -> .mapErick Tryzelaar-7/+7
2013-08-10Mass rename of .consume{,_iter}() to .move_iter()Erick Tryzelaar-2/+2
2013-08-09Implement an `address_insignificant` attributeAlex Crichton-3/+12
2013-08-07Add initial support for a new formatting syntaxAlex Crichton-0/+720