| Age | Commit message (Expand) | Author | Lines |
| 2024-09-15 | Rollup merge of #130293 - gurry:130142-lint-level-issue, r=cjgillot | Matthias Krüger | -5/+3 |
| 2024-09-15 | Rollup merge of #130353 - Zalathar:lint-zero, r=jieyouxu | Stuart Cook | -1/+1 |
| 2024-09-14 | Auto merge of #128543 - RalfJung:const-interior-mut, r=fee1-dead | bors | -0/+4 |
| 2024-09-14 | Rollup merge of #130343 - Fayti1703:patch-correct-async-block-lint-doc, r=com... | León Orell Valerian Liehr | -0/+1 |
| 2024-09-14 | Rollup merge of #130294 - nnethercote:more-lifetimes, r=lcnr | León Orell Valerian Liehr | -16/+16 |
| 2024-09-14 | Make some lint doctests compatible with `--stage=0` | Zalathar | -1/+1 |
| 2024-09-14 | Fix lint levels not getting overridden by attrs on `Stmt` nodes | Gurinder Singh | -5/+3 |
| 2024-09-14 | docs: Enable required feature for 'closure_returning_async_block' lint | Fayti1703 | -0/+1 |
| 2024-09-13 | some fixes for clashing_extern_declarations lint | Ralf Jung | -39/+35 |
| 2024-09-13 | Rename and reorder lots of lifetimes. | Nicholas Nethercote | -13/+13 |
| 2024-09-13 | Remove unnecessary lifetime from `BuiltinTypeAliasBounds`. | Nicholas Nethercote | -3/+3 |
| 2024-09-13 | Auto merge of #107251 - dingxiangfei2009:let-chain-rescope, r=jieyouxu | bors | -0/+438 |
| 2024-09-13 | simplify the suggestion notes | Ding Xiang Fei | -111/+124 |
| 2024-09-12 | Rollup merge of #130235 - compiler-errors:nested-if, r=michaelwoerister | Stuart Cook | -4/+2 |
| 2024-09-11 | Rollup merge of #130114 - eduardosm:needless-returns, r=compiler-errors | Jubilee | -1/+1 |
| 2024-09-11 | Simplify some nested if statements | Michael Goulet | -4/+2 |
| 2024-09-11 | Auto merge of #130050 - cjgillot:expect-attr-id, r=fee1-dead | bors | -51/+39 |
| 2024-09-11 | coalesce lint suggestions that can intersect | Ding Xiang Fei | -110/+215 |
| 2024-09-11 | rescope temp lifetime in let-chain into IfElse | Ding Xiang Fei | -0/+320 |
| 2024-09-10 | Auto merge of #130025 - Urgau:missing_docs-expect, r=petrochenkov | bors | -6/+0 |
| 2024-09-10 | const-eval interning: accpt interior mutable pointers in final value (but kee... | Ralf Jung | -0/+4 |
| 2024-09-09 | Remove needless returns detected by clippy in the compiler | Eduardo Sánchez Muñoz | -1/+1 |
| 2024-09-07 | Rollup merge of #126452 - compiler-errors:raw-lifetimes, r=spastorino | Matthias Krüger | -5/+35 |
| 2024-09-06 | Check AttrId for expectations. | Camille GILLOT | -51/+39 |
| 2024-09-06 | Lint against keyword lifetimes in keyword_idents | Michael Goulet | -5/+18 |
| 2024-09-06 | Add initial support for raw lifetimes | Michael Goulet | -0/+17 |
| 2024-09-06 | Hack around a conflict with `clippy::needless_lifetimes` | Pavel Grigorenko | -0/+7 |
| 2024-09-06 | elided_named_lifetimes: manually implement `LintDiagnostic` | Pavel Grigorenko | -33/+49 |
| 2024-09-06 | elided_named_lifetimes: add suggestions | Pavel Grigorenko | -16/+32 |
| 2024-09-06 | elided_named_lifetimes: unify lint def & pass MissingLifetimeKind | Pavel Grigorenko | -10/+13 |
| 2024-09-06 | Also emit `missing_docs` lint with `--test` to fulfill expectations | Urgau | -6/+0 |
| 2024-09-06 | Rollup merge of #129969 - GrigorenkoPV:boxed-ty, r=compiler-errors | Matthias Krüger | -10/+8 |
| 2024-09-06 | Auto merge of #129999 - matthiaskrgr:rollup-pzr9c8p, r=matthiaskrgr | bors | -3/+32 |
| 2024-09-06 | Make `Ty::boxed_ty` return an `Option` | Pavel Grigorenko | -10/+8 |
| 2024-09-05 | Review comments | Michael Goulet | -48/+40 |
| 2024-09-05 | Do less work on the good path | Michael Goulet | -110/+113 |
| 2024-09-05 | Don't worry about uncaptured contravariant lifetimes if they outlive a captur... | Michael Goulet | -21/+226 |
| 2024-09-03 | Add an internal lint that warns when accessing untracked data | Nadrieril | -3/+32 |
| 2024-09-02 | Rollup merge of #129877 - Sajjon:sajjon_fix_typos_batch_2, r=fee1-dead | Matthias Krüger | -1/+1 |
| 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/+36 |
| 2024-09-01 | Deny imports of rustc_type_ir::inherent outside of type ir + new trait solver | Michael Goulet | -2/+36 |
| 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/+27 |
| 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 |