| Age | Commit message (Expand) | Author | Lines |
| 2016-11-14 | Fix where clauses parsing | Aleksey Kladov | -1/+1 |
| 2016-11-13 | Auto merge of #37753 - est31:master, r=petrochenkov | bors | -3/+3 |
| 2016-11-13 | Fix empty lifetime list or one with trailing comma being rejected | est31 | -3/+3 |
| 2016-11-10 | syntax: don't fake a block around closures' bodies during parsing. | Eduard Burtescu | -16/+3 |
| 2016-11-04 | Remove field `TtReader::next_tok`. | Jeffrey Seyfried | -2/+2 |
| 2016-11-04 | Improve `tt`-heavy expansion performance. | Jeffrey Seyfried | -1/+8 |
| 2016-11-03 | Move doc comment desugaring into the parser. | Jeffrey Seyfried | -1/+12 |
| 2016-11-03 | Avoid recontructing the `Parser` in `macro_parser.rs`. | Jeffrey Seyfried | -21/+0 |
| 2016-11-03 | Reimplement "macros: Improve `tt` fragments" with better performance. | Jeffrey Seyfried | -18/+61 |
| 2016-11-03 | Reduce the size of `Token` and make it cheaper to clone by refactoring | Jeffrey Seyfried | -159/+68 |
| 2016-11-03 | Clean up `parser.parse_token_tree()`. | Jeffrey Seyfried | -22/+13 |
| 2016-10-31 | Changed most vec! invocations to use square braces | iirelu | -20/+20 |
| 2016-10-29 | Move `CrateConfig` from `Crate` to `ParseSess`. | Jeffrey Seyfried | -119/+44 |
| 2016-10-28 | Auto merge of #37367 - jseyfried:import_crate_root, r=nrc | bors | -4/+9 |
| 2016-10-28 | Rollup merge of #36206 - mcarton:35755, r=pnkfelix | Guillaume Gomez | -0/+11 |
| 2016-10-28 | Fix bad error message with `::<` in types | mcarton | -0/+11 |
| 2016-10-27 | Auto merge of #37245 - goffrie:recovery, r=nrc | bors | -2/+10 |
| 2016-10-26 | Recover out of an enum or struct's braced block. | Geoffry Song | -2/+10 |
| 2016-10-27 | Implement field shorthands in struct literal expressions. | Eduard Burtescu | -8/+21 |
| 2016-10-23 | Support `use *;` and `use ::*;`. | Jeffrey Seyfried | -4/+9 |
| 2016-10-20 | Tweak path parsing logic | Vadim Petrochenkov | -19/+30 |
| 2016-10-20 | Refactor parser lookahead buffer and increase its size | Vadim Petrochenkov | -38/+41 |
| 2016-10-19 | Improve `$crate`. | Jeffrey Seyfried | -21/+7 |
| 2016-10-19 | Rollup merge of #37208 - jseyfried:fix_partially_consumed_tokens_in_macros, r... | Eduard-Mihai Burtescu | -3/+24 |
| 2016-10-18 | Fix some pretty printing tests | Vadim Petrochenkov | -16/+30 |
| 2016-10-17 | Auto merge of #36969 - nnethercote:rename-Parser-fields, r=eddyb | bors | -400/+399 |
| 2016-10-17 | Fix partially consumed tokens in macro matchers. | Jeffrey Seyfried | -3/+24 |
| 2016-10-15 | Auto merge of #37132 - petrochenkov:intern, r=alexcrichton | bors | -10/+3 |
| 2016-10-13 | Get rid of double indirection in string interner by using `Rc<str>` | Vadim Petrochenkov | -10/+3 |
| 2016-10-10 | Avoid allocations in `Decoder::read_str`. | Nicholas Nethercote | -1/+1 |
| 2016-10-05 | Clarify StringReader::bump. | Nicholas Nethercote | -13/+16 |
| 2016-10-05 | Rename StringReader::curr as ch. | Nicholas Nethercote | -99/+99 |
| 2016-10-05 | Rename StringReader::last_pos as pos. | Nicholas Nethercote | -100/+100 |
| 2016-10-05 | Rename StringReader::pos as next_pos. | Nicholas Nethercote | -18/+18 |
| 2016-10-05 | Rename Parser::last_token_kind as prev_token_kind. | Nicholas Nethercote | -17/+17 |
| 2016-10-05 | Rename Parser::last_span as prev_span. | Nicholas Nethercote | -164/+160 |
| 2016-10-03 | Simplify `start_bpos` calculation in scan_comment(). | Nicholas Nethercote | -5/+1 |
| 2016-10-03 | Streamline StringReader::bump. | Nicholas Nethercote | -3/+1 |
| 2016-10-01 | Rollup merge of #34764 - pnkfelix:attrs-on-generic-formals, r=eddyb | Manish Goregaokar | -9/+53 |
| 2016-10-01 | Rollup merge of #36599 - jonas-schievink:whats-a-pirates-favorite-data-struct... | Manish Goregaokar | -3/+3 |
| 2016-09-28 | Rollup merge of #36789 - jseyfried:non_inline_mod_in_block, r=nikomatsakis | Jonathan Turner | -9/+13 |
| 2016-09-28 | Allow non-inline modules in more places. | Jeffrey Seyfried | -9/+13 |
| 2016-09-28 | libsyntax: clearer names for some AST parts | Jonas Schievink | -3/+3 |
| 2016-09-26 | Auto merge of #36764 - jonathandturner:rollup, r=jonathandturner | bors | -263/+222 |
| 2016-09-26 | Rollup merge of #36669 - jseyfried:refactor_tok_result, r=nrc | Jonathan Turner | -11/+0 |
| 2016-09-26 | Rollup merge of #36662 - jseyfried:parse_macro_invoc_paths, r=nrc | Jonathan Turner | -252/+222 |
| 2016-09-26 | Move `ensure_complete_parse` into `expand.rs`. | Jeffrey Seyfried | -14/+0 |
| 2016-09-26 | add unstable_features to ParseSess | Tim Neumann | -0/+3 |
| 2016-09-26 | Refactor `ensure_complete_parse`. | Jeffrey Seyfried | -9/+12 |
| 2016-09-23 | Added tests and fixed corner case for trailing attributes with no attached bi... | Felix S. Klock II | -1/+16 |