| Age | Commit message (Expand) | Author | Lines |
| 2014-07-30 | auto merge of #15915 : erickt/rust/master, r=alexcrichton | bors | -1/+1 |
| 2014-07-30 | auto merge of #16037 : erickt/rust/quote_arm, r=acrichto | bors | -75/+151 |
| 2014-07-29 | remove seek from std::io::MemWriter, add SeekableMemWriter to librustc | Erick Tryzelaar | -1/+1 |
| 2014-07-29 | syntax: add support for quoting arms | Erick Tryzelaar | -25/+40 |
| 2014-07-29 | Fix a bug pretty printing `match { 5i } { _ => { } }` | Erick Tryzelaar | -48/+53 |
| 2014-07-29 | syntax: promote a comment on PatEnum into a docstring | Erick Tryzelaar | -2/+4 |
| 2014-07-29 | syntax: allow quasiquoter to inline `Vec<Stmt>`s | Erick Tryzelaar | -0/+2 |
| 2014-07-29 | syntax: add some more extension helper methods | Erick Tryzelaar | -0/+52 |
| 2014-07-29 | libsyntax: Don't ICE on macro invocation in count expr of fixed array type. | Luqman Aden | -2/+5 |
| 2014-07-29 | Port Rust to DragonFlyBSD | Michael Neumann | -2/+4 |
| 2014-07-29 | Add a few more derivings to AST types | Marvin Löbel | -10/+10 |
| 2014-07-29 | Refactored syntax::fold. | Marvin Löbel | -294/+419 |
| 2014-07-25 | librustc: Disallow mutation and assignment in pattern guards, and modify | Patrick Walton | -183/+208 |
| 2014-07-24 | librustc: Stop desugaring `for` expressions and translate them directly. | Patrick Walton | -97/+7 |
| 2014-07-24 | librustc: Make bare functions implement the `FnMut` trait. | Patrick Walton | -1/+7 |
| 2014-07-24 | libsyntax: Remove `~self` and `mut ~self` from the language. | Patrick Walton | -13/+16 |
| 2014-07-23 | Parser: Global single-segment paths should be represented as PatEnum | Jakub Wieczorek | -1/+1 |
| 2014-07-22 | auto merge of #15871 : dotdash/rust/unnamed_fmtstr, r=pcwalton | bors | -1/+6 |
| 2014-07-22 | auto merge of #15867 : cmr/rust/rewrite-lexer4, r=alexcrichton | bors | -0/+4 |
| 2014-07-21 | Add a ton of ignore-lexer-test | Corey Richardson | -0/+2 |
| 2014-07-22 | Refactoring: Only use `MacroExpander` for expanding outside of | Marvin Löbel | -26/+13 |
| 2014-07-21 | Moved `syntax::ext::base::SyntaxEnv` into `syntax::ext::base::ExtCtx` | Marvin Löbel | -201/+213 |
| 2014-07-21 | Allow merging of statics generated by format!() | Björn Steinbrink | -1/+6 |
| 2014-07-21 | ignore-lexer-test to broken files and remove some tray hyphens | Corey Richardson | -0/+2 |
| 2014-07-21 | syntax: Join consecutive string literals in format strings together | root | -10/+33 |
| 2014-07-21 | repair macro docs | John Clements | -12/+9 |
| 2014-07-20 | auto merge of #15808 : jakub-/rust/use-mod, r=alexcrichton | bors | -25/+49 |
| 2014-07-20 | auto merge of #15805 : Sawyer47/rust/issue-8709, r=alexcrichton | bors | -3/+5 |
| 2014-07-20 | auto merge of #15814 : kvark/rust/ast, r=huonw | bors | -2/+6 |
| 2014-07-20 | Implement new mod import sugar | Jakub Wieczorek | -25/+49 |
| 2014-07-20 | auto merge of #15785 : treeman/rust/fix-15780, r=alexcrichton | bors | -2/+11 |
| 2014-07-20 | Correctly stringify! types and paths inside macros | Piotr Jawniak | -3/+5 |
| 2014-07-19 | Register new snapshots | Alex Crichton | -90/+9 |
| 2014-07-19 | Fixed lifetimes on syntax deriving structs, implemented Clone | Dzmitry Malyshau | -2/+6 |
| 2014-07-19 | auto merge of #15754 : jakub-/rust/diagnostics, r=alexcrichton | bors | -6/+6 |
| 2014-07-18 | Special case for 0 arguments given in format! | Jonas Hietala | -4/+4 |
| 2014-07-18 | Assign more diagnostic codes | Jakub Wieczorek | -6/+6 |
| 2014-07-18 | Correct plural of arguments in format_args! | Jonas Hietala | -2/+11 |
| 2014-07-18 | librustc: Implement unboxed closures with mutable receivers | Patrick Walton | -88/+210 |
| 2014-07-18 | auto merge of #15732 : bgamari/rust/to-tokens, r=alexcrichton | bors | -3/+35 |
| 2014-07-18 | auto merge of #15725 : aochagavia/rust/vec, r=alexcrichton | bors | -1/+1 |
| 2014-07-17 | librustc: Remove cross-borrowing of `Box<T>` to `&T` from the language, | Patrick Walton | -21/+27 |
| 2014-07-17 | auto merge of #15706 : phi-gamma/rust/master, r=huonw | bors | -1/+1 |
| 2014-07-17 | Rename functions in the CloneableVector trait | Adolfo Ochagavía | -1/+1 |
| 2014-07-17 | syntax: Add ToTokens impl for Method | Ben Gamari | -0/+2 |
| 2014-07-17 | syntax: Add quote_method! | Ben Gamari | -0/+13 |
| 2014-07-16 | libsyntax: Remove `Send` from `PtrTy` in `deriving`. | Patrick Walton | -6/+0 |
| 2014-07-16 | librustc: Implement the fully-expanded, UFCS form of explicit self. | Patrick Walton | -8/+35 |
| 2014-07-16 | syntax: Generalize ToTokens impl for Vec<T> | Ben Gamari | -3/+4 |
| 2014-07-16 | syntax: Add ToTokens for Attribute_ | Ben Gamari | -0/+7 |