| Age | Commit message (Expand) | Author | Lines |
| 2019-07-15 | pprust: Use `print_mac_common` for `macro_rules` definitions | Vadim Petrochenkov | -26/+16 |
| 2019-07-15 | pprust: Move some methods to the `PrintState` trait | Vadim Petrochenkov | -135/+132 |
| 2019-07-15 | Auto merge of #62670 - estebank:extern-fn-with-body, r=petrochenkov | bors | -15/+62 |
| 2019-07-14 | Auto merge of #62643 - estebank:parse-recovery-type-errs, r=petrochenkov | bors | -2/+4 |
| 2019-07-14 | Auto merge of #62638 - estebank:issue-62554, r=petrochenkov | bors | -19/+14 |
| 2019-07-13 | review comment | Esteban Küber | -1/+1 |
| 2019-07-13 | Detect `fn` with a body in an `extern` block | Esteban Küber | -15/+62 |
| 2019-07-13 | Don't drop DiagnosticBuilder if parsing fails | Jonathan Goodman | -1/+1 |
| 2019-07-13 | Cancel unemitted diagnostics during error recovery | Esteban Küber | -8/+9 |
| 2019-07-13 | Tweak wording in feature gate errors | Esteban Küber | -3/+3 |
| 2019-07-13 | Rollup merge of #62651 - matthewjasper:rustc-macro-hygiene, r=petrochenkov | Mazdak Farrokhzad | -6/+4 |
| 2019-07-13 | Rollup merge of #62604 - estebank:unemitted-err-ice, r=pnkfelix | Mazdak Farrokhzad | -4/+7 |
| 2019-07-13 | Make `register_[long_]diagnostics` hygienic | Matthew Jasper | -4/+4 |
| 2019-07-13 | Make `newtype_index` hygienic and use allow_internal_unstable | Matthew Jasper | -2/+0 |
| 2019-07-12 | Do not emit type errors after parse error in last statement of block | Esteban Küber | -2/+4 |
| 2019-07-12 | Use snippet instead of pprinting statement | Esteban Küber | -19/+14 |
| 2019-07-12 | Rollup merge of #62607 - estebank:this-mem-is-out-of-control, r=petrochenkov | Mazdak Farrokhzad | -2/+3 |
| 2019-07-12 | Rollup merge of #62605 - estebank:emit-dropped-err, r=pnkfelix | Mazdak Farrokhzad | -9/+10 |
| 2019-07-11 | Correctly break out of recovery loop | Esteban Küber | -2/+3 |
| 2019-07-11 | Emit dropped unemitted errors to aid in ICE debugging | Esteban Küber | -9/+10 |
| 2019-07-11 | Handle errors during error recovery gracefully | Esteban Küber | -4/+7 |
| 2019-07-11 | Remove feature gate `dropck_parametricity` completely | Lzu Tao | -12/+2 |
| 2019-07-11 | Address review comments | Vadim Petrochenkov | -9/+10 |
| 2019-07-11 | pretty-print: Merge `print_tts` and `print_tts_ext` | Vadim Petrochenkov | -10/+6 |
| 2019-07-11 | pretty-print: Do not lose the `$crate` printing flag in `print_tt` | Vadim Petrochenkov | -1/+1 |
| 2019-07-11 | Rollup merge of #62476 - petrochenkov:expref, r=matthewjasper | Mazdak Farrokhzad | -348/+234 |
| 2019-07-11 | expand: Move "derive containers" into a separate `InvocationKind` variant | Vadim Petrochenkov | -14/+25 |
| 2019-07-11 | expand: Merge `expand_{bang,attr,derive}_invoc` into a single function | Vadim Petrochenkov | -116/+78 |
| 2019-07-11 | expand: It's always possible to create a dummy AST fragment | Vadim Petrochenkov | -44/+39 |
| 2019-07-11 | hygiene: Make sure each `Mark` has an associated expansion info | Vadim Petrochenkov | -2/+12 |
| 2019-07-11 | hygiene: Introduce a helper method for creating new expansions | Vadim Petrochenkov | -40/+18 |
| 2019-07-11 | expand: Do not overwrite existing `ExpnInfo` when injecting derive markers | Vadim Petrochenkov | -3/+4 |
| 2019-07-11 | resolve/expand: Catch macro kind mismatches early in resolve | Vadim Petrochenkov | -34/+5 |
| 2019-07-11 | resolve/expand: `resolve_macro_invocation` no longer returns determinate errors | Vadim Petrochenkov | -71/+57 |
| 2019-07-11 | resolve: Make proc macro stubs less stubby | Vadim Petrochenkov | -1/+21 |
| 2019-07-11 | hygiene: Reuse `MacroKind` in `ExpnKind` | Vadim Petrochenkov | -19/+11 |
| 2019-07-11 | syntax: Make def-site span mandatory in ExpnInfo/MacroBacktrace/DiagnosticSpa... | Vadim Petrochenkov | -17/+12 |
| 2019-07-11 | expand: Get rid of `resolve_macro_path` | Vadim Petrochenkov | -14/+11 |
| 2019-07-11 | Rename some things in `syntax_pos/hygiene` | Vadim Petrochenkov | -17/+15 |
| 2019-07-11 | Move `MacroKind` into `libsyntax_pos` | Vadim Petrochenkov | -28/+1 |
| 2019-07-11 | Remove `MacroKind::ProcMacroStub` | Vadim Petrochenkov | -3/+0 |
| 2019-07-10 | File is now short enough for tidy | Mark Rousskov | -2/+0 |
| 2019-07-10 | Remove writer function from PrintState | Mark Rousskov | -37/+32 |
| 2019-07-10 | Use constant instead of magic number | Mark Rousskov | -1/+1 |
| 2019-07-10 | Remove needless indent arguments | Mark Rousskov | -12/+9 |
| 2019-07-10 | Move pp::Printer helpers to direct impl | Mark Rousskov | -49/+51 |
| 2019-07-10 | Rename is_bol -> is_beginning_of_line | Mark Rousskov | -10/+9 |
| 2019-07-10 | Remove needless indirection in bclose | Mark Rousskov | -6/+2 |
| 2019-07-10 | Drop length from Token::String | Mark Rousskov | -12/+15 |
| 2019-07-10 | Rename pretty_print_* to scan_* to follow naming in the paper | Mark Rousskov | -11/+11 |