| Age | Commit message (Expand) | Author | Lines |
| 2020-01-30 | Suggest path separator for single-colon typos | Rob Pilling | -1/+17 |
| 2020-01-30 | suggest adding space in accidental doc comments | Andy Russell | -2/+19 |
| 2020-01-30 | Change Applicability to `HasPlaceholders` | Yuki Okushi | -1/+1 |
| 2020-01-30 | Use `P` for `NtMeta`. | Nicholas Nethercote | -1/+1 |
| 2020-01-30 | Use `P` for `NtTraitItem`, `NtImplItem`, and `NtForeignItem`. | Nicholas Nethercote | -19/+19 |
| 2020-01-29 | Avoid ICE in macro's diagnostics | Yuki Okushi | -17/+23 |
| 2020-01-21 | Rollup merge of #68140 - ecstatic-morse:const-trait-bound-opt-out, r=oli-obk | Mazdak Farrokhzad | -20/+16 |
| 2020-01-20 | Parse `?const ?Trait` | Dylan MacKenzie | -18/+5 |
| 2020-01-20 | Add `MaybeConst` variant to `{ast,hir}::TraitBoundModifier` | Dylan MacKenzie | -9/+24 |
| 2020-01-19 | Store `impl const` in `ItemKind::Impl` | Dylan MacKenzie | -12/+4 |
| 2020-01-19 | Add `constness` field to `ast::ItemKind::Impl` | Dylan MacKenzie | -0/+2 |
| 2020-01-20 | Rollup merge of #68353 - Centril:code-liberation, r=petrochenkov | Dylan DPC | -8/+0 |
| 2020-01-18 | remove rustc_error_codes deps except in rustc_driver | Mazdak Farrokhzad | -8/+0 |
| 2020-01-18 | slice_patterns: remove internal uses of gate | Mazdak Farrokhzad | -1/+1 |
| 2020-01-17 | Use named fields for `ast::ItemKind::Impl` | Dylan MacKenzie | -10/+10 |
| 2020-01-16 | Rollup merge of #68096 - varkor:diagnostic-cleanup, r=Centril | Dylan DPC | -4/+4 |
| 2020-01-15 | remove redundant clones, found by clippy | Matthias Krüger | -1/+1 |
| 2020-01-13 | Rollup merge of #68135 - calebcartwright:rustc-parse-visibilities, r=Centril | Yuki Okushi | -8/+17 |
| 2020-01-12 | Fix formatting ellipses at the end of some diagnostics | varkor | -2/+2 |
| 2020-01-12 | Add backticks in appropriate places | varkor | -2/+2 |
| 2020-01-12 | Rollup merge of #68108 - varkor:chained-comparison-suggestions, r=Centril | Mazdak Farrokhzad | -32/+93 |
| 2020-01-11 | restore some rustc_parse visibilities | Caleb Cartwright | -8/+17 |
| 2020-01-11 | Rollup merge of #68120 - Centril:ban-range-to-dotdotdot, r=oli-obk | Mazdak Farrokhzad | -4/+24 |
| 2020-01-11 | Ban `...X` pats, harden tests, and improve diagnostics. | Mazdak Farrokhzad | -4/+24 |
| 2020-01-11 | Rollup merge of #68084 - estebank:ice-68000, r=varkor | Mazdak Farrokhzad | -12/+9 |
| 2020-01-11 | nix syntax::early_buffered_lints | Mazdak Farrokhzad | -2/+3 |
| 2020-01-11 | simplify feature_err imports | Mazdak Farrokhzad | -2/+1 |
| 2020-01-11 | get_features -> rustc_parse::config | Mazdak Farrokhzad | -6/+177 |
| 2020-01-11 | Add suggestions when encountering chained comparisons | varkor | -32/+93 |
| 2020-01-11 | Rollup merge of #68050 - Centril:canon-error, r=Mark-Simulacrum | Yuki Okushi | -2/+1 |
| 2020-01-10 | Change `next_point` when `shrink_to_hi` is more appropriate | Esteban Küber | -11/+8 |
| 2020-01-10 | nix syntax::errors & prefer rustc_errors over errors | Mazdak Farrokhzad | -2/+1 |
| 2020-01-10 | Introduce `#![feature(half_open_range_patterns)]`. | Mazdak Farrokhzad | -195/+134 |
| 2020-01-09 | Do not ICE on unicode next point | Esteban Küber | -1/+1 |
| 2020-01-10 | Rollup merge of #68073 - Centril:fix-68062, r=estebank | Mazdak Farrokhzad | -1/+1 |
| 2020-01-10 | Rollup merge of #68071 - estebank:ice-67995, r=Centril | Mazdak Farrokhzad | -2/+6 |
| 2020-01-09 | Reject `const` in inherent impls | Dylan MacKenzie | -3/+12 |
| 2020-01-09 | Parse `?const Trait` bound syntax | Dylan MacKenzie | -14/+77 |
| 2020-01-09 | Parse `impl const Trait for Ty` syntax | Dylan MacKenzie | -3/+11 |
| 2020-01-09 | Extend support of `_` in type parameters | Esteban Küber | -2/+6 |
| 2020-01-09 | expect `fn` after `const unsafe` / `const extern` | Mazdak Farrokhzad | -1/+1 |
| 2020-01-08 | - remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!} | Mazdak Farrokhzad | -8/+5 |
| 2020-01-04 | Rollup merge of #67835 - euclio:delimiter-wording, r=Centril | Mazdak Farrokhzad | -9/+9 |
| 2020-01-04 | Rollup merge of #67786 - Centril:canon-span, r=petrochenkov | Mazdak Farrokhzad | -2/+2 |
| 2020-01-03 | tweak wording of mismatched delimiter errors | Andy Russell | -9/+9 |
| 2020-01-03 | Rollup merge of #67807 - lzutao:toilet-closure, r=Centril | Yuki Okushi | -2/+2 |
| 2020-01-02 | Normalize `syntax::edition` imports. | Mazdak Farrokhzad | -1/+1 |
| 2020-01-02 | Normalize `syntax::source_map` imports. | Mazdak Farrokhzad | -1/+1 |
| 2020-01-02 | Use drop instead of the toilet closure `|_| ()` | Lzu Tao | -2/+2 |
| 2020-01-01 | Rename `syntax_pos` to `rustc_span` in source code | Vadim Petrochenkov | -34/+34 |