| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-03-08 | suggest adding `{ .. }` around a const function with arguments | Takayuki Maeda | -0/+9 |
| 2022-03-07 | diagnostics: only talk about `Cargo.toml` if running under Cargo | Michael Howell | -6/+3 |
| 2022-03-06 | Auto merge of #90076 - jackh726:wherethewhere, r=nikomatsakis | bors | -53/+29 |
| 2022-03-05 | Change syntax for TyAlias where clauses | Jack Huey | -53/+29 |
| 2022-03-05 | Rollup merge of #94633 - TaKO8Ki:suggest-removing-semicolon-after-derive-attr... | Ralf Jung | -0/+10 |
| 2022-03-06 | suggest removing a semicolon after derive attributes | Takayuki Maeda | -0/+10 |
| 2022-03-04 | Do not recover from `Ty?` in macro parsing | Esteban Kuber | -15/+27 |
| 2022-03-03 | Adjusted diagnostic output so that if there is no `use` in a item sequence, | Felix S. Klock II | -1/+4 |
| 2022-03-03 | Associate multiple with a crate too. | Felix S. Klock II | -3/+2 |
| 2022-03-03 | refactor: prepare to associate multiple spans with a module. | Felix S. Klock II | -3/+4 |
| 2022-03-02 | rename ErrorReported -> ErrorGuaranteed | mark | -26/+28 |
| 2022-02-28 | Rollup merge of #94445 - c410-f3r:more-let-chains, r=cjgillot | Matthias Krüger | -76/+72 |
| 2022-02-28 | Tweak diagnostics | Esteban Kuber | -54/+150 |
| 2022-02-28 | 4 - Make more use of `let_chains` | Caio | -76/+72 |
| 2022-02-25 | Suggest {} around more bad const generic exprs | Michael Goulet | -18/+40 |
| 2022-02-25 | Rollup merge of #94344 - notriddle:notriddle/suggest-parens-more, r=oli-obk | Matthias Krüger | -2/+16 |
| 2022-02-24 | diagnostic: suggest parens when users want logical ops, but get closures | Michael Howell | -2/+16 |
| 2022-02-23 | rustc_errors: let `DiagnosticBuilder::emit` return a "guarantee of emission". | Eduard-Mihai Burtescu | -39/+62 |
| 2022-02-23 | rustc_errors: take `self` by value in `DiagnosticBuilder::cancel`. | Eduard-Mihai Burtescu | -46/+46 |
| 2022-02-23 | rustc_errors: remove `struct_dummy`. | Eduard-Mihai Burtescu | -3/+5 |
| 2022-02-23 | Replace `&mut DiagnosticBuilder`, in signatures, with `&mut Diagnostic`. | Eduard-Mihai Burtescu | -12/+12 |
| 2022-02-21 | Better error if the user tries to do assignment ... else | est31 | -0/+10 |
| 2022-02-20 | Rollup merge of #94146 - est31:let_else, r=cjgillot | Matthias Krüger | -19/+12 |
| 2022-02-19 | Adopt let else in more places | est31 | -19/+12 |
| 2022-02-18 | Rollup merge of #93634 - matthiaskrgr:clippy_complexity_jan_2022, r=oli-obk | Matthias Krüger | -5/+5 |
| 2022-02-17 | Rollup merge of #94011 - est31:let_else, r=lcnr | Matthias Krüger | -6/+3 |
| 2022-02-16 | Adopt let_else in even more places | est31 | -6/+3 |
| 2022-02-14 | suggest using raw string literals when invalid escapes appear | Erin Petra Sofiya Moon | -0/+9 |
| 2022-02-12 | Rollup merge of #93595 - compiler-errors:ice-on-lifetime-arg, r=jackh726 | Matthias Krüger | -3/+3 |
| 2022-02-03 | compiler: clippy::complexity fixes | Matthias Krüger | -5/+5 |
| 2022-02-03 | clippy::perf fixes | Matthias Krüger | -3/+3 |
| 2022-02-02 | fix ICE when parsing lifetime as function argument | Michael Goulet | -3/+3 |
| 2022-02-02 | better suggestion for duplicated `where` | Michael Goulet | -9/+38 |
| 2022-01-31 | Rollup merge of #93019 - 5225225:uppercase-suffix, r=wesleywiser | Eric Huss | -0/+25 |
| 2022-01-31 | Write UI tests, tweak message | 5225225 | -3/+2 |
| 2022-01-31 | Rollup merge of #93395 - camelid:reserved-sugg, r=davidtwco | Matthias Krüger | -4/+4 |
| 2022-01-27 | Improve suggestion for escaping reserved keywords | Noah Lev | -4/+4 |
| 2022-01-27 | Suggest making base prefix lowercase if parsing fails | 5225225 | -0/+26 |
| 2022-01-26 | Introduce a limit to Levenshtein distance computation | Tomasz Miąsko | -1/+1 |