| Age | Commit message (Expand) | Author | Lines |
| 2025-09-11 | Do not attempt to compute size of a type with escaping lifetimes (#15434) | Jason Newcomb | -0/+3 |
| 2025-07-31 | Rollup merge of #144726 - jdonszelmann:move-attr-data-structures, r=lcnr | Jana Dönszelmann | -22/+34 |
| 2025-07-31 | Rollup merge of #144712 - nnethercote:dedup-num-types, r=fmease | Jana Dönszelmann | -8/+37 |
| 2025-07-31 | remove rustc_attr_data_structures | Jana Dönszelmann | -22/+34 |
| 2025-07-31 | Deduplicate `IntTy`/`UintTy`/`FloatTy`. | Nicholas Nethercote | -8/+37 |
| 2025-07-31 | Remove `TyCtxt::get_attrs_unchecked`. | Nicholas Nethercote | -2/+2 |
| 2025-07-28 | Rename impl_of_method -> impl_of_assoc | Cameron Steffen | -24/+24 |
| 2025-07-28 | Rename trait_of_item -> trait_of_assoc | Cameron Steffen | -21/+21 |
| 2025-07-26 | Fix tooling | Jonathan Brouwer | -3/+1 |
| 2025-07-25 | Merge commit '1db89a1b1ca87f24bf22d0bad21d14b2d81b3e99' into clippy-subtree-u... | Philipp Krones | -610/+1009 |
| 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-20 | Unquerify maybe_unused_trait_imports. | Camille GILLOT | -1/+1 |
| 2025-07-17 | Include ErrorGuaranteed in StableSince::Err. | Camille GILLOT | -1/+1 |
| 2025-07-17 | parse `const trait Trait` | Deadbeef | -7/+7 |
| 2025-07-17 | Improve path segment joining. | Nicholas Nethercote | -1/+2 |
| 2025-07-14 | Auto merge of #143745 - flip1995:clippy-subtree-update, r=Manishearth | bors | -199/+504 |
| 2025-07-14 | Auto merge of #143779 - JonathanBrouwer:automatically_derived_parser, r=oli-obk | bors | -1/+2 |
| 2025-07-13 | Retire hir::*ItemRef. | Camille GILLOT | -99/+102 |
| 2025-07-13 | Remove hir::AssocItemKind. | Camille GILLOT | -103/+77 |
| 2025-07-13 | Auto merge of #143213 - dianne:lower-cond-tweaks, r=cjgillot | bors | -14/+8 |
| 2025-07-12 | Fix clippy & rustdoc-json | Jonathan Brouwer | -1/+2 |
| 2025-07-11 | Rollup merge of #143708 - epage:pretty, r=compiler-errors | Matthias Krüger | -4/+4 |
| 2025-07-10 | Merge commit 'cdbbf3afda0b1bf51568b368f629b1d828507f98' into clippy-subtree-u... | Philipp Krones | -199/+504 |
| 2025-07-10 | Remove uncessary parens in closure body with unused lint | yukang | -1/+1 |
| 2025-07-09 | feat(lexer): Allow including frontmatter with 'tokenize' | Ed Page | -4/+4 |
| 2025-07-07 | Auto merge of #143182 - xdoardo:more-addrspace, r=workingjubilee | bors | -4/+4 |
| 2025-07-07 | compiler: Parse `p-` specs in datalayout string, allow definition of custom d... | Edoardo Marangoni | -4/+4 |
| 2025-07-07 | Rollup merge of #143544 - workingjubilee:rename-bare-fn, r=fmease | Jacob Pratt | -4/+4 |
| 2025-07-06 | clippy: migrate BareFn -> FnPtr | Jubilee Young | -4/+4 |
| 2025-07-06 | Rewrite empty attribute lint | Jonathan Brouwer | -3/+3 |
| 2025-07-05 | clippy: conditions are no longer wrapped in `DropTemps` | dianne | -14/+8 |
| 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 | -8/+11 |
| 2025-07-04 | Remove names_imported_by_glob_use query. | Camille GILLOT | -1/+1 |
| 2025-07-01 | Update clippy source code to make use of `TyCtxt::def_descr` instead of `Item... | Guillaume Gomez | -2/+8 |
| 2025-06-30 | Introduce `ByteSymbol`. | Nicholas Nethercote | -19/+21 |
| 2025-06-27 | broken_links: Fix rustdoc API usage | Philipp Krones | -1/+1 |
| 2025-06-27 | Merge commit 'c5dbd1de07e0407b9687619a868384d6de06253f' into clippy-subtree-u... | Philipp Krones | -524/+721 |
| 2025-06-26 | Rollup merge of #141648 - GuillaumeGomez:redundant_explicit_links-expansion, ... | Matthias Krüger | -2/+2 |
| 2025-06-24 | fix clippy | Jana Dönszelmann | -2/+3 |
| 2025-06-23 | Update clippy source code to changes on `source_span_for_markdown_range` | Guillaume Gomez | -2/+2 |
| 2025-06-22 | Port `#[no_mangle]` to new attribute parsing infrastructure | Jonathan Brouwer | -6/+6 |
| 2025-06-22 | Port `#[must_use]` to new attribute parsing infrastructure | Jonathan Brouwer | -15/+24 |
| 2025-06-21 | All HIR attributes are outer | David Tolnay | -3/+10 |
| 2025-06-21 | Rollup merge of #142787 - samueltardieu:diag-items-for-clippy, r=Manishearth,... | Matthias Krüger | -15/+16 |
| 2025-06-20 | Auto merge of #142794 - tgross35:rollup-iae7okj, r=tgross35 | bors | -3/+2 |
| 2025-06-20 | clippy: replace path uses by diagnostic items | Samuel Tardieu | -15/+16 |
| 2025-06-20 | Avoid some unnecessary symbol interning. | Nicholas Nethercote | -1/+1 |
| 2025-06-19 | Extract Translator struct | Cameron Steffen | -3/+2 |