| Age | Commit message (Expand) | Author | Lines |
| 2022-03-31 | Rollup merge of #95497 - nyurik:compiler-spell-comments, r=compiler-errors | Dylan DPC | -3/+3 |
| 2022-03-31 | Rollup merge of #95251 - GrishaVar:hashes-u16-to-u8, r=dtolnay | Dylan DPC | -3/+1 |
| 2022-03-30 | Addressed comments by @compiler-errors and @bjorn3 | Yuri Astrakhan | -1/+1 |
| 2022-03-30 | Spellchecking compiler comments | Yuri Astrakhan | -3/+3 |
| 2022-03-30 | Update error message & remove outdated test comment | Grisha Vartanyan | -3/+1 |
| 2022-03-30 | Rollup merge of #95461 - nyurik:spelling, r=lcnr | Dylan DPC | -5/+5 |
| 2022-03-30 | Spellchecking some comments | Yuri Astrakhan | -5/+5 |
| 2022-03-28 | Rollup merge of #95318 - rust-lang:notriddle/issue-95208, r=wesleywiser | Dylan DPC | -0/+29 |
| 2022-03-28 | Rollup merge of #95301 - nnethercote:rm-NtTT, r=petrochenkov | Dylan DPC | -14/+24 |
| 2022-03-27 | Make fatal DiagnosticBuilder yield never | Michael Goulet | -12/+20 |
| 2022-03-28 | Remove `Nonterminal::NtTT`. | Nicholas Nethercote | -14/+24 |
| 2022-03-27 | Auto merge of #94495 - estebank:missing-closing-gt, r=jackh726 | bors | -1/+34 |
| 2022-03-27 | Handle `,` to `;` substitution in arg params | Esteban Kuber | -0/+17 |
| 2022-03-27 | Provide suggestion for missing `>` in a type parameter list | Esteban Kuber | -1/+17 |
| 2022-03-26 | Auto merge of #95149 - cjgillot:once-diag, r=estebank | bors | -4/+4 |
| 2022-03-25 | diagnostics: correct generic bounds with doubled colon | Michael Howell | -0/+29 |
| 2022-03-23 | Rollup merge of #95212 - TaKO8Ki:replace-this-clone-with-this-create-snapshot... | Dylan DPC | -2/+2 |
| 2022-03-22 | Auto merge of #95215 - Dylan-DPC:rollup-l9f9t7l, r=Dylan-DPC | bors | -4/+8 |
| 2022-03-23 | replace `this.clone()` with `this.create_snapshot_for_diagnostic()` | Takayuki Maeda | -2/+2 |
| 2022-03-22 | Auto merge of #94693 - nnethercote:parser-inlining, r=petrochenkov | bors | -12/+33 |
| 2022-03-22 | cancel a not emitted error after parsing const generic args | Takayuki Maeda | -4/+8 |
| 2022-03-22 | Split `TokenCursor::{next,next_desugared}` into inlined and non-inlined halves. | Nicholas Nethercote | -10/+24 |
| 2022-03-22 | Split `Parser::bump_with` into inlined and non-inlined halves. | Nicholas Nethercote | -2/+9 |
| 2022-03-21 | Auto merge of #95104 - compiler-errors:remove-ascription, r=davidtwco | bors | -6/+35 |
| 2022-03-20 | Rollup merge of #95135 - TaKO8Ki:fix-not-emitted-unmatched-angle-bracket-erro... | Matthias Krüger | -1/+1 |
| 2022-03-20 | Take &mut Diagnostic in emit_diagnostic. | Camille GILLOT | -4/+4 |
| 2022-03-20 | fix a not emitted unmatched angle bracket error | Takayuki Maeda | -1/+1 |
| 2022-03-18 | suggest removing type ascription in bad position | Michael Goulet | -6/+35 |
| 2022-03-18 | use `self.create_snapshot_for_diagnostic` instead of `self.clone()` | Takayuki Maeda | -5/+6 |
| 2022-03-17 | Rollup merge of #94960 - codehorseman:master, r=oli-obk | Dylan DPC | -1/+1 |
| 2022-03-17 | Rollup merge of #94731 - TaKO8Ki:const-generic-expr-recovery, r=davidtwco,oli... | Dylan DPC | -36/+88 |
| 2022-03-17 | Rollup merge of #93222 - mark-i-m:errorreported, r=oli-obk | Dylan DPC | -4/+4 |
| 2022-03-17 | Rollup merge of #91133 - terrarier2111:unsafe-diagnostic, r=jackh726 | Dylan DPC | -3/+25 |
| 2022-03-16 | rustc_error: make ErrorReported impossible to construct | mark | -4/+4 |
| 2022-03-16 | resolve the conflict in compiler/rustc_session/src/parse.rs | codehorseman | -1/+1 |
| 2022-03-15 | use `format_args_capture` in some parts of rustc_parse | Takayuki Maeda | -61/+60 |
| 2022-03-15 | Auto merge of #94584 - pnkfelix:inject-use-suggestion-sites, r=ekuber | bors | -5/+8 |
| 2022-03-12 | Auto merge of #94865 - notriddle:notriddle/single-colon-path-not-const-generi... | bors | -0/+13 |
| 2022-03-12 | Use consistent prose for `::` | Michael Howell | -1/+1 |
| 2022-03-11 | diagnostics: single colon within `<>` probably, not type ascription | Michael Howell | -0/+13 |
| 2022-03-11 | Rollup merge of #94839 - TaKO8Ki:suggest-using-double-colon-for-struct-field-... | Dylan DPC | -0/+10 |
| 2022-03-11 | fix a suggestion message | Takayuki Maeda | -1/+1 |
| 2022-03-11 | suggest using double colon when using single colon in struct field type path | Takayuki Maeda | -0/+10 |
| 2022-03-10 | replace `self.clone()` with `self.create_snapshot_for_diagnostic()` | Takayuki Maeda | -36/+36 |
| 2022-03-10 | add doc comments | Takayuki Maeda | -5/+14 |
| 2022-03-09 | implement `SnapshotParser` struct | Takayuki Maeda | -6/+33 |
| 2022-03-09 | take over unclosed_delims | Takayuki Maeda | -0/+1 |
| 2022-03-09 | remove an unnecessary comment | Takayuki Maeda | -1/+0 |
| 2022-03-09 | implement and use `diagnostic_snapshot` | Takayuki Maeda | -2/+8 |
| 2022-03-09 | initialize unclosed_delims field | Takayuki Maeda | -0/+1 |