| Age | Commit message (Expand) | Author | Lines |
| 2022-09-15 | more tweak on diagnostic messages | yukang | -0/+1 |
| 2022-09-08 | fixes #101477: Recover from typo where == is used in place of = | yukang | -0/+16 |
| 2022-09-06 | Auto merge of #101362 - compiler-errors:unnecessary-let, r=cjgillot | bors | -0/+8 |
| 2022-09-03 | Suggest removing unnecessary prefix let in patterns | Michael Goulet | -0/+8 |
| 2022-09-02 | Refactor and re-use BindingAnnotation | Cameron Steffen | -5/+5 |
| 2022-09-01 | Always import all tracing macros for the entire crate instead of piecemeal by... | Oli Scherer | -1/+0 |
| 2022-08-28 | Auto merge of #100497 - kadiwa4:remove_clone_into_iter, r=cjgillot | bors | -1/+1 |
| 2022-08-23 | parser will not give wrong help message for 'public' | yukang | -10/+14 |
| 2022-08-23 | Rollup merge of #100565 - TaKO8Ki:suggest-adding-missing-semicolon-before-ite... | Matthias Krüger | -2/+4 |
| 2022-08-22 | Rollup merge of #100713 - Xiretza:parser-expr-session-diagnostics, r=estebank | Dylan DPC | -0/+343 |
| 2022-08-22 | Use `AttrVec` in more places. | Nicholas Nethercote | -1/+1 |
| 2022-08-21 | Migrate diagnostics in parser/expr to SessionDiagnostic | Xiretza | -0/+343 |
| 2022-08-21 | Replace #[lint/warning/error] with #[diag] | Xiretza | -8/+8 |
| 2022-08-20 | Rollup merge of #100750 - akabinds:akabinds/improved-invalid-function-qual-er... | Matthias Krüger | -0/+9 |
| 2022-08-18 | added improved diagnostic for a function defined with an invalid qualifier | akabinds | -0/+9 |
| 2022-08-17 | Migrate "invalid variable declaration" errors to SessionDiagnostic | Xiretza | -0/+29 |
| 2022-08-15 | Rollup merge of #100559 - nnethercote:parser-simplifications, r=compiler-errors | Matthias Krüger | -7/+5 |
| 2022-08-15 | suggest adding a missing semicolon before an item | Takayuki Maeda | -2/+4 |
| 2022-08-15 | Simplify attribute handling in `parse_bottom_expr`. | Nicholas Nethercote | -7/+5 |
| 2022-08-14 | Make code slightly more uniform | Rageking8 | -2/+2 |
| 2022-08-13 | avoid cloning and then iterating | KaDiWa | -1/+1 |
| 2022-08-10 | Use &mut Diagnostic instead of &mut DiagnosticBuilder unless needed | Michael Goulet | -4/+4 |
| 2022-08-04 | Rollup merge of #98796 - compiler-errors:no-semi-if-comma, r=estebank | Matthias Krüger | -1/+2 |
| 2022-07-29 | Add diagnostic when using public instead of pub | Gimgim | -0/+11 |
| 2022-07-23 | Do not suggest adding `;` when `,` is also a choice | Michael Goulet | -1/+2 |
| 2022-07-01 | update cfg(bootstrap)s | Pietro Albini | -2/+2 |
| 2022-06-27 | various: add `rustc_lint_diagnostics` to diag fns | David Wood | -0/+2 |
| 2022-06-24 | macros: use typed identifiers in subdiag derive | David Wood | -3/+3 |
| 2022-06-24 | macros: use typed identifiers in diag derive | David Wood | -9/+9 |
| 2022-06-20 | Rollup merge of #98183 - dtolnay:emptybound, r=lcnr | Yuki Okushi | -1/+4 |
| 2022-06-17 | remove the rest of unnecessary `to_string` | Takayuki Maeda | -4/+4 |
| 2022-06-16 | Fix pretty printing of empty type bound lists in where-clause | David Tolnay | -1/+4 |
| 2022-06-14 | Rollup merge of #95211 - terrarier2111:improve-parser, r=compiler-errors | Yuki Okushi | -0/+30 |
| 2022-06-13 | remove unnecessary `to_string` and `String::new` for `tool_only_span_suggestion` | Takayuki Maeda | -1/+1 |
| 2022-06-13 | remove unnecessary `to_string` and `String::new` | Takayuki Maeda | -19/+19 |
| 2022-06-12 | Improves parser diagnostics, fixes #93867 | threadexception | -0/+30 |
| 2022-06-12 | use `create_snapshot_for_diagnostic` instead of `clone` | Takayuki Maeda | -2/+2 |
| 2022-06-02 | Rollup merge of #97587 - pvdrz:maybe-recover-from-bad-qpath-stage-2, r=davidtwco | Dylan DPC | -44/+77 |
| 2022-06-02 | Rollup merge of #97166 - nnethercote:move-conditions-out, r=estebank | Yuki Okushi | -31/+11 |
| 2022-06-01 | rename `sp` to `span` | Christian Poveda | -2/+2 |
| 2022-05-31 | migrate `check_for_for_in_in_typo` diagnostic | Christian Poveda | -8/+13 |
| 2022-05-31 | merge diagnostics about incorrect uses of `.await` | Christian Poveda | -3/+3 |
| 2022-05-31 | migrate `error_on_incorrect_await` diagnostic | Christian Poveda | -9/+22 |
| 2022-05-31 | use `suggestion_short` for incorrect semicolon diagnostic | Christian Poveda | -1/+1 |
| 2022-05-31 | migrate `recover_from_await_method_call` diagnostic | Christian Poveda | -8/+10 |
| 2022-05-31 | migrate `maybe_consume_incorrect_semicolon` diagnostic | Christian Poveda | -9/+18 |
| 2022-05-31 | migrate `maybe_recover_from_bad_qpath_stage_2` diagnostic | Christian Poveda | -9/+13 |
| 2022-05-30 | errors: simplify referring to fluent attributes | David Wood | -7/+4 |
| 2022-05-24 | Auto merge of #97121 - pvdrz:do-subdiagnostics-later, r=davidtwco | bors | -9/+7 |
| 2022-05-20 | Remove `crate` visibility usage in compiler | Jacob Pratt | -5/+5 |