| Age | Commit message (Expand) | Author | Lines |
| 2014-01-03 | libsyntax: De-`@mut` the resolve table | Patrick Walton | -5/+8 |
| 2014-01-03 | libsyntax: De-`@mut` the handler | Patrick Walton | -16/+16 |
| 2014-01-03 | libsyntax: De-`@mut` `HandlerT::err_count` | Patrick Walton | -7/+8 |
| 2014-01-03 | libsyntax: De-`@mut` `TtFrame` | Patrick Walton | -7/+7 |
| 2014-01-03 | libsyntax: De-`@mut` `TtFrame::idx` | Patrick Walton | -14/+14 |
| 2014-01-03 | librustc: De-`@mut` all writers | Patrick Walton | -17/+38 |
| 2014-01-03 | librustc: De-`@mut` (and de-`@`) the pretty printer | Patrick Walton | -411/+435 |
| 2014-01-03 | librustc: De-`@mut` the span handler | Patrick Walton | -43/+38 |
| 2014-01-03 | libsyntax: De-`@mut` `StringReader`, `TtReader`, and `reader` | Patrick Walton | -87/+77 |
| 2014-01-03 | libsyntax: De-`@mut` `TtReader::stack` | Patrick Walton | -24/+24 |
| 2014-01-03 | libsyntax: De-`@mut` `TtReader::cur_span` | Patrick Walton | -12/+13 |
| 2014-01-03 | libsyntax: De-`@mut` `TtReader::cur_tok` | Patrick Walton | -10/+14 |
| 2014-01-03 | libsyntax: De-`@mut` `TtReader::repeat_len` | Patrick Walton | -5/+8 |
| 2014-01-03 | libsyntax: De-`@mut` `TtReader::repeat_idx` | Patrick Walton | -17/+29 |
| 2014-01-03 | libsyntax: De-`@mut` `TtReader::interpolations` | Patrick Walton | -4/+9 |
| 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 | -49/+48 |
| 2014-01-03 | libsyntax: De-`@mut` `ParseSess::included_mod_stack` | Patrick Walton | -16/+29 |
| 2014-01-03 | auto merge of #11264 : am0d/rust/crate_type_lint, r=alexcrichton | bors | -6/+35 |
| 2014-01-03 | auto merge of #11149 : alexcrichton/rust/remove-either, r=brson | bors | -341/+114 |
| 2014-01-03 | Fix windows dist script | Brian Anderson | -1/+2 |
| 2014-01-03 | Change rmake and doc-test to support TESTNAME | Alex Crichton | -0/+5 |
| 2014-01-03 | Remove std::either | Alex Crichton | -341/+114 |
| 2014-01-03 | auto merge of #11276 : brson/rust/0.9, r=pcwalton | bors | -12/+12 |
| 2014-01-03 | auto merge of #11275 : matt-auld/rust/update_readme, r=pcwalton | bors | -2/+2 |
| 2014-01-03 | auto merge of #11262 : alexcrichton/rust/issue-11259, r=pcwalton | bors | -1/+9 |
| 2014-01-03 | auto merge of #11228 : sfackler/rust/syntaxenv, r=pcwalton | bors | -247/+129 |
| 2014-01-03 | auto merge of #10861 : alexcrichton/rust/iostr, r=pcwalton | bors | -24/+73 |
| 2014-01-03 | Add read_to_str and write_{str, line} | Alex Crichton | -24/+73 |
| 2014-01-02 | auto merge of #11093 : alexcrichton/rust/issue-11085, r=pcwalton | bors | -1/+92 |
| 2014-01-02 | Abort on double-failure. #910 | Brian Anderson | -1/+7 |
| 2014-01-02 | auto merge of #11226 : pcwalton/rust/mutable-parser, r=pcwalton | bors | -847/+881 |
| 2014-01-03 | fixup! libstd: Always inline all byteswap functions | Carl-Anton Ingmarsson | -27/+27 |
| 2014-01-02 | libsyntax: Fix test and merge fallout. | Patrick Walton | -4/+4 |
| 2014-01-02 | auto merge of #10828 : SimonSapin/rust/ascii_opt, r=pcwalton | bors | -36/+70 |
| 2014-01-02 | libstd: Always inline all byteswap functions | Carl-Anton Ingmarsson | -27/+27 |
| 2014-01-02 | libextra: Add benchmarks for ebml::reader::vuint_at() | Carl-Anton Ingmarsson | -0/+84 |
| 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 |