| Age | Commit message (Expand) | Author | Lines |
| 2024-09-02 | Rollup merge of #129875 - Sajjon:sajjon_fix_typos_batch_1, r=compiler-errors,... | Matthias Krüger | -2/+2 |
| 2024-09-02 | chore: Fix typos in 'compiler' (batch 2) | Alexander Cyon | -1/+1 |
| 2024-09-02 | chore: Fix typos in 'compiler' (batch 1) | Alexander Cyon | -2/+2 |
| 2024-09-02 | Rollup merge of #129678 - compiler-errors:type-ir-inherent, r=fmease | Matthias Krüger | -2/+33 |
| 2024-09-01 | Deny imports of rustc_type_ir::inherent outside of type ir + new trait solver | Michael Goulet | -2/+33 |
| 2024-09-01 | Auto merge of #127313 - cjgillot:single-expect, r=jieyouxu | bors | -264/+142 |
| 2024-09-01 | Rollup merge of #129207 - GrigorenkoPV:elided-is-named, r=cjgillot | Matthias Krüger | -0/+23 |
| 2024-08-31 | Simplify lint source computation. | Camille GILLOT | -105/+83 |
| 2024-08-31 | Remove attr_id from stable lint ids. | Camille GILLOT | -14/+7 |
| 2024-08-31 | Rewrite lint_expectations in a single pass. | Camille GILLOT | -148/+56 |
| 2024-08-31 | Use AttrId key for unstable<->stable expectation map. | Camille GILLOT | -5/+4 |
| 2024-08-31 | Implement `elided_named_lifetimes` lint | Pavel Grigorenko | -0/+23 |
| 2024-08-31 | Rollup merge of #129725 - compiler-errors:predicates-of, r=fmease | Matthias Krüger | -2/+1 |
| 2024-08-31 | Rollup merge of #129527 - compiler-errors:lint-nit, r=Nadrieril | Matthias Krüger | -12/+13 |
| 2024-08-29 | Stop using ty::GenericPredicates for non-predicates_of queries | Michael Goulet | -2/+1 |
| 2024-08-27 | Add `warn(unreachable_pub)` to `rustc_lint`. | Nicholas Nethercote | -268/+269 |
| 2024-08-26 | Rollup merge of #129600 - traviscross:TC/tie-impl_trait_overcaptures-to-rust-... | Matthias Krüger | -4/+6 |
| 2024-08-26 | Tie `impl_trait_overcaptures` lint to Rust 2024 | Travis Cross | -4/+6 |
| 2024-08-25 | Auto merge of #129521 - matthiaskrgr:rollup-uigv77m, r=matthiaskrgr | bors | -1/+2 |
| 2024-08-24 | Rollup merge of #128735 - jieyouxu:pr-120176-revive, r=cjgillot | Trevor Gross | -15/+39 |
| 2024-08-24 | Don't use TyKind in lint | Michael Goulet | -12/+13 |
| 2024-08-24 | Rollup merge of #129199 - RalfJung:writes_through_immutable_pointer, r=compil... | Matthias Krüger | -1/+2 |
| 2024-08-23 | Auto merge of #129464 - GuillaumeGomez:rollup-ckfqd7h, r=GuillaumeGomez | bors | -2/+3 |
| 2024-08-23 | Rollup merge of #129408 - Urgau:macro-arg-drop_copy, r=compiler-errors | Guillaume Gomez | -2/+3 |
| 2024-08-23 | Rollup merge of #129386 - cjgillot:local-resolved-arg, r=compiler-errors | Matthias Krüger | -8/+9 |
| 2024-08-22 | Fix handling of macro arguments within the `dropping_copy_types lint | Urgau | -2/+3 |
| 2024-08-22 | Auto merge of #129365 - matthiaskrgr:rollup-ebwx6ya, r=matthiaskrgr | bors | -68/+84 |
| 2024-08-22 | Use a LocalDefId in ResolvedArg. | Camille GILLOT | -8/+9 |
| 2024-08-21 | Rollup merge of #128941 - GrigorenkoPV:internal-diagnostic-lints, r=davidtwco | Matthias Krüger | -68/+84 |
| 2024-08-21 | Rollup merge of #129344 - compiler-errors:less-option-unit-diagnostics, r=jie... | Matthias Krüger | -10/+8 |
| 2024-08-21 | Use bool in favor of Option<()> for diagnostics | Michael Goulet | -10/+8 |
| 2024-08-21 | lint on tail expr drop order change in Edition 2024 | Ding Xiang Fei | -0/+309 |
| 2024-08-20 | Auto merge of #127672 - compiler-errors:precise-capturing, r=spastorino | bors | -6/+1 |
| 2024-08-17 | Stabilize opaque type precise capturing | Michael Goulet | -6/+1 |
| 2024-08-17 | make writes_through_immutable_pointer a hard error | Ralf Jung | -1/+2 |
| 2024-08-16 | Use FnSig instead of raw FnDecl for ForeignItemKind::Fn | Michael Goulet | -3/+6 |
| 2024-08-15 | Rollup merge of #129065 - nnethercote:PartialEq-TokenKind, r=spastorino | Matthias Krüger | -1/+1 |
| 2024-08-14 | Use `impl PartialEq<TokenKind> for Token` more. | Nicholas Nethercote | -1/+1 |
| 2024-08-14 | Auto merge of #129076 - matthiaskrgr:rollup-rg8mi2x, r=matthiaskrgr | bors | -3/+6 |
| 2024-08-14 | Rollup merge of #129061 - compiler-errors:lang-item, r=Urgau | Matthias Krüger | -3/+6 |
| 2024-08-14 | Auto merge of #128812 - nnethercote:shrink-TyKind-FnPtr, r=compiler-errors | bors | -4/+5 |
| 2024-08-13 | Use is_lang_item more | Michael Goulet | -3/+6 |
| 2024-08-12 | Rollup merge of #128886 - GrigorenkoPV:untranslatable-diagnostic, r=nnethercote | Guillaume Gomez | -2/+0 |
| 2024-08-11 | Rollup merge of #128762 - fmease:use-more-slice-pats, r=compiler-errors | Matthias Krüger | -14/+9 |
| 2024-08-10 | Refactor: `diagnostic_outside_of_impl`, `untranslatable_diagnostic` | Pavel Grigorenko | -60/+74 |
| 2024-08-10 | `untranslatable_diagnostic` lint: point at the untranslated thing | Pavel Grigorenko | -10/+12 |
| 2024-08-10 | rustc_lint: remove some redundant `#[allow(rustc::untranslatable_diagnostic)]` | Pavel Grigorenko | -2/+0 |
| 2024-08-09 | diagnostics: do not warn when a lifetime bound infers itself | Michael Howell | -6/+15 |
| 2024-08-09 | Shrink `TyKind::FnPtr`. | Nicholas Nethercote | -4/+5 |
| 2024-08-07 | Auto merge of #128796 - matthiaskrgr:rollup-r7l68ph, r=matthiaskrgr | bors | -0/+7 |