| Age | Commit message (Expand) | Author | Lines |
| 2018-11-27 | remove some unused vars | Mark Mansi | -6/+6 |
| 2018-11-27 | remove feature gate | Mark Mansi | -39/+7 |
| 2018-11-27 | Auto merge of #55402 - estebank:macro-eof-2, r=nikomatsakis | bors | -14/+54 |
| 2018-11-23 | Reword EOF in macro arm message | Esteban Küber | -1/+4 |
| 2018-11-23 | Keep label on moved spans and point at macro invocation on parse error | Esteban Küber | -8/+12 |
| 2018-11-23 | Point at macro arm when it doesn't expand to an expression | Esteban Küber | -3/+7 |
| 2018-11-23 | Reword incorrect macro invocation primary label | Esteban Küber | -8/+20 |
| 2018-11-23 | Add label when replacing primary DUMMY_SP in macro expansion | Esteban Küber | -0/+1 |
| 2018-11-23 | Point at end of macro arm when encountering EOF | Esteban Küber | -2/+18 |
| 2018-11-21 | macro_literal_matcher: fixes per petrochenkov's review | Dan Aloni | -3/+3 |
| 2018-11-21 | Stabilize macro_literal_matcher | Dan Aloni | -18/+13 |
| 2018-11-18 | resolve: Check resolution consistency for import paths and multi-segment macr... | Vadim Petrochenkov | -0/+7 |
| 2018-11-13 | Rollup merge of #55870 - waywardmonkeys:typo-fixes, r=wesleywiser | kennytm | -2/+2 |
| 2018-11-12 | Make `MatcherPos::stack` a `SmallVec`. | Niko Matsakis | -34/+57 |
| 2018-11-11 | Fix typos. | Bruce Mitchener | -2/+2 |
| 2018-11-08 | Rollup merge of #55777 - nnethercote:less-P-in-ast, r=petrochenkov | Mark Rousskov | -4/+4 |
| 2018-11-08 | Use `Lit` rather than `P<Lit>` in `ast::ExprKind`. | Nicholas Nethercote | -4/+4 |
| 2018-11-07 | Rollup merge of #55734 - teresy:shorthand-fields, r=davidtwco | kennytm | -1/+1 |
| 2018-11-06 | refactor: use shorthand fields | teresy | -1/+1 |
| 2018-11-05 | Auto merge of #55451 - estebank:arg-doc, r=pnkfelix | bors | -3/+3 |
| 2018-11-03 | Added support for trait aliases as object types. | Alexander Regueiro | -1/+1 |
| 2018-11-01 | Rollup merge of #55558 - nnethercote:tweak-MatcherPos-matches, r=petrochenkov | Pietro Albini | -6/+13 |
| 2018-11-01 | Rollup merge of #55542 - ljedrz:syntax_alloc_improvements, r=kennytm | Pietro Albini | -0/+2 |
| 2018-11-01 | Use `SmallVec` for the inner vectors in `MatcherPos::matches`. | Nicholas Nethercote | -5/+7 |
| 2018-11-01 | Share empty `Vec`s more within `MatcherPos::matches`. | Nicholas Nethercote | -4/+9 |
| 2018-10-31 | syntax: improve a few allocations | ljedrz | -0/+2 |
| 2018-10-31 | use String::from() instead of format!() macro to construct Strings. | Matthias Krüger | -1/+1 |
| 2018-10-28 | Provide specific label for patern parsing error | Esteban Küber | -3/+3 |
| 2018-10-26 | Auto merge of #54929 - csmoe:cfg_lint, r=petrochenkov | bors | -1/+1 |
| 2018-10-26 | Rollup merge of #55358 - sinkuu:redundant_clone2, r=estebank | kennytm | -4/+3 |
| 2018-10-26 | Rollup merge of #55301 - estebank:macro-allowed, r=petrochenkov | kennytm | -44/+94 |
| 2018-10-26 | Rollup merge of #55298 - estebank:macro-def, r=pnkfelix | kennytm | -13/+39 |
| 2018-10-26 | Rollup merge of #55292 - estebank:macro-eof, r=pnkfelix | kennytm | -5/+28 |
| 2018-10-26 | Remove redundant clone | Shotaro Yamada | -4/+3 |
| 2018-10-26 | Give each PathSegment a NodeId | Nick Cameron | -2/+6 |
| 2018-10-25 | List allowed tokens after macro fragments | Esteban Küber | -44/+94 |
| 2018-10-25 | Rollup merge of #54977 - estebank:macro-arg-parse, r=pnkfelix | Pietro Albini | -1/+2 |
| 2018-10-24 | Fix incorrect semicolon suggestion | Esteban Küber | -1/+3 |
| 2018-10-24 | Point to macro def span instead of whole body | Esteban Küber | -1/+1 |
| 2018-10-23 | Point at macro definition when no rules expect token | Esteban Küber | -13/+39 |
| 2018-10-23 | Modify invalid macro in expression context diagnostic | Esteban Küber | -4/+20 |
| 2018-10-23 | Add macro call span when lacking any other span in diagnostic | Esteban Küber | -1/+6 |
| 2018-10-20 | handle errors based on parse_sess | csmoe | -1/+1 |
| 2018-10-12 | Add missing lifetime fragment specifier to error message. | Eric Huss | -5/+6 |
| 2018-10-10 | Accept `Option<Box<$t:ty>>` in macro argument | Esteban Küber | -1/+2 |
| 2018-10-05 | Rollup merge of #54833 - abonander:issue-54441, r=petrochenkov | Pietro Albini | -3/+1 |
| 2018-10-05 | Auto merge of #54336 - petrochenkov:preuni, r=alexcrichton | bors | -43/+30 |
| 2018-10-05 | make `Parser::parse_foreign_item()` return a foreign item or error | Austin Bonander | -3/+1 |
| 2018-10-05 | expansion: Remove restriction on use of macro attributes with test/bench | Vadim Petrochenkov | -43/+30 |
| 2018-10-02 | Merge the `proc_macro_` expansion feature gates into a single `proc_macro_hyg... | jeb | -13/+10 |