| Age | Commit message (Expand) | Author | Lines |
| 2025-05-09 | Restrict the cases where `ptr_eq` triggers (#14526) | Alex Macleod | -100/+60 |
| 2025-05-09 | Ensure that peeling does not recurse into macros (#14527) | Alex Macleod | -15/+38 |
| 2025-05-09 | fix: map_entry: don't emit lint before checks have been performed (#14568) | Alex Macleod | -15/+62 |
| 2025-05-09 | `manual_ok_err`: don't lint subpatterns (#14661) | Timo | -2/+12 |
| 2025-03-26 | expand: Leave traces when expanding `cfg` attributes | Vadim Petrochenkov | -8/+7 |
| 2025-03-25 | Allow defining opaques in statics and consts | Michael Goulet | -0/+8 |
| 2025-03-21 | Auto merge of #138761 - flip1995:clippy-subtree-update, r=Manishearth | bors | -1143/+4610 |
| 2025-03-20 | Auto merge of #138747 - matthiaskrgr:rollup-68x44rw, r=matthiaskrgr | bors | -28/+32 |
| 2025-03-20 | Merge commit '1e5237f4a56ae958af7e5824343eacf737b67083' into clippy-subtree-u... | Philipp Krones | -1144/+4611 |
| 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-20 | Rollup merge of #138435 - eholk:prefix-yield, r=oli-obk | Matthias Krüger | -2/+3 |
| 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 | Refactor YieldKind so postfix yield must have an expression | Eric Holk | -2/+2 |
| 2025-03-18 | Auto merge of #138630 - matthiaskrgr:rollup-kk1gogr, r=matthiaskrgr | bors | -145/+139 |
| 2025-03-18 | Move `hir::Item::ident` into `hir::ItemKind`. | Nicholas Nethercote | -144/+138 |
| 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-15 | Auto merge of #138464 - compiler-errors:less-type-ir, r=lcnr | bors | -1/+1 |
| 2025-03-15 | Fold visit into ty | Michael Goulet | -1/+1 |
| 2025-03-14 | Do not suggest using `-Zmacro-backtrace` for builtin macros | Esteban Küber | -16/+0 |
| 2025-03-14 | Fix clippy | Eric Holk | -1/+1 |
| 2025-03-14 | Teach rustfmt to handle postfix yield | Eric Holk | -2/+3 |
| 2025-03-12 | Move methods from `Map` to `TyCtxt`, part 4. | Nicholas Nethercote | -78/+67 |
| 2025-03-11 | Implement `#[define_opaque]` attribute for functions. | Oli Scherer | -11/+11 |
| 2025-03-07 | Rollup merge of #137977 - nnethercote:less-kw-Empty-1, r=spastorino | Matthias Krüger | -3/+3 |
| 2025-03-07 | Rollup merge of #134797 - spastorino:ergonomic-ref-counting-1, r=nikomatsakis | Matthias Krüger | -5/+44 |
| 2025-03-07 | Add helper methods checking for "#[non_exhaustive] that's active" | Maja Kądziołka | -4/+5 |
| 2025-03-07 | Make synthetic RPITIT assoc ty name handling more rigorous. | Nicholas Nethercote | -3/+3 |
| 2025-03-06 | Fix clippy | Santiago Pastorino | -5/+44 |
| 2025-03-06 | Remove the `Option` part of range ends in the HIR | Oli Scherer | -8/+3 |
| 2025-03-04 | Auto merge of #137959 - matthiaskrgr:rollup-62vjvwr, r=matthiaskrgr | bors | -2/+1 |
| 2025-03-03 | Rollup merge of #132388 - frank-king:feature/where-cfg, r=petrochenkov | Matthias Krüger | -13/+14 |
| 2025-03-03 | Remove some unnecessary aliases from `rustc_data_structures::sync` | Zalathar | -2/+1 |
| 2025-03-01 | Implment `#[cfg]` and `#[cfg_attr]` in `where` clauses | Frank King | -13/+14 |
| 2025-02-28 | Fix link to ty::Ty in clippy_utils | Philipp Krones | -1/+1 |
| 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 | -15391/+34661 |
| 2025-02-28 | Rollup merge of #137712 - meithecatte:extract-binding-mode, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -1/+0 |
| 2025-02-27 | Clean up TypeckResults::extract_binding_mode | Maja Kądziołka | -1/+0 |
| 2025-02-27 | Rename `AssocOp::As` as `AssocOp::Cast`. | Nicholas Nethercote | -7/+7 |
| 2025-02-27 | Replace `AssocOp::DotDot{,Eq}` with `AssocOp::Range`. | Nicholas Nethercote | -22/+8 |
| 2025-02-27 | Introduce `AssocOp::Binary`. | Nicholas Nethercote | -43/+28 |
| 2025-02-27 | In `AssocOp::AssignOp`, use `BinOpKind` instead of `BinOpToken` | Nicholas Nethercote | -55/+4 |
| 2025-02-24 | simplify must-use lint slightly | Jana Dönszelmann | -52/+47 |
| 2025-02-24 | Fix rustdoc and clippy | Jana Dönszelmann | -111/+117 |
| 2025-02-23 | Rollup merge of #137180 - compiler-errors:sym-regions, r=oli-obk | Matthias Krüger | -6/+9 |
| 2025-02-22 | Make a fake body to store typeck results for global_asm | Michael Goulet | -2/+5 |