| Age | Commit message (Expand) | Author | Lines |
| 2025-01-29 | Eliminate PatKind::Path | Oli Scherer | -57/+135 |
| 2025-01-29 | Rollup merge of #136164 - celinval:chores-fnkind, r=oli-obk | León Orell Valerian Liehr | -2/+2 |
| 2025-01-29 | Rollup merge of #135902 - compiler-errors:item-non-self-bound-in-new-solver, ... | León Orell Valerian Liehr | -4/+4 |
| 2025-01-28 | Refactor FnKind variant to hold &Fn | Celina G. Val | -2/+2 |
| 2025-01-28 | Make item self/non-self bound naming less whack | Michael Goulet | -4/+4 |
| 2025-01-28 | Merge commit '51d49c1ae2785b24ef18a46ef233fc1d91844666' into clippy-subtree-u... | Philipp Krones | -795/+5679 |
| 2025-01-27 | Rollup merge of #126604 - kadiwa4:uplift_double_negation, r=nnethercote | León Orell Valerian Liehr | -146/+93 |
| 2025-01-26 | remove `clippy::double_neg` | Kalle Wachsmuth | -146/+93 |
| 2025-01-26 | Auto merge of #135753 - compiler-errors:from-ty-const, r=oli-obk | bors | -10/+6 |
| 2025-01-24 | Auto merge of #135272 - BoxyUwU:generic_arg_infer_reliability_2, r=compiler-e... | bors | -171/+168 |
| 2025-01-23 | Remove RunCompiler | bjorn3 | -3/+3 |
| 2025-01-23 | Remove the need to manually call set_using_internal_features | bjorn3 | -7/+3 |
| 2025-01-23 | make `hir::Ty/ConstArg` methods generic where applicable | Boxy | -2/+2 |
| 2025-01-23 | `visit_x_unambig` | Boxy | -12/+12 |
| 2025-01-23 | The clipper :3c | Boxy | -168/+165 |
| 2025-01-23 | Make `hir::TyKind::TraitObject` use tagged ptr | Boxy | -5/+5 |
| 2025-01-21 | Rollup merge of #135706 - compiler-errors:elaborate, r=lcnr | Matthias Krüger | -1/+2 |
| 2025-01-21 | Auto merge of #134299 - RalfJung:remove-start, r=compiler-errors | bors | -185/+37 |
| 2025-01-21 | Move supertrait_def_ids into the elaborate module like all other fns | Michael Goulet | -1/+2 |
| 2025-01-21 | remove support for the #[start] attribute | Ralf Jung | -185/+37 |
| 2025-01-20 | Get rid of mir::Const::from_ty_const | Michael Goulet | -10/+6 |
| 2025-01-18 | Revert "Auto merge of #134330 - scottmcm:no-more-rvalue-len, r=matthewjasper" | Rémy Rakic | -1/+1 |
| 2025-01-15 | Rollup merge of #135003 - RalfJung:deprecate-allowed-through-unstable, r=davi... | Guillaume Gomez | -32/+32 |
| 2025-01-15 | Auto merge of #134353 - oli-obk:safe-target-feature-unsafe-by-default, r=wesl... | bors | -10/+10 |
| 2025-01-15 | Rollup merge of #132397 - m-ou-se:warn-missing-abi, r=Nadrieril | Jacob Pratt | -12/+15 |
| 2025-01-15 | intrinsics: deprecate calling them via the unstable std::intrinsics path | Ralf Jung | -31/+31 |
| 2025-01-15 | allowed_through_unstable_modules: support showing a deprecation message when ... | Ralf Jung | -1/+1 |
| 2025-01-14 | Add hir::HeaderSafety to make follow up commits simpler | Oli Scherer | -10/+10 |
| 2025-01-11 | migrate `clippy` to the `DenseBitSet` name | Rémy Rakic | -18/+18 |
| 2025-01-09 | Merge commit '19e305bb57a7595f2a8d81f521c0dd8bf854e739' into clippy-subtree-u... | Philipp Krones | -432/+2000 |
| 2025-01-08 | Rename PatKind::Lit to Expr | Oli Scherer | -34/+34 |
| 2025-01-08 | Exhaustively handle expressions in patterns | Oli Scherer | -85/+198 |
| 2025-01-07 | Rollup merge of #134989 - max-niederman:guard-patterns-hir, r=oli-obk | Matthias Krüger | -5/+21 |
| 2025-01-07 | Update tests. | Mara Bos | -12/+15 |
| 2025-01-04 | Rollup merge of #135046 - RalfJung:rustc_box_intrinsic, r=compiler-errors | Jubilee | -9/+8 |
| 2025-01-04 | turn hir::ItemKind::Fn into a named-field variant | Ralf Jung | -26/+50 |
| 2025-01-03 | turn rustc_box into an intrinsic | Ralf Jung | -9/+8 |
| 2024-12-31 | cover guard patterns in clippy lints | Max Niederman | -5/+21 |
| 2024-12-26 | Merge commit '609cd310be44677ae31d452a17b0f8207e1abfe1' into clippy-subtree-u... | Philipp Krones | -1415/+6002 |
| 2024-12-24 | Auto merge of #134625 - compiler-errors:unsafe-binders-ty, r=oli-obk | bors | -2/+5 |
| 2024-12-22 | Begin to implement type system layer of unsafe binders | Michael Goulet | -2/+5 |
| 2024-12-22 | Update clippy | Scott McMurray | -1/+1 |
| 2024-12-19 | Auto merge of #133961 - lcnr:borrowck-cleanup, r=jackh726 | bors | -1/+1 |
| 2024-12-18 | introduce `LateParamRegionKind` | lcnr | -1/+1 |
| 2024-12-18 | Rollup merge of #134161 - nnethercote:overhaul-token-cursors, r=spastorino | 许杰友 Jieyou Xu (Joe) | -4/+4 |
| 2024-12-18 | Rename `RefTokenTreeCursor`. | Nicholas Nethercote | -4/+4 |
| 2024-12-18 | Simplify `RefTokenTreeCursor::look_ahead`. | Nicholas Nethercote | -1/+1 |
| 2024-12-16 | rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures | Jonathan Dönszelmann | -13/+15 |
| 2024-12-16 | split attributes | Jonathan Dönszelmann | -1/+1 |
| 2024-12-15 | Add hir::Attribute | Jonathan Dönszelmann | -95/+90 |