| Age | Commit message (Expand) | Author | Lines |
| 2018-12-10 | Remove `tokenstream::Delimited`. | Nicholas Nethercote | -32/+31 |
| 2018-12-08 | Auto merge of #56578 - alexreg:cosmetic-1, r=alexreg | bors | -20/+20 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -20/+20 |
| 2018-12-07 | use top level `fs` functions where appropriate | Andy Russell | -54/+47 |
| 2018-12-07 | Unsupport `#[derive(Trait)]` sugar for `#[derive_Trait]` legacy plugin attrib... | Vadim Petrochenkov | -21/+0 |
| 2018-12-06 | Rollup merge of #56426 - petrochenkov:syntweak, r=nikomatsakis | Pietro Albini | -12/+9 |
| 2018-12-06 | Auto merge of #54517 - mcr431:53956-panic-on-include_bytes-of-own-file, r=mic... | bors | -7/+11 |
| 2018-12-04 | adds DocTest filename variant, refactors doctest_offset out of source_map, fi... | Matthew Russo | -0/+1 |
| 2018-12-04 | updates all Filename variants to take a fingerprint | Matthew Russo | -4/+4 |
| 2018-12-04 | new_source_file no longer enters duplicate files, expand_include_bytes includ... | Matthew Russo | -3/+6 |
| 2018-12-04 | Remove redundant clone | Shotaro Yamada | -1/+1 |
| 2018-12-04 | Address review comments | Vadim Petrochenkov | -9/+7 |
| 2018-12-04 | syntax: Remove `#[non_exhaustive]` from `Edition` | Vadim Petrochenkov | -1/+0 |
| 2018-12-04 | syntax: Rename some keywords | Vadim Petrochenkov | -2/+2 |
| 2018-12-02 | Remove not used `DotEq` token | yui-knk | -1/+0 |
| 2018-12-01 | Rollup merge of #56268 - nnethercote:fold_opt_expr-recycle, r=petrochenkov | kennytm | -36/+48 |
| 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-20 | Reuse the `P` in `InvocationCollector::fold_{,opt_}expr`. | Nicholas Nethercote | -36/+48 |
| 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 |