summary refs log tree commit diff
path: root/src/libsyntax/ext/format.rs
AgeCommit message (Expand)AuthorLines
2014-01-03auto merge of #11149 : alexcrichton/rust/remove-either, r=brsonbors-24/+27
2014-01-03Remove std::eitherAlex Crichton-24/+27
2014-01-02libsyntax: De-`@mut` `Parser::span`Patrick Walton-2/+2
2014-01-02libsyntax: De-`@mut` `token` in the parserPatrick Walton-5/+5
2014-01-02libsyntax: Make the parser mutablePatrick Walton-5/+5
2013-12-29Start passing around &mut ExtCtxtSteven Fackler-7/+8
2013-12-28Stop using @ExtCtxtSteven Fackler-4/+4
2013-12-17Remove obsolete mutability from ast::TySeo Sanghyeon-1/+1
2013-12-08Add dead-code warning passKiet Tran-1/+6
2013-12-01Box Block, fn_decl, variant and Ty in the AST, as they were inflating critica...Eduard Burtescu-3/+4
2013-11-28Register new snapshotsAlex Crichton-2/+2
2013-11-26libsyntax: Remove all non-`proc` `do` syntax.Patrick Walton-3/+3
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