| Age | Commit message (Expand) | Author | Lines |
| 2023-12-15 | Collect lang items from AST | Michael Goulet | -2/+2 |
| 2023-12-14 | update use of feature flags | lcnr | -1/+1 |
| 2023-12-10 | Remove edition umbrella features. | Eric Huss | -19/+0 |
| 2023-12-07 | Resolve assoc item bindings by namespace | León Orell Valerian Liehr | -1/+1 |
| 2023-12-05 | Add print_trait_sugared | Michael Goulet | -1/+1 |
| 2023-11-30 | Enable link-arg link kind inside of #[link] attribute | zetanumbers | -1/+1 |
| 2023-11-24 | Auto merge of #118138 - Nilstrieb:one-previous-error, r=WaffleLapkin | bors | -194/+194 |
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -194/+194 |
| 2023-11-23 | fix intercrate ambiguity causes | lcnr | -4/+37 |
| 2023-11-16 | recover primary span label | Esteban Küber | -4/+4 |
| 2023-11-16 | Suggest `unwrap()` on field not found for `Result`/`Option` | Esteban Küber | -1/+6 |
| 2023-11-16 | Suggest field typo through derefs | Esteban Küber | -4/+4 |
| 2023-11-04 | Rollup merge of #117343 - Nadrieril:cleanup_check_match, r=davidtwco | Takayuki Maeda | -3/+3 |
| 2023-11-04 | Remove support for compiler plugins. | Nicholas Nethercote | -16/+0 |
| 2023-11-03 | Tweak spans for "adt defined here" note | Nadrieril | -3/+3 |
| 2023-10-30 | Detect object safety errors when assoc type is missing | Esteban Küber | -5/+5 |
| 2023-10-24 | Use `PlaceMention` for match scrutinees. | Camille GILLOT | -2/+24 |
| 2023-10-21 | Rollup merge of #116992 - estebank:issue-69492, r=oli-obk | Matthias Krüger | -0/+1 |
| 2023-10-21 | Mention the syntax for `use` on `mod foo;` if `foo` doesn't exist | Esteban Küber | -0/+1 |
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -7/+7 |
| 2023-10-17 | Unify suggestion wording | Esteban Küber | -7/+5 |
| 2023-10-15 | don't UB on dangling ptr deref, instead check inbounds on projections | Ralf Jung | -1/+1 |
| 2023-10-11 | Auto merge of #116623 - Nadrieril:validate-range-endpoints, r=oli-obk | bors | -2/+2 |
| 2023-10-11 | Fix range overflow checking | Nadrieril | -2/+2 |
| 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 |