| Age | Commit message (Expand) | Author | Lines |
| 2025-06-20 | Fix ICE in `missing_const_for_fn` (rust-lang/rust-clippy#14776) | Alejandra González | -0/+43 |
| 2025-06-20 | `needless_borrow`: do not contradict `dangerous_implicit_autorefs` (rust-lang... | Alejandra González | -22/+40 |
| 2025-06-20 | remove superseded lints (rust-lang/rust-clippy#14703) | Samuel Tardieu | -759/+108 |
| 2025-06-20 | Fix `collapsible_if` FP on block stmt before expr (rust-lang/rust-clippy#14730) | Samuel Tardieu | -0/+22 |
| 2025-05-06 | Rollup merge of #139773 - thaliaarchi:vec-into-iter-last, r=workingjubilee | Stuart Cook | -7/+46 |
| 2025-05-06 | Auto merge of #131160 - ismailarilik:handle-potential-query-instability-lint-... | bors | -30/+30 |
| 2025-05-05 | Handle rustc_middle cases of rustc::potential_query_instability lint | ismailarilik | -30/+30 |
| 2025-05-02 | Implement Iterator::last for vec::IntoIter | Thalia Archibald | -7/+46 |
| 2025-05-01 | Merge commit '03a5b6b976ac121f4233775c49a4bce026065b47' into clippy-subtree-u... | Philipp Krones | -195/+1070 |
| 2025-04-26 | Fix error message for static references or mutable references | yuk1ty | -1/+1 |
| 2025-04-24 | Suggest {to,from}_ne_bytes for transmutations between arrays and integers, etc | bendn | -66/+79 |
| 2025-04-22 | Merge commit '0621446356e20fd2ead13a6763bb936c95eb0cfa' into clippy-subtree-u... | Philipp Krones | -2323/+7344 |
| 2025-03-30 | Drop `clippy::invalid_null_ptr_usage` | Urgau | -575/+21 |
| 2025-03-20 | Merge commit '1e5237f4a56ae958af7e5824343eacf737b67083' into clippy-subtree-u... | Philipp Krones | -347/+2130 |
| 2025-03-14 | Do not suggest using `-Zmacro-backtrace` for builtin macros | Esteban Küber | -16/+0 |
| 2025-03-11 | Implement `#[define_opaque]` attribute for functions. | Oli Scherer | -11/+5 |
| 2025-02-28 | Merge commit '9f9a822509e5ad3e560cbbe830d1013f936fca28' into clippy-subtree-u... | Philipp Krones | -13556/+30755 |
| 2025-02-24 | simplify must-use lint slightly | Jana Dönszelmann | -29/+40 |
| 2025-02-24 | Fix rustdoc and clippy | Jana Dönszelmann | -4/+6 |
| 2025-02-21 | Trim suggestion part before generating highlights | Michael Goulet | -24/+20 |
| 2025-02-21 | More sophisticated span trimming | Michael Goulet | -121/+80 |
| 2025-02-17 | Move some `Map` methods onto `TyCtxt`. | Nicholas Nethercote | -4/+4 |
| 2025-02-14 | Trim suggestion parts to the subset that is purely additive | Michael Goulet | -29/+18 |
| 2025-02-10 | Show diff suggestion format on verbose replacement | Esteban Küber | -1444/+2207 |
| 2025-02-07 | add tests for spurious failure and fix typo | Jana Dönszelmann | -21/+49 |
| 2025-02-07 | fix empty after lint on impl/trait items | Jonathan Dönszelmann | -1/+40 |
| 2025-02-07 | Update UI tests | Guillaume Gomez | -24/+26 |
| 2025-02-06 | Merge commit '3e3715c31236bff56f1c63a1de2c7bbdfcfb0923' into clippy-subtree-u... | Philipp Krones | -249/+1527 |
| 2025-01-28 | Merge commit '51d49c1ae2785b24ef18a46ef233fc1d91844666' into clippy-subtree-u... | Philipp Krones | -361/+4039 |
| 2025-01-26 | remove `clippy::double_neg` | Kalle Wachsmuth | -95/+82 |
| 2025-01-21 | Auto merge of #134299 - RalfJung:remove-start, r=compiler-errors | bors | -185/+37 |
| 2025-01-21 | remove support for the #[start] attribute | Ralf Jung | -185/+37 |
| 2025-01-15 | Rollup merge of #135003 - RalfJung:deprecate-allowed-through-unstable, r=davi... | Guillaume Gomez | -31/+31 |
| 2025-01-15 | Rollup merge of #132397 - m-ou-se:warn-missing-abi, r=Nadrieril | Jacob Pratt | -12/+15 |
| 2025-01-15 | intrinsics: deprecate calling them via the unstable std::intrinsics path | Ralf Jung | -31/+31 |
| 2025-01-09 | Merge commit '19e305bb57a7595f2a8d81f521c0dd8bf854e739' into clippy-subtree-u... | Philipp Krones | -188/+1049 |
| 2025-01-08 | Rename PatKind::Lit to Expr | Oli Scherer | -6/+6 |
| 2025-01-08 | Exhaustively handle expressions in patterns | Oli Scherer | -6/+6 |
| 2025-01-07 | Update tests. | Mara Bos | -12/+15 |
| 2024-12-26 | Merge commit '609cd310be44677ae31d452a17b0f8207e1abfe1' into clippy-subtree-u... | Philipp Krones | -776/+4502 |
| 2024-12-15 | Auto merge of #134258 - bjorn3:no_public_specialization, r=petrochenkov | bors | -56/+1 |
| 2024-12-14 | Stop handling specialization in clippy's to_string_trait_impl lint | bjorn3 | -56/+1 |
| 2024-12-14 | Rollup merge of #134181 - estebank:trim-render, r=oli-obk | Matthias Krüger | -149/+31 |
| 2024-12-13 | Account for `///` when rendering multiline spans | Esteban Küber | -10/+31 |
| 2024-12-13 | Stabilize async closures | Michael Goulet | -51/+45 |
| 2024-12-12 | Filter empty lines, comments and delimiters from previous to last multiline s... | Esteban Küber | -65/+4 |
| 2024-12-12 | Tweak multispan rendering | Esteban Küber | -115/+37 |
| 2024-12-02 | Drop uplifted `clippy::fn_address_comparisons` | Urgau | -107/+77 |
| 2024-12-01 | Rollup merge of #133589 - voidc:remove-array-len, r=boxyuwu | Jacob Pratt | -2/+1 |
| 2024-11-30 | Remove hir::ArrayLen, introduce ConstArgKind::Infer | Dominik Stolz | -2/+1 |