| Age | Commit message (Expand) | Author | Lines |
| 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 | -45/+44 |
| 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 | -37/+40 |
| 2014-01-03 | Remove std::either | Alex Crichton | -37/+40 |
| 2014-01-03 | auto merge of #11276 : brson/rust/0.9, r=pcwalton | bors | -1/+1 |
| 2014-01-03 | auto merge of #11228 : sfackler/rust/syntaxenv, r=pcwalton | bors | -247/+129 |
| 2014-01-02 | libsyntax: Fix test and merge fallout. | Patrick Walton | -4/+4 |
| 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 | -34/+32 |
| 2014-01-02 | libsyntax: De-`@mut` `Parser::span` | Patrick Walton | -52/+54 |
| 2014-01-02 | libsyntax: De-`@mut` `token` in the parser | Patrick Walton | -251/+251 |
| 2014-01-02 | libsyntax: De-`@mut` `quote_depth` in the parser | Patrick Walton | -7/+7 |
| 2014-01-02 | libsyntax: Make the parser mutable | Patrick Walton | -487/+518 |
| 2014-01-02 | Bump version to 0.9 | Brian Anderson | -1/+1 |
| 2014-01-02 | auto merge of #10696 : fhahn/rust/issue9543-remove-extern-mod-foo, r=pcwalton | bors | -13/+19 |
| 2014-01-02 | Output columns 1-based. Fixes #10848 | Jan Niklas Hasse | -2/+2 |
| 2014-01-01 | Remove `extern mod foo (name="bar")` syntax, closes #9543 | Florian Hahn | -13/+19 |
| 2014-01-01 | auto merge of #11255 : klutzy/rust/small-cleanup, r=pcwalton | bors | -124/+92 |
| 2014-01-02 | syntax: expand impl_pretty_name to handle more cases. | Huon Wilson | -16/+61 |
| 2014-01-01 | syntax::codemap: Add static DUMMY_SP | klutzy | -23/+20 |
| 2014-01-01 | syntax::diagnostic: Remove @ from Emitter | klutzy | -12/+12 |
| 2014-01-01 | syntax::diagnostic: Remove unnecessary traits | klutzy | -89/+60 |
| 2013-12-30 | Rewrite SyntaxEnv | Steven Fackler | -247/+129 |
| 2013-12-30 | auto merge of #11182 : luisbg/rust/crateid, r=cmr | bors | -55/+55 |
| 2013-12-29 | Remove @muts from ExtCtxt | Steven Fackler | -20/+20 |
| 2013-12-29 | Start passing around &mut ExtCtxt | Steven Fackler | -48/+49 |
| 2013-12-29 | Make ast_fold take &mut self | Steven Fackler | -101/+102 |
| 2013-12-29 | Rename PkgId to CrateId | Luis de Bethencourt | -53/+53 |
| 2013-12-29 | Rename pkgid variables | Luis de Bethencourt | -2/+2 |
| 2013-12-28 | Stop passing duplicate parameters in expand | Steven Fackler | -128/+92 |
| 2013-12-28 | Remove unecessary extern "Rust" specifiers | Steven Fackler | -17/+8 |
| 2013-12-28 | Stop using @ExtCtxt | Steven Fackler | -138/+138 |
| 2013-12-26 | Register new snapshots | Alex Crichton | -2/+0 |
| 2013-12-24 | Test fixes and rebase problems | Alex Crichton | -1/+0 |
| 2013-12-24 | green: Rip the bandaid off, introduce libgreen | Alex Crichton | -2/+2 |
| 2013-12-22 | auto merge of #11064 : huonw/rust/vec-sort, r=alexcrichton | bors | -3/+1 |
| 2013-12-22 | std::vec: make the sorting closure use `Ordering` rather than just being | Huon Wilson | -5/+1 |
| 2013-12-20 | auto merge of #11077 : alexcrichton/rust/crate-id, r=cmr | bors | -0/+24 |