| Age | Commit message (Expand) | Author | Lines |
| 2019-07-22 | Rollup merge of #62870 - matklad:issue-62863, r=petrochenkov | Mazdak Farrokhzad | -1/+1 |
| 2019-07-22 | fix lexing of comments with many \r | Aleksey Kladov | -1/+1 |
| 2019-07-21 | Fix typo in Unicode character name | Andrew Dassonville | -1/+1 |
| 2019-07-20 | Introduce rustc_lexer | Aleksey Kladov | -1251/+536 |
| 2019-07-20 | Auto merge of #62008 - ia0:issues_61053, r=petrochenkov | bors | -67/+683 |
| 2019-07-19 | Implement checks for meta-variables in macros | Julien Cretin | -46/+650 |
| 2019-07-19 | Remember the span of the Kleene operator in macros | Julien Cretin | -21/+33 |
| 2019-07-19 | Adjust other names after the `Mark` renaming | Vadim Petrochenkov | -35/+35 |
| 2019-07-19 | libsyntax: Remove `Mark` into `ExpnId` | Vadim Petrochenkov | -25/+25 |
| 2019-07-18 | Auto merge of #61749 - davidtwco:rfc-2203-const-array-repeat-exprs, r=eddyb | bors | -2/+5 |
| 2019-07-16 | Rollup merge of #62703 - fakenine:normalize_use_of_backticks_compiler_message... | Mark Rousskov | -3/+3 |
| 2019-07-16 | Rollup merge of #62666 - estebank:preempt-ice, r=eddyb | Mark Rousskov | -8/+9 |
| 2019-07-15 | Rollup merge of #62668 - goodmanjonathan:fix-62660, r=estebank | Mark Rousskov | -1/+1 |
| 2019-07-15 | Rollup merge of #62646 - estebank:wording, r=petrochenkov | Mark Rousskov | -3/+3 |
| 2019-07-16 | normalize use of backticks in compiler messages for libsyntax/parse | Samy Kacimi | -3/+3 |
| 2019-07-15 | pprust: Support `macro` macros | Vadim Petrochenkov | -8/+23 |
| 2019-07-15 | pprust: Fix formatting regressions from the previous commits | Vadim Petrochenkov | -11/+14 |
| 2019-07-15 | pprust: Do not convert attributes into `MetaItem`s for printing | Vadim Petrochenkov | -15/+11 |
| 2019-07-15 | pprust: Remove the box from `print_tts` | Vadim Petrochenkov | -2/+4 |
| 2019-07-15 | pprust: Use `print_mac_common` for delimited token groups | Vadim Petrochenkov | -28/+44 |
| 2019-07-15 | pprust: Use `print_mac_common` for attributes | Vadim Petrochenkov | -4/+18 |
| 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 |