| Age | Commit message (Expand) | Author | Lines |
| 2022-08-11 | suggest const or static for global variable | chenyukang | -1/+6 |
| 2022-08-06 | Rollup merge of #100167 - chenyukang:require-suggestion, r=estebank | Matthias Krüger | -1/+4 |
| 2022-08-05 | Rollup merge of #100168 - WaffleLapkin:improve_diagnostics_for_missing_type_i... | Dylan DPC | -11/+19 |
| 2022-08-05 | Improve diagnostics for `const a: = expr;` | Maybe Waffle | -11/+19 |
| 2022-08-05 | recover require,include instead of use in item | yukang | -1/+4 |
| 2022-08-03 | Rollup merge of #99786 - obeis:issue-99625, r=compiler-errors | Matthias Krüger | -0/+19 |
| 2022-08-03 | Suggest removing `let` if `const let` is used | Obei Sideg | -0/+10 |
| 2022-07-30 | Auto merge of #99887 - nnethercote:rm-TreeAndSpacing, r=petrochenkov | bors | -2/+2 |
| 2022-07-29 | Recover from c++ style `enum struct` | Obei Sideg | -0/+19 |
| 2022-07-29 | Remove `TreeAndSpacing`. | Nicholas Nethercote | -2/+2 |
| 2022-07-28 | remove an unnecessary line break | Takayuki Maeda | -1/+0 |
| 2022-06-28 | Use pre-interned symbols in import recovery | bjorn3 | -2/+1 |
| 2022-06-16 | Do not suggest adding semicolon/changing delimiters for macros in item positi... | Chayim Refael Friedman | -21/+25 |
| 2022-06-13 | remove unnecessary `to_string` and `String::new` | Takayuki Maeda | -23/+18 |
| 2022-06-07 | recover `import` instead of `use` in item | Michael Goulet | -20/+49 |
| 2022-05-30 | Rollup merge of #97172 - SparrowLii:unsafe_extern, r=compiler-errors | Michael Goulet | -26/+15 |
| 2022-05-30 | Optimize the diagnostic generation for `extern unsafe` | SparrowLii | -26/+15 |
| 2022-05-21 | Remove feature: `crate` visibility modifier | Jacob Pratt | -2/+1 |
| 2022-05-07 | Auto merge of #96094 - Elliot-Roberts:fix_doctests, r=compiler-errors | bors | -5/+5 |
| 2022-05-02 | fix most compiler/ doctests | Elliot Roberts | -5/+5 |
| 2022-05-02 | Fix invalid keyword order for function declarations | Ken Matsui | -2/+2 |
| 2022-04-29 | errors: `span_suggestion` takes `impl ToString` | David Wood | -5/+5 |
| 2022-04-28 | rustc_ast: Harmonize delimiter naming with `proc_macro::Delimiter` | Vadim Petrochenkov | -42/+43 |
| 2022-04-12 | use `to_string` instead of `format!` | Takayuki Maeda | -1/+1 |
| 2022-04-05 | errors: implement fallback diagnostic translation | David Wood | -1/+1 |
| 2022-04-05 | errors: introduce `DiagnosticMessage` | David Wood | -1/+2 |
| 2022-03-20 | fix a not emitted unmatched angle bracket error | Takayuki Maeda | -1/+1 |
| 2022-03-17 | Rollup merge of #94960 - codehorseman:master, r=oli-obk | Dylan DPC | -1/+1 |
| 2022-03-17 | Rollup merge of #93222 - mark-i-m:errorreported, r=oli-obk | Dylan DPC | -3/+3 |
| 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 | -3/+3 |
| 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 | -27/+26 |
| 2022-03-15 | Auto merge of #94584 - pnkfelix:inject-use-suggestion-sites, r=ekuber | bors | -4/+7 |
| 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-07 | diagnostics: only talk about `Cargo.toml` if running under Cargo | Michael Howell | -3/+2 |
| 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-06 | suggest removing a semicolon after derive attributes | Takayuki Maeda | -0/+10 |
| 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 | -2/+1 |
| 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 | -2/+2 |
| 2022-02-28 | 4 - Make more use of `let_chains` | Caio | -7/+5 |
| 2022-02-23 | rustc_errors: let `DiagnosticBuilder::emit` return a "guarantee of emission". | Eduard-Mihai Burtescu | -2/+2 |
| 2022-02-23 | rustc_errors: take `self` by value in `DiagnosticBuilder::cancel`. | Eduard-Mihai Burtescu | -5/+7 |
| 2022-02-19 | Adopt let else in more places | est31 | -3/+2 |
| 2022-02-02 | better suggestion for duplicated `where` | Michael Goulet | -7/+22 |