| Age | Commit message (Expand) | Author | Lines |
| 2014-01-03 | libsyntax: De-`@mut` `CodeMap::files` | Patrick Walton | -1/+4 |
| 2014-01-03 | libsyntax: De-`@mut` `name_idx` | Patrick Walton | -7/+8 |
| 2014-01-03 | librustc: De-`@mut` the span handler | Patrick Walton | -10/+10 |
| 2014-01-03 | libsyntax: De-`@mut` `StringReader`, `TtReader`, and `reader` | Patrick Walton | -59/+58 |
| 2014-01-03 | libsyntax: De-`@mut` `TtReader::cur_span` | Patrick Walton | -2/+2 |
| 2014-01-03 | libsyntax: De-`@mut` `TtReader::cur_tok` | Patrick Walton | -2/+5 |
| 2014-01-03 | libsyntax: De-`@mut` `StringReader::peek_span` | Patrick Walton | -9/+10 |
| 2014-01-03 | libsyntax: De-`@mut` `StringReader::peek_tok` | Patrick Walton | -10/+13 |
| 2014-01-03 | libsyntax: De-`@mut` `StringReader::curr` | Patrick Walton | -76/+80 |
| 2014-01-03 | libsyntax: De-`@mut` `StringReader::col` | Patrick Walton | -7/+7 |
| 2014-01-03 | libsyntax: De-`@mut` `StringReader::last_pos` | Patrick Walton | -48/+54 |
| 2014-01-03 | libsyntax: De-`@mut` `StringReader::pos` | Patrick Walton | -13/+14 |
| 2014-01-03 | librustc: De-`@mut` the parse session | Patrick Walton | -28/+28 |
| 2014-01-03 | libsyntax: De-`@mut` `ParseSess::included_mod_stack` | Patrick Walton | -16/+29 |
| 2014-01-03 | auto merge of #11149 : alexcrichton/rust/remove-either, r=brson | bors | -13/+13 |
| 2014-01-03 | Remove std::either | Alex Crichton | -13/+13 |
| 2014-01-02 | libsyntax: Fix test and merge fallout. | Patrick Walton | -3/+3 |
| 2014-01-02 | libsyntax: Long line | Patrick Walton | -1/+2 |
| 2014-01-02 | libsyntax: Remove increasingly inaccurate comment | Patrick Walton | -1/+0 |
| 2014-01-02 | libsyntax: De-`@mut` `Parser::open_braces` | Patrick Walton | -5/+9 |
| 2014-01-02 | libsyntax: De-`@mut` `Parser::mod_path_stack` | Patrick Walton | -4/+3 |
| 2014-01-02 | libsyntax: De-`@mut` `Parser::obsolete_set` | Patrick Walton | -2/+2 |
| 2014-01-02 | libsyntax: De-`@mut` `Parser::restriction` | Patrick Walton | -7/+7 |
| 2014-01-02 | libsyntax: De-`@mut` `Parser::tokens_consumed` | Patrick Walton | -3/+3 |
| 2014-01-02 | libsyntax: De-`@mut` `Parser::buffer_start` and `Parser::buffer_end` | Patrick Walton | -13/+13 |
| 2014-01-02 | libsyntax: De-`@mut` `Parser::buffer` | Patrick Walton | -3/+3 |
| 2014-01-02 | libsyntax: De-`@mut` `Parser::last_token` | Patrick Walton | -3/+3 |
| 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 |