| Age | Commit message (Expand) | Author | Lines |
| 2025-09-11 | Do not attempt to compute size of a type with escaping lifetimes (#15434) | Jason Newcomb | -3/+14 |
| 2025-08-01 | Rollup merge of #144691 - xizheyin:suggest-confuse, r=estebank | Jacob Pratt | -1/+1 |
| 2025-07-31 | Rollup merge of #144726 - jdonszelmann:move-attr-data-structures, r=lcnr | Jana Dönszelmann | -31/+45 |
| 2025-07-31 | Rollup merge of #144712 - nnethercote:dedup-num-types, r=fmease | Jana Dönszelmann | -13/+42 |
| 2025-07-31 | remove rustc_attr_data_structures | Jana Dönszelmann | -31/+45 |
| 2025-07-31 | Deduplicate `IntTy`/`UintTy`/`FloatTy`. | Nicholas Nethercote | -13/+42 |
| 2025-07-31 | Extend `is_case_difference` to handle digit-letter confusables | xizheyin | -1/+1 |
| 2025-07-31 | Remove `TyCtxt::get_attrs_unchecked`. | Nicholas Nethercote | -3/+3 |
| 2025-07-28 | Rename impl_of_method -> impl_of_assoc | Cameron Steffen | -27/+27 |
| 2025-07-28 | Rename trait_of_item -> trait_of_assoc | Cameron Steffen | -24/+24 |
| 2025-07-26 | Fix tooling | Jonathan Brouwer | -3/+1 |
| 2025-07-25 | Merge commit '1db89a1b1ca87f24bf22d0bad21d14b2d81b3e99' into clippy-subtree-u... | Philipp Krones | -1125/+3790 |
| 2025-07-24 | Rollup merge of #144014 - dianne:edition-guide-links, r=estebank | León Orell Valerian Liehr | -1/+1 |
| 2025-07-23 | Remove useless lifetime parameter. | Camille GILLOT | -2/+2 |
| 2025-07-23 | Ports `#[macro_use]` and `#[macro_escape]` to the new attribute parsing infra... | Jonathan Brouwer | -4/+4 |
| 2025-07-22 | Rollup merge of #143373 - cjgillot:bare-unused-trait-imports, r=petrochenkov | Matthias Krüger | -1/+1 |
| 2025-07-22 | Rollup merge of #144027 - RalfJung:clippy, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -39/+64 |
| 2025-07-20 | clippy: make tests work in stage 1 | Ralf Jung | -39/+64 |
| 2025-07-20 | Unquerify maybe_unused_trait_imports. | Camille GILLOT | -1/+1 |
| 2025-07-17 | Include ErrorGuaranteed in StableSince::Err. | Camille GILLOT | -2/+2 |
| 2025-07-17 | Auto merge of #143879 - fee1-dead-contrib:push-lrlpoouyqqry, r=fmease | bors | -26/+23 |
| 2025-07-17 | parse `const trait Trait` | Deadbeef | -26/+23 |
| 2025-07-17 | Rollup merge of #143914 - shepmaster:mismatched-lifetime-syntaxes-rewording, ... | Matthias Krüger | -6/+7 |
| 2025-07-17 | Improve path segment joining. | Nicholas Nethercote | -9/+11 |
| 2025-07-16 | future-incompat lints: don't link to the nightly edition-guide version | dianne | -1/+1 |
| 2025-07-14 | Auto merge of #143745 - flip1995:clippy-subtree-update, r=Manishearth | bors | -470/+3266 |
| 2025-07-14 | Reword mismatched-lifetime-syntaxes text based on feedback | Jake Goulding | -6/+7 |
| 2025-07-14 | Auto merge of #143779 - JonathanBrouwer:automatically_derived_parser, r=oli-obk | bors | -4/+5 |
| 2025-07-13 | Auto merge of #143357 - cjgillot:no-assoc-item-kind, r=compiler-errors | bors | -256/+220 |
| 2025-07-13 | Retire hir::*ItemRef. | Camille GILLOT | -151/+141 |
| 2025-07-13 | Remove hir::AssocItemKind. | Camille GILLOT | -111/+85 |
| 2025-07-13 | Rollup merge of #143825 - RalfJung:clippy-test-filter, r=llogiq | Matthias Krüger | -1/+10 |
| 2025-07-13 | Auto merge of #143213 - dianne:lower-cond-tweaks, r=cjgillot | bors | -48/+29 |
| 2025-07-12 | Fix clippy & rustdoc-json | Jonathan Brouwer | -4/+5 |
| 2025-07-12 | fix clippy_test_deps workspace handling | Ralf Jung | -0/+508 |
| 2025-07-12 | clippy: fix test filtering when TESTNAME is empty | Ralf Jung | -1/+10 |
| 2025-07-11 | Rollup merge of #143708 - epage:pretty, r=compiler-errors | Matthias Krüger | -20/+17 |
| 2025-07-10 | Merge commit 'cdbbf3afda0b1bf51568b368f629b1d828507f98' into clippy-subtree-u... | Philipp Krones | -476/+2760 |
| 2025-07-10 | Remove uncessary parens in closure body with unused lint | yukang | -3/+3 |
| 2025-07-09 | feat(lexer): Allow including frontmatter with 'tokenize' | Ed Page | -20/+17 |
| 2025-07-07 | Account for const stability in clippy when checking constness | Esteban Küber | -6/+14 |
| 2025-07-07 | Make `Default` const and add some `const Default` impls | Esteban Küber | -10/+4 |
| 2025-07-07 | Auto merge of #143182 - xdoardo:more-addrspace, r=workingjubilee | bors | -5/+5 |
| 2025-07-07 | compiler: Parse `p-` specs in datalayout string, allow definition of custom d... | Edoardo Marangoni | -5/+5 |
| 2025-07-07 | Rollup merge of #143544 - workingjubilee:rename-bare-fn, r=fmease | Jacob Pratt | -17/+17 |
| 2025-07-06 | clippy: migrate BareFn -> FnPtr | Jubilee Young | -17/+17 |
| 2025-07-06 | Rewrite empty attribute lint | Jonathan Brouwer | -4/+4 |
| 2025-07-05 | clippy: conditions are no longer wrapped in `DropTemps` | dianne | -48/+29 |
| 2025-07-05 | Rollup merge of #143372 - cjgillot:bare-glob-map, r=petrochenkov | Matthias Krüger | -1/+1 |
| 2025-07-04 | Port `#[non_exhaustive]` to the new attribute parsing infrastructure | Jonathan Brouwer | -12/+16 |