| 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 | -223/+221 |
| 2014-01-02 | libsyntax: De-`@mut` `quote_depth` in the parser | Patrick Walton | -4/+4 |
| 2014-01-02 | libsyntax: Make the parser mutable | Patrick Walton | -442/+459 |
| 2014-01-02 | auto merge of #10696 : fhahn/rust/issue9543-remove-extern-mod-foo, r=pcwalton | bors | -2/+15 |
| 2014-01-01 | Remove `extern mod foo (name="bar")` syntax, closes #9543 | Florian Hahn | -2/+15 |
| 2014-01-01 | syntax::codemap: Add static DUMMY_SP | klutzy | -1/+1 |
| 2014-01-01 | syntax::diagnostic: Remove unnecessary traits | klutzy | -11/+11 |
| 2013-12-20 | auto merge of #11077 : alexcrichton/rust/crate-id, r=cmr | bors | -0/+24 |
| 2013-12-20 | rustc: Improve crate id extraction | Alex Crichton | -0/+24 |
| 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/+6 |
| 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/+6 |
| 2013-12-15 | libsyntax: Implement the new `box` syntax for unique pointers. | Patrick Walton | -7/+25 |
| 2013-12-11 | auto merge of #10897 : boredomist/rust/remove-self-lifetime, r=brson | bors | -9/+10 |
| 2013-12-11 | Make 'self lifetime illegal. | Erik Price | -9/+10 |
| 2013-12-11 | auto merge of #10891 : chris-morgan/rust/macroize-(or-should-that-be-macroify... | bors | -271/+161 |
| 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-11 | Separate strict/reserved keywords, derive bounds. | Chris Morgan | -11/+29 |
| 2013-12-11 | Remove the following unused special identifiers: | Chris Morgan | -107/+67 |
| 2013-12-11 | Deduplicate in syntax::parse::token with a macro. | Chris Morgan | -271/+183 |
| 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 | -113/+0 |
| 2013-12-05 | Forbid keywords as lifetime parameters names. | Léo Testard | -1/+11 |
| 2013-12-04 | Rename extra::json::*::init() constructors to *::new() | Kevin Ballard | -1/+1 |
| 2013-12-04 | Revert "libstd: Change `Path::new` to `Path::init`." | Kevin Ballard | -2/+2 |
| 2013-12-04 | auto merge of #10792 : kballard/rust/parse_sugary_call_expr-comments, r=alexc... | bors | -8/+8 |
| 2013-12-04 | std::str: remove from_utf8. | Huon Wilson | -1/+1 |
| 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 | auto merge of #10676 : eddyb/rust/ast-box-in-enums, r=cmr | bors | -78/+92 |
| 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 | -78/+92 |
| 2013-11-30 | auto merge of #10727 : erickt/rust/json, r=huonw | bors | -4/+5 |
| 2013-11-29 | extra: missed a couple `@` in json | Erick Tryzelaar | -1/+1 |
| 2013-11-29 | extra: json::Encoder should take a &mut io::Writer | Erick Tryzelaar | -3/+4 |
| 2013-11-29 | extra: Rename json constructors into *::init | Erick Tryzelaar | -1/+1 |
| 2013-11-29 | libstd: Change `Path::new` to `Path::init`. | Patrick Walton | -2/+2 |
| 2013-11-28 | Register new snapshots | Alex Crichton | -69/+66 |
| 2013-11-27 | Be more strict about doc comments | Corey Richardson | -4/+2 |
| 2013-11-27 | Freeze the AST by removing a couple of unused @mut ~[T] from token_tree. | Eduard Burtescu | -2/+2 |
| 2013-11-26 | auto merge of #10670 : eddyb/rust/node-u32, r=alexcrichton | bors | -6/+6 |
| 2013-11-27 | Shink NodeId, CrateNum, Name and Mrk down to 32 bits on x64. | Eduard Burtescu | -6/+6 |
| 2013-11-26 | libsyntax: Remove all non-`proc` `do` syntax. | Patrick Walton | -40/+34 |
| 2013-11-26 | libsyntax: Remove the old-style borrowed closure type syntax from the | Patrick Walton | -1/+8 |
| 2013-11-26 | Removed unneccessary `_iter` suffixes from various APIs | Marvin Löbel | -7/+7 |