| Age | Commit message (Expand) | Author | Lines |
| 2024-11-29 | Stop using `HybridBitSet` in clippy. | Nicholas Nethercote | -10/+10 |
| 2024-11-28 | Merge commit 'ff4a26d442bead94a4c96fb1de967374bc4fbd8e' into clippy-subtree-u... | Philipp Krones | -647/+1958 |
| 2024-11-26 | Rollup merge of #133140 - dtolnay:precedence, r=fmease | Michael Goulet | -11/+11 |
| 2024-11-25 | Refactor `where` predicates, and reserve for attributes support | Frank King | -30/+31 |
| 2024-11-24 | cover guard patterns in clippy lints | Max Niederman | -1/+1 |
| 2024-11-24 | Rollup merge of #133371 - RalfJung:is_trivially_const_drop, r=compiler-errors | Matthias Krüger | -4/+3 |
| 2024-11-23 | no more Reveal :( | lcnr | -3/+1 |
| 2024-11-23 | remove is_trivially_const_drop | Ralf Jung | -4/+3 |
| 2024-11-20 | reduce false positives of tail-expr-drop-order from consumed values | Ding Xiang Fei | -0/+1 |
| 2024-11-19 | `InterpCx` store `TypingEnv` instead of a `ParamEnv` | lcnr | -3/+3 |
| 2024-11-19 | remove `TypingMode::from_param_env` in clippy | lcnr | -68/+77 |
| 2024-11-19 | move `fn is_item_raw` to `TypingEnv` | lcnr | -17/+17 |
| 2024-11-18 | use `TypingEnv` when no `infcx` is available | lcnr | -79/+83 |
| 2024-11-17 | Inline ExprPrecedence::order into Expr::precedence | David Tolnay | -11/+11 |
| 2024-11-14 | Merge commit '786fbd6d683933cd0e567fdcd25d449a69b4320c' into clippy-subtree-u... | Philipp Krones | -286/+1149 |
| 2024-11-12 | Rollup merge of #132541 - RalfJung:const-stable-extern-crate, r=compiler-errors | Matthias Krüger | -6/+2 |
| 2024-11-12 | Consolidate type system const evaluation under `traits::evaluate_const` | Boxy | -1/+1 |
| 2024-11-11 | Auto merge of #126597 - estebank:unicode-output, r=fmease | bors | -28/+28 |
| 2024-11-10 | Add Unicode block-drawing compiler output support | Esteban Küber | -28/+28 |
| 2024-11-10 | ensure that all publicly reachable const fn have const stability info | Ralf Jung | -6/+2 |
| 2024-11-08 | Clippy: cfg out validate_diag on release builds | Philipp Krones | -3/+4 |
| 2024-11-07 | Merge commit 'f712eb5cdccd121d0569af12f20e6a0fabe4364d' into clippy-subtree-u... | Philipp Krones | -900/+5023 |
| 2024-11-05 | Rollup merge of #132637 - blyxyas:lint-less-passes, r=flip1995 | Matthias Krüger | -19/+6 |
| 2024-11-05 | Do not filter empty passes & Make CTFE Clippy into lintless pass | blyxyas | -19/+6 |
| 2024-11-05 | Auto merge of #132580 - compiler-errors:globs, r=Noratrieb | bors | -15/+15 |
| 2024-11-04 | Move two attribute lints to be early pass (post expansion) | Jonathan Dönszelmann | -112/+122 |
| 2024-11-04 | Remove BorrowKind glob, make names longer | Michael Goulet | -10/+10 |
| 2024-11-04 | ty::KContainer -> ty::AssocItemContainer::K | Michael Goulet | -5/+5 |
| 2024-11-03 | Rename the FIXMEs, remove a few that dont matter anymore | Michael Goulet | -6/+6 |
| 2024-10-31 | Rollup merge of #132403 - lcnr:typing-mode, r=compiler-errors | Jubilee | -3/+3 |
| 2024-10-31 | stop using `ParamEnv::reveal` while handling MIR | lcnr | -1/+1 |
| 2024-10-31 | clippy: we've got a `LateContext` use it for `TypingMode` | lcnr | -1/+1 |
| 2024-10-31 | `ConstCx` stop using `ParamEnv::reveal` | lcnr | -2/+2 |
| 2024-10-31 | Auto merge of #132301 - compiler-errors:adjust, r=lcnr | bors | -8/+8 |
| 2024-10-30 | Remap impl-trait lifetimes on HIR instead of AST lowering. | Camille GILLOT | -56/+40 |
| 2024-10-30 | Rollup merge of #132338 - nnethercote:rm-Engine, r=nnethercote | Matthias Krüger | -3/+1 |
| 2024-10-30 | Remove `Analysis::into_engine`. | Nicholas Nethercote | -3/+1 |
| 2024-10-29 | update tools | lcnr | -16/+17 |
| 2024-10-29 | Remove region from adjustments | Michael Goulet | -8/+8 |
| 2024-10-29 | Auto merge of #128985 - GrigorenkoPV:instantly-dangling-pointer, r=Urgau | bors | -9/+15 |
| 2024-10-28 | New lint: `dangling_pointers_from_temporaries` | Pavel Grigorenko | -9/+15 |
| 2024-10-28 | Rollup merge of #131391 - ChaiTRex:isqrt, r=scottmcm,tgross35 | Matthias Krüger | -93/+92 |
| 2024-10-26 | Auto merge of #125116 - blyxyas:ignore-allowed-lints-final, r=cjgillot | bors | -10/+69 |
| 2024-10-26 | Rollup merge of #132168 - fee1-dead-contrib:fxclean, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2024-10-26 | Effects cleanup | Deadbeef | -1/+1 |
| 2024-10-25 | Auto merge of #131349 - RalfJung:const-stability-checks, r=compiler-errors | bors | -8/+12 |
| 2024-10-25 | tcx.is_const_fn doesn't work the way it is described, remove it | Ralf Jung | -8/+12 |
| 2024-10-25 | Rollup merge of #132106 - maxcabrajac:ident_ref, r=petrochenkov | Matthias Krüger | -2/+2 |
| 2024-10-24 | Pass Ident by reference in ast Visitor | maxcabrajac | -2/+2 |
| 2024-10-24 | Remove associated type based effects logic | Michael Goulet | -12/+2 |