| Age | Commit message (Expand) | Author | Lines |
| 2024-12-11 | Require the `constness` query to only be invoked on things that can have cons... | Oli Scherer | -1/+42 |
| 2024-12-10 | Remove more traces of anonymous ADTs | Michael Goulet | -1/+0 |
| 2024-12-10 | Keep track of parse errors in `mod`s and don't emit resolve errors for paths ... | Esteban Küber | -2/+2 |
| 2024-12-10 | Auto merge of #134125 - fmease:rollup-u38o3ob, r=fmease | bors | -0/+1 |
| 2024-12-10 | Rollup merge of #134008 - jswrenn:unsafe-fields-copy, r=compiler-errors | León Orell Valerian Liehr | -0/+1 |
| 2024-12-10 | Rollup merge of #134010 - RalfJung:promoted-type-error-ice, r=oli-obk | León Orell Valerian Liehr | -2/+5 |
| 2024-12-09 | Introduce `default_field_values` feature | Esteban Küber | -22/+32 |
| 2024-12-09 | fix ICE on type error in promoted | Ralf Jung | -2/+5 |
| 2024-12-08 | Rollup merge of #133424 - Nadrieril:guard-patterns-parsing, r=fee1-dead | Matthias Krüger | -1/+1 |
| 2024-12-07 | Make `Copy` unsafe to implement for ADTs with `unsafe` fields | Jack Wrenn | -0/+1 |
| 2024-12-05 | Rollup merge of #118833 - Urgau:lint_function_pointer_comparisons, r=cjgillot | León Orell Valerian Liehr | -63/+2 |
| 2024-12-02 | Rollup merge of #133746 - oli-obk:push-xwyrylxmrtvq, r=jieyouxu | Guillaume Gomez | -3/+3 |
| 2024-12-02 | Drop uplifted `clippy::fn_address_comparisons` | Urgau | -63/+2 |
| 2024-12-02 | Rollup merge of #133751 - lcnr:no-trait-solving-on-type, r=compiler-errors | Guillaume Gomez | -3/+3 |
| 2024-12-02 | Rollup merge of #133603 - dtolnay:precedence, r=lcnr | Guillaume Gomez | -25/+24 |
| 2024-12-02 | remove `Ty::is_copy_modulo_regions` | lcnr | -3/+3 |
| 2024-12-02 | Change `AttrArgs::Eq` into a struct variant | Oli Scherer | -3/+3 |
| 2024-12-01 | Rollup merge of #133589 - voidc:remove-array-len, r=boxyuwu | Jacob Pratt | -15/+8 |
| 2024-11-30 | Eliminate magic numbers from expression precedence | David Tolnay | -25/+24 |
| 2024-11-30 | Remove hir::ArrayLen, introduce ConstArgKind::Infer | Dominik Stolz | -15/+8 |
| 2024-11-28 | Merge commit 'ff4a26d442bead94a4c96fb1de967374bc4fbd8e' into clippy-subtree-u... | Philipp Krones | -231/+426 |
| 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 | -28/+29 |
| 2024-11-24 | cover guard patterns in clippy lints | Max Niederman | -1/+1 |
| 2024-11-23 | no more Reveal :( | lcnr | -2/+0 |
| 2024-11-19 | `InterpCx` store `TypingEnv` instead of a `ParamEnv` | lcnr | -3/+3 |
| 2024-11-19 | remove `TypingMode::from_param_env` in clippy | lcnr | -21/+33 |
| 2024-11-19 | move `fn is_item_raw` to `TypingEnv` | lcnr | -16/+16 |
| 2024-11-18 | use `TypingEnv` when no `infcx` is available | lcnr | -56/+57 |
| 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 | -214/+513 |
| 2024-11-12 | Consolidate type system const evaluation under `traits::evaluate_const` | Boxy | -1/+1 |
| 2024-11-07 | Merge commit 'f712eb5cdccd121d0569af12f20e6a0fabe4364d' into clippy-subtree-u... | Philipp Krones | -344/+1511 |
| 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 | -10/+10 |
| 2024-11-04 | Move two attribute lints to be early pass (post expansion) | Jonathan Dönszelmann | -75/+101 |
| 2024-11-04 | Remove BorrowKind glob, make names longer | Michael Goulet | -7/+7 |
| 2024-11-04 | ty::KContainer -> ty::AssocItemContainer::K | Michael Goulet | -3/+3 |
| 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 | -51/+38 |
| 2024-10-29 | update tools | lcnr | -9/+10 |
| 2024-10-29 | Remove region from adjustments | Michael Goulet | -8/+8 |
| 2024-10-28 | New lint: `dangling_pointers_from_temporaries` | Pavel Grigorenko | -1/+1 |
| 2024-10-26 | Auto merge of #125116 - blyxyas:ignore-allowed-lints-final, r=cjgillot | bors | -10/+64 |
| 2024-10-26 | Effects cleanup | Deadbeef | -1/+1 |
| 2024-10-23 | nightly feature tracking: get rid of the per-feature bool fields | Ralf Jung | -3/+3 |
| 2024-10-22 | Represent TraitBoundModifiers as distinct parts in HIR | Michael Goulet | -13/+13 |
| 2024-10-22 | terminology: #[feature] *enables* a feature (instead of "declaring" or "activ... | Ralf Jung | -5/+1 |
| 2024-10-21 | Move COGNITIVE_COMPLEXITY to use macro again | blyxyas | -45/+41 |