| Age | Commit message (Expand) | Author | Lines |
| 2025-06-27 | Merge commit 'c5dbd1de07e0407b9687619a868384d6de06253f' into clippy-subtree-u... | Philipp Krones | -135/+1638 |
| 2025-06-26 | Change const trait bound syntax from ~const to [const] | Oli Scherer | -8/+8 |
| 2025-06-19 | Auto merge of #140748 - m-ou-se:super-format-args3, r=jdonszelmann | bors | -52/+47 |
| 2025-06-18 | Rollup merge of #141610 - BoxyUwU:stabilize_generic_arg_infer, r=lcnr,travisc... | Jakub Beránek | -11/+10 |
| 2025-06-18 | Update/bless clippy tests. | Mara Bos | -52/+47 |
| 2025-06-16 | clippy: `{Meta,Pointee,}Sized` in non-minicore | David Wood | -2/+8 |
| 2025-06-14 | Rollup merge of #141811 - mejrs:bye_locals, r=compiler-errors | Matthias Krüger | -11/+5 |
| 2025-06-13 | Merge commit '4ef75291b5dd6739212f1f61666d19d4e086690d' into clippy-subtree-u... | Philipp Krones | -256/+2911 |
| 2025-06-13 | Unimplement unsized_locals | mejrs | -11/+5 |
| 2025-06-11 | stabilize gai | Boxy | -11/+10 |
| 2025-06-05 | Auto merge of #138677 - shepmaster:consistent-elided-lifetime-syntax, r=travi... | bors | -45/+54 |
| 2025-06-04 | Replace `elided_named_lifetimes` with `mismatched_lifetime_syntaxes` | Jake Goulding | -45/+54 |
| 2025-06-03 | Rollup merge of #141698 - oli-obk:ctfe-err-flip, r=RalfJung | Matthias Krüger | -3/+3 |
| 2025-06-02 | Clarify why we are talking about a failed const eval at a random place | Oli Scherer | -1/+1 |
| 2025-06-02 | Use the informative error as the main const eval error message | Oli Scherer | -3/+3 |
| 2025-06-02 | Auto merge of #141814 - flip1995:clippy-subtree-update, r=Manishearth | bors | -202/+1274 |
| 2025-06-01 | Rollup merge of #141072 - Rynibami:stabilize-const-result-flatten, r=jhpratt | Jacob Pratt | -12/+10 |
| 2025-05-31 | Merge commit '57cbadd68ac473bc50453f6b1320a02b68115f12' | Philipp Krones | -202/+1274 |
| 2025-05-28 | Stabilise `repr128` | beetrees | -101/+94 |
| 2025-05-22 | Rollup merge of #141130 - mejrs:use_self, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2025-05-21 | Merge commit 'cadf98bb7d783e2ea3572446c3f80d3592ec5f86' into clippy-subtree-u... | Philipp Krones | -2621/+3023 |
| 2025-05-17 | do away with `_Self` and `TraitName` and check generic params for rustc_on_un... | mejrs | -1/+1 |
| 2025-05-16 | Updated feature flag and output of `clippy/tests/ui/map_flatten*` | Ryan van Polen | -12/+10 |
| 2025-05-15 | Merge commit '0450db33a5d8587f7c1d4b6d233dac963605766b' into clippy-subtree-u... | Philipp Krones | -1555/+2043 |
| 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/+1243 |
| 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 | -2709/+8010 |
| 2025-03-30 | Drop `clippy::invalid_null_ptr_usage` | Urgau | -575/+21 |
| 2025-03-20 | Merge commit '1e5237f4a56ae958af7e5824343eacf737b67083' into clippy-subtree-u... | Philipp Krones | -503/+3105 |
| 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 | Clippy: skip check_host_compiler check in rustc testsuite | Philipp Krones | -0/+5 |
| 2025-02-28 | Merge commit '9f9a822509e5ad3e560cbbe830d1013f936fca28' into clippy-subtree-u... | Philipp Krones | -14004/+31921 |
| 2025-02-24 | simplify must-use lint slightly | Jana Dönszelmann | -29/+40 |
| 2025-02-24 | Fix rustdoc and clippy | Jana Dönszelmann | -13/+15 |
| 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 | -1500/+2292 |
| 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 | -364/+4048 |