about summary refs log tree commit diff
path: root/src/libsyntax/ext/format.rs
AgeCommit message (Expand)AuthorLines
2013-11-08Generalize AST and ty::Generics to accept multiple lifetimes.Niko Matsakis-3/+4
2013-10-31Implement a concat!() format extensionAlex Crichton-2/+4
2013-10-15Build a few extra features into format! parsingAlex Crichton-4/+17
2013-10-09option: rewrite the API to use compositionDaniel Micay-1/+1
2013-10-08add new enum ast::StrStyle as field to ast::lit_strBenjamin Herr-2/+2
2013-10-01Migrate users of 'loop' to 'continue'Alex Crichton-3/+3
2013-10-01Change the format! statics to be all-capsAlex Crichton-12/+16
2013-09-30syntax: Remove usage of fmt!Alex Crichton-29/+29
2013-09-27Remove the notion of an "unknown format"Alex Crichton-11/+8
2013-09-20Implement a web backend for rustdoc_ngAlex Crichton-1/+1
2013-09-18Allow trailing commas in format!Alex Crichton-0/+1
2013-09-15Reduce the amount of complexity in format!Alex Crichton-0/+756