| Age | Commit message (Expand) | Author | Lines |
| 2014-01-02 | libsyntax: De-`@mut` `Parser::last_span` | Patrick Walton | -30/+28 |
| 2014-01-02 | libsyntax: De-`@mut` `Parser::span` | Patrick Walton | -49/+51 |
| 2014-01-02 | libsyntax: De-`@mut` `token` in the parser | Patrick Walton | -207/+212 |
| 2014-01-02 | libsyntax: De-`@mut` `quote_depth` in the parser | Patrick Walton | -3/+3 |
| 2014-01-02 | libsyntax: Make the parser mutable | Patrick Walton | -379/+410 |
| 2014-01-01 | Remove `extern mod foo (name="bar")` syntax, closes #9543 | Florian Hahn | -2/+9 |
| 2013-12-19 | Accept trailing commas in struct patterns | Alex Crichton | -2/+7 |
| 2013-12-18 | auto merge of #10915 : alexcrichton/rust/fixes, r=ILyoan | bors | -0/+1 |
| 2013-12-17 | Remove obsolete mutability from ast::Ty | Seo Sanghyeon | -9/+8 |
| 2013-12-15 | Forbid multiple imports in use statements | Alex Crichton | -0/+1 |
| 2013-12-15 | libsyntax: Implement the new `box` syntax for unique pointers. | Patrick Walton | -0/+16 |
| 2013-12-11 | Make 'self lifetime illegal. | Erik Price | -3/+3 |
| 2013-12-11 | auto merge of #10808 : kballard/rust/use-braces, r=alexcrichton | bors | -0/+15 |
| 2013-12-10 | Support imports of the form `use {foo,bar}` | Kevin Ballard | -0/+15 |
| 2013-12-10 | auto merge of #10833 : sfackler/rust/mut-pat, r=brson | bors | -1/+16 |
| 2013-12-10 | Allow ref and mut modifiers for short form field patterns | Steven Fackler | -1/+16 |
| 2013-12-08 | Remove dead codes | Kiet Tran | -100/+0 |
| 2013-12-04 | Revert "libstd: Change `Path::new` to `Path::init`." | Kevin Ballard | -2/+2 |
| 2013-12-03 | Fix the comments for libsyntax::parse::parser::parse_sugary_call_expr | Kevin Ballard | -8/+8 |
| 2013-12-01 | auto merge of #10750 : Blei/rust/no-at-struct-field, r=alexcrichton | bors | -7/+7 |
| 2013-12-01 | ast: Remove one `@` and fix the fallout | Philipp Brüschweiler | -7/+7 |
| 2013-12-01 | Box Block, fn_decl, variant and Ty in the AST, as they were inflating critica... | Eduard Burtescu | -62/+78 |
| 2013-11-29 | libstd: Change `Path::new` to `Path::init`. | Patrick Walton | -2/+2 |
| 2013-11-28 | Register new snapshots | Alex Crichton | -42/+39 |
| 2013-11-27 | Freeze the AST by removing a couple of unused @mut ~[T] from token_tree. | Eduard Burtescu | -2/+2 |
| 2013-11-26 | libsyntax: Remove all non-`proc` `do` syntax. | Patrick Walton | -25/+21 |
| 2013-11-26 | libsyntax: Remove the old-style borrowed closure type syntax from the | Patrick Walton | -1/+2 |
| 2013-11-26 | Removed unneccessary `_iter` suffixes from various APIs | Marvin Löbel | -1/+1 |
| 2013-11-25 | auto merge of #10628 : huonw/rust/3614, r=alexcrichton | bors | -7/+17 |
| 2013-11-25 | syntax: parse inner attributes on impls. | Huon Wilson | -7/+17 |
| 2013-11-24 | Add a note for unclosed delimiters | Corey Richardson | -9/+7 |
| 2013-11-20 | auto merge of #10567 : sanxiyn/rust/bytepos, r=alexcrichton | bors | -1/+1 |
| 2013-11-20 | Make BytePos 32-bit | Seo Sanghyeon | -1/+1 |
| 2013-11-19 | libsyntax: Change all uses of `&fn` to `||`. | Patrick Walton | -46/+53 |
| 2013-11-18 | libsyntax: Remove `~fn()` from the language | Patrick Walton | -2/+4 |
| 2013-11-18 | Use '..' as slice wildcard in vectors | Brian Anderson | -11/+29 |
| 2013-11-18 | Use '..' as multi-field wildcard in enums and structs. | Brian Anderson | -1/+16 |
| 2013-11-11 | Fix path parsing | Seo Sanghyeon | -4/+0 |
| 2013-11-08 | Generalize AST and ty::Generics to accept multiple lifetimes. | Niko Matsakis | -40/+15 |
| 2013-11-04 | libsyntax/librustc: Allow calling variadic foreign functions. | Luqman Aden | -19/+62 |
| 2013-10-31 | librustc: Implement `|A| -> B` syntax for closures and make bare `fn` | Patrick Walton | -31/+155 |
| 2013-10-29 | auto merge of #10134 : reedlepee123/rust/priv_fields, r=brson | bors | -7/+4 |
| 2013-10-29 | librustc: Implement the `proc` type as sugar for `~once fn` and `proc` | Patrick Walton | -1/+56 |
| 2013-10-29 | removed extra line | reedlepee | -1/+0 |
| 2013-10-29 | Indentation | reedlepee | -1/+1 |
| 2013-10-29 | updated the places where the struct is created #7427 | reedlepee | -2/+3 |
| 2013-10-29 | Changed name to non_copyable #7427 | reedlepee | -1/+1 |
| 2013-10-29 | Added the comment #7427 | reedlepee | -1/+1 |
| 2013-10-29 | Replaced empty destructors with NonCopyable #7427 | reedlepee | -5/+2 |
| 2013-10-28 | Field identifiers now include specific spans (Closes #8263). | Joshua Yanovski | -1/+2 |