| Age | Commit message (Expand) | Author | Lines |
| 2025-05-09 | Restrict the cases where `ptr_eq` triggers (#14526) | Alex Macleod | -8/+14 |
| 2025-05-09 | Ensure that peeling does not recurse into macros (#14527) | Alex Macleod | -5/+8 |
| 2025-05-09 | fix: map_entry: don't emit lint before checks have been performed (#14568) | Alex Macleod | -15/+18 |
| 2025-05-09 | `manual_ok_err`: don't lint subpatterns (#14661) | Timo | -1/+1 |
| 2025-03-26 | expand: Leave traces when expanding `cfg` attributes | Vadim Petrochenkov | -4/+3 |
| 2025-03-21 | Auto merge of #138761 - flip1995:clippy-subtree-update, r=Manishearth | bors | -557/+1112 |
| 2025-03-20 | Auto merge of #138747 - matthiaskrgr:rollup-68x44rw, r=matthiaskrgr | bors | -26/+29 |
| 2025-03-20 | Merge commit '1e5237f4a56ae958af7e5824343eacf737b67083' into clippy-subtree-u... | Philipp Krones | -557/+1112 |
| 2025-03-20 | Auto merge of #138515 - petrochenkov:cfgtrace, r=nnethercote | bors | -1/+5 |
| 2025-03-20 | Rollup merge of #138685 - nnethercote:use-Option-Ident-for-lowered-param-name... | Matthias Krüger | -26/+29 |
| 2025-03-19 | Rollup merge of #138001 - meithecatte:privately-uninhabited, r=Nadrieril | Matthias Krüger | -4/+5 |
| 2025-03-19 | Use `Option<Ident>` for lowered param names. | Nicholas Nethercote | -26/+29 |
| 2025-03-18 | Auto merge of #138630 - matthiaskrgr:rollup-kk1gogr, r=matthiaskrgr | bors | -134/+125 |
| 2025-03-18 | Move `hir::Item::ident` into `hir::ItemKind`. | Nicholas Nethercote | -133/+124 |
| 2025-03-17 | expand: Leave traces when expanding `cfg_attr` attributes | Vadim Petrochenkov | -1/+5 |
| 2025-03-17 | Fix `is_relevant_impl`. | Nicholas Nethercote | -1/+1 |
| 2025-03-16 | Suppress must_use in compiler and tools | Michael Goulet | -4/+4 |
| 2025-03-12 | Move methods from `Map` to `TyCtxt`, part 4. | Nicholas Nethercote | -61/+56 |
| 2025-03-07 | Add helper methods checking for "#[non_exhaustive] that's active" | Maja Kądziołka | -4/+5 |
| 2025-03-06 | Fix clippy | Santiago Pastorino | -2/+23 |
| 2025-02-28 | Merge commit '9f9a822509e5ad3e560cbbe830d1013f936fca28' into clippy-subtree-u... | Philipp Krones | -1072/+1927 |
| 2025-02-27 | Introduce `AssocOp::Binary`. | Nicholas Nethercote | -1/+1 |
| 2025-02-24 | simplify must-use lint slightly | Jana Dönszelmann | -23/+7 |
| 2025-02-24 | Fix rustdoc and clippy | Jana Dönszelmann | -97/+100 |
| 2025-02-22 | Make a fake body to store typeck results for global_asm | Michael Goulet | -1/+1 |
| 2025-02-22 | Make asm a named field | Michael Goulet | -4/+4 |
| 2025-02-21 | Auto merge of #137397 - matthiaskrgr:rollup-ls2pilo, r=matthiaskrgr | bors | -80/+69 |
| 2025-02-21 | Rollup merge of #137305 - nnethercote:rustc_middle-2, r=lcnr | Matthias Krüger | -1/+1 |
| 2025-02-21 | Move methods from Map to TyCtxt, part 3. | Nicholas Nethercote | -80/+69 |
| 2025-02-21 | Rename `ClearCrossCrate::assert_crate_local`. | Nicholas Nethercote | -1/+1 |
| 2025-02-19 | Rollup merge of #136923 - samueltardieu:push-vxxqvqwspssv, r=davidtwco | Matthias Krüger | -1/+0 |
| 2025-02-18 | Move methods from `Map` to `TyCtxt`, part 2. | Nicholas Nethercote | -35/+29 |
| 2025-02-17 | Rollup merge of #137101 - GrigorenkoPV:str-inherent-lint, r=Urgau | Matthias Krüger | -4/+5 |
| 2025-02-17 | Overhaul the `intravisit::Map` trait. | Nicholas Nethercote | -50/+47 |
| 2025-02-17 | Move some `Map` methods onto `TyCtxt`. | Nicholas Nethercote | -121/+119 |
| 2025-02-16 | clippy: string_from_utf8_as_bytes: also detect inherent `from_utf8` | Pavel Grigorenko | -4/+5 |
| 2025-02-13 | Auto merge of #136593 - lukas-code:ty-value-perf, r=oli-obk | bors | -3/+4 |
| 2025-02-13 | intern valtrees | Lukas Markeffsky | -3/+4 |
| 2025-02-12 | Remove ignored `#[must_use]` attributes from Clippy | Samuel Tardieu | -1/+0 |
| 2025-02-10 | Convert two missed places | Bastian Kersting | -2/+2 |
| 2025-02-10 | Rename rustc_middle::Ty::is_unsafe_ptr to is_raw_ptr | Bastian Kersting | -7/+7 |
| 2025-02-08 | Rollup merge of #136706 - workingjubilee:finish-up-rustc-abi-updates, r=compi... | Jubilee | -34/+36 |
| 2025-02-07 | clippy: directly use rustc_abi instead of reexports | Jubilee Young | -34/+36 |
| 2025-02-07 | fix typo | Jana Dönszelmann | -1/+1 |
| 2025-02-07 | fix empty after lint on impl/trait items | Jonathan Dönszelmann | -37/+76 |
| 2025-02-07 | Update UI tests | Guillaume Gomez | -1/+1 |
| 2025-02-07 | Convert `EMPTY_LINE_AFTER_OUTER_ATTR` and `EMPTY_LINE_AFTER_OUTER_ATTR` lint ... | Guillaume Gomez | -427/+458 |
| 2025-02-06 | Rollup merge of #136645 - flip1995:clippy-subtree-update, r=Manishearth | Matthias Krüger | -213/+924 |
| 2025-02-06 | Auto merge of #136641 - matthiaskrgr:rollup-lajwje5, r=matthiaskrgr | bors | -21/+17 |
| 2025-02-06 | Merge commit '3e3715c31236bff56f1c63a1de2c7bbdfcfb0923' into clippy-subtree-u... | Philipp Krones | -213/+924 |