| Age | Commit message (Expand) | Author | Lines |
| 2023-10-09 | Auto merge of #116497 - compiler-errors:impl-span, r=cjgillot | bors | -5/+6 |
| 2023-10-09 | Extend impl's def_span to include where clauses | Michael Goulet | -5/+6 |
| 2023-10-08 | remove trailing dots | Ali MJ Al-Nasrawy | -1/+1 |
| 2023-10-08 | always show and explain sub region | Ali MJ Al-Nasrawy | -11/+3 |
| 2023-10-08 | improve the suggestion of generic_bound_failure | Ali MJ Al-Nasrawy | -3/+3 |
| 2023-10-06 | Auto merge of #114811 - estebank:impl-ambiguity, r=wesleywiser | bors | -8/+14 |
| 2023-10-05 | Add a note to duplicate diagnostics | Alex Macleod | -0/+14 |
| 2023-10-04 | Reorder fullfillment errors to keep more interesting ones first | Esteban Küber | -44/+16 |
| 2023-10-04 | Show more information when multiple `impl` apply | Esteban Küber | -2/+36 |
| 2023-09-29 | Auto merge of #115821 - obeis:hir-analysis-migrate-diagnostics-5, r=compiler-... | bors | -2/+6 |
| 2023-09-26 | Rollup merge of #116162 - fmease:gate-n-validate-rustc_safe_intrinsic, r=Nils... | Matthias Krüger | -1/+1 |
| 2023-09-25 | Gate and validate #[rustc_safe_intrinsic] | León Orell Valerian Liehr | -1/+1 |
| 2023-09-22 | Rollup merge of #116062 - eduardosm:start-fn-diag, r=WaffleLapkin | Matthias Krüger | -4/+4 |
| 2023-09-22 | Auto merge of #115696 - RalfJung:closure-ty-print, r=oli-obk | bors | -1/+1 |
| 2023-09-22 | Change `start` to `#[start]` in some diagnosis | Eduardo Sánchez Muñoz | -4/+4 |
| 2023-09-21 | adjust how closure/generator types and rvalues are printed | Ralf Jung | -1/+1 |
| 2023-09-20 | Migrate `rustc_hir_analysis` to session diagnostic | Obei Sideg | -2/+6 |
| 2023-09-19 | rustc_hir_analysis: add a helper to check function the signature mismatches | Eduardo Sánchez Muñoz | -4/+4 |
| 2023-09-18 | Migrate 'cast to bool' diagnostic | clubby789 | -1/+6 |
| 2023-09-15 | Migrate 'explicit destructor call' diagnostic | clubby789 | -4/+6 |
| 2023-09-12 | Rollup merge of #115765 - asquared31415:cast_diag, r=WaffleLapkin | Matthias Krüger | -1/+1 |
| 2023-09-11 | add source type for invalid bool casts | asquared31415 | -1/+1 |
| 2023-09-11 | Rollup merge of #115744 - fmease:fix-e0401, r=compiler-errors | Matthias Krüger | -11/+11 |
| 2023-09-11 | Rollup merge of #115743 - compiler-errors:no-impls, r=davidtwco | Matthias Krüger | -0/+5 |
| 2023-09-11 | Auto merge of #115387 - weihanglo:merge-check-and-lint, r=oli-obk | bors | -3/+10 |
| 2023-09-10 | Point out if a local trait has no implementations | Michael Goulet | -0/+5 |
| 2023-09-10 | Generalize E0401 | León Orell Valerian Liehr | -11/+11 |
| 2023-09-08 | Improve "associated type not found" diagnostics | Lieselotte | -1/+1 |
| 2023-09-01 | Auto merge of #113126 - Bryanskiy:delete_old, r=petrochenkov | bors | -106/+26 |
| 2023-08-30 | feat(rustc_lint): make `CheckLintName` respect lint level | Weihang Lo | -3/+10 |
| 2023-08-29 | Don't suggest adding parentheses to call an inaccessible method. | Kevin Reid | -0/+25 |
| 2023-08-28 | Revert "Suggest using `Arc` on `!Send`/`!Sync` types" | David Tolnay | -1/+0 |
| 2023-08-09 | Suggest using `Arc` on `!Send`/`!Sync` types | Esteban Kuber | -0/+1 |
| 2023-08-04 | Improve spans for indexing expressions | Nilstrieb | -2/+2 |
| 2023-08-02 | Replace old private-in-public diagnostic with type privacy lints | Bryanskiy | -106/+26 |
| 2023-07-26 | Auto merge of #113893 - mdibaiee:type-name-spill-flag, r=compiler-errors | bors | -2/+1 |
| 2023-07-25 | write-long-types-to-disk: update tests | Mahdi Dibaiee | -9/+6 |
| 2023-07-24 | new unstable option: -Zwrite-long-types-to-disk | Mahdi Dibaiee | -5/+7 |
| 2023-07-16 | stop mentioning number of applicate implementations | lcnr | -2/+2 |
| 2023-07-10 | Do not set up wrong span for adjustments | Michael Goulet | -8/+7 |
| 2023-06-30 | Rollup merge of #113177 - estebank:hrlt-sugg, r=compiler-errors | Matthias Krüger | -4/+3 |
| 2023-06-30 | Use structured suggestion when telling user about `for<'a>` | Esteban Küber | -4/+3 |
| 2023-06-29 | Fix type privacy lints error message | Bryanskiy | -13/+13 |
| 2023-06-29 | Rollup merge of #112670 - petrochenkov:typriv, r=eholk | Matthias Krüger | -10/+11 |
| 2023-06-22 | Avoid guessing unknown trait impl in suggestions | Alexander Zhang | -4/+4 |
| 2023-06-15 | privacy: Feature gate new type privacy lints | Vadim Petrochenkov | -10/+11 |
| 2023-06-12 | Private-in-public lints implementation | Bryanskiy | -4/+55 |
| 2023-06-05 | Don't mention already set fields | Michael Goulet | -1/+1 |
| 2023-05-18 | Simplify suggestion when returning bare dyn trait | Michael Goulet | -25/+17 |
| 2023-05-09 | Rollup merge of #111215 - BoxyUwU:resolve_anon_consts_differently, r=cjgillot | Matthias Krüger | -5/+5 |