| Age | Commit message (Expand) | Author | Lines |
| 2022-08-15 | Rollup merge of #100458 - compiler-errors:fn-argument-span, r=estebank | Matthias Krüger | -1/+1 |
| 2022-08-15 | Rollup merge of #100566 - TaKO8Ki:use-create-snapshot-for-diagnostic, r=cjgillot | Matthias Krüger | -2/+2 |
| 2022-08-15 | use `create_snapshot_for_diagnostic` instead of `clone` for `Parser` | Takayuki Maeda | -2/+2 |
| 2022-08-14 | Rollup merge of #100115 - obeis:issue-99910, r=cjgillot | Dylan DPC | -0/+10 |
| 2022-08-13 | Rollup merge of #100446 - TaKO8Ki:suggest-removing-semicolon-after-impl-trait... | Michael Goulet | -4/+34 |
| 2022-08-13 | Rollup merge of #100475 - chenyukang:fix-100461, r=fee1-dead | Michael Goulet | -2/+6 |
| 2022-08-13 | use `span_suggestion` instead of `span_suggestion_verbose` | Takayuki Maeda | -1/+1 |
| 2022-08-13 | give a helpful diagnostic even when the next struct field has an attribute | yukang | -2/+6 |
| 2022-08-12 | Adjust span of fn arguments | Michael Goulet | -1/+1 |
| 2022-08-12 | suggest removing a semicolon after impl/trait items | Takayuki Maeda | -4/+34 |
| 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 |