| Age | Commit message (Expand) | Author | Lines |
| 2025-03-12 | Move methods from `Map` to `TyCtxt`, part 4. | Nicholas Nethercote | -17/+11 |
| 2025-03-11 | Implement `#[define_opaque]` attribute for functions. | Oli Scherer | -0/+6 |
| 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 | -3/+21 |
| 2025-03-07 | Make synthetic RPITIT assoc ty name handling more rigorous. | Nicholas Nethercote | -3/+3 |
| 2025-03-06 | Fix clippy | Santiago Pastorino | -3/+21 |
| 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 | Merge commit '9f9a822509e5ad3e560cbbe830d1013f936fca28' into clippy-subtree-u... | Philipp Krones | -187/+443 |
| 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 | -42/+27 |
| 2025-02-27 | In `AssocOp::AssignOp`, use `BinOpKind` instead of `BinOpToken` | Nicholas Nethercote | -55/+4 |
| 2025-02-24 | Fix rustdoc and clippy | Jana Dönszelmann | -1/+2 |
| 2025-02-22 | Make a fake body to store typeck results for global_asm | Michael Goulet | -1/+4 |
| 2025-02-21 | Auto merge of #137397 - matthiaskrgr:rollup-ls2pilo, r=matthiaskrgr | bors | -28/+27 |
| 2025-02-21 | Rollup merge of #137299 - nnethercote:simplify-PostOrder-customization, r=com... | Matthias Krüger | -1/+1 |
| 2025-02-21 | Move methods from Map to TyCtxt, part 3. | Nicholas Nethercote | -28/+27 |
| 2025-02-20 | Simplify `Postorder` customization. | Nicholas Nethercote | -1/+1 |
| 2025-02-19 | Rollup merge of #136923 - samueltardieu:push-vxxqvqwspssv, r=davidtwco | Matthias Krüger | -3/+0 |
| 2025-02-18 | Move methods from `Map` to `TyCtxt`, part 2. | Nicholas Nethercote | -10/+8 |
| 2025-02-17 | Overhaul the `intravisit::Map` trait. | Nicholas Nethercote | -14/+14 |
| 2025-02-17 | Move some `Map` methods onto `TyCtxt`. | Nicholas Nethercote | -25/+23 |
| 2025-02-12 | Remove ignored `#[must_use]` attributes from Clippy | Samuel Tardieu | -3/+0 |
| 2025-02-10 | Rename rustc_middle::Ty::is_unsafe_ptr to is_raw_ptr | Bastian Kersting | -2/+2 |
| 2025-02-07 | clippy: directly use rustc_abi instead of reexports | Jubilee Young | -7/+7 |
| 2025-02-06 | Rollup merge of #136645 - flip1995:clippy-subtree-update, r=Manishearth | Matthias Krüger | -22/+42 |
| 2025-02-06 | Merge commit '3e3715c31236bff56f1c63a1de2c7bbdfcfb0923' into clippy-subtree-u... | Philipp Krones | -22/+42 |
| 2025-02-06 | Auto merge of #136471 - safinaskar:parallel, r=SparrowLii | bors | -8/+12 |
| 2025-02-05 | Rollup merge of #128045 - pnkfelix:rustc-contracts, r=oli-obk | León Orell Valerian Liehr | -1/+21 |
| 2025-02-03 | Express contracts as part of function header and lower it to the contract lan... | Celina G. Val | -0/+20 |
| 2025-02-03 | Contracts core intrinsics. | Felix S. Klock II | -1/+1 |
| 2025-02-03 | tree-wide: parallel: Fully removed all `Lrc`, replaced with `Arc` | Askar Safin | -8/+12 |
| 2025-02-03 | Use a different hir type for patterns in pattern types than we use in match p... | Oli Scherer | -2/+18 |
| 2025-01-31 | Enforce unsafe binders must be Copy (for now) | Michael Goulet | -0/+1 |
| 2025-01-31 | Implement MIR, CTFE, and codegen for unsafe binders | Michael Goulet | -1/+2 |
| 2025-01-29 | Eliminate PatKind::Path | Oli Scherer | -6/+21 |
| 2025-01-29 | Rollup merge of #135902 - compiler-errors:item-non-self-bound-in-new-solver, ... | León Orell Valerian Liehr | -3/+3 |
| 2025-01-28 | Make item self/non-self bound naming less whack | Michael Goulet | -3/+3 |
| 2025-01-28 | Merge commit '51d49c1ae2785b24ef18a46ef233fc1d91844666' into clippy-subtree-u... | Philipp Krones | -30/+63 |
| 2025-01-26 | Auto merge of #135753 - compiler-errors:from-ty-const, r=oli-obk | bors | -5/+4 |
| 2025-01-23 | `visit_x_unambig` | Boxy | -1/+1 |
| 2025-01-23 | The clipper :3c | Boxy | -19/+20 |
| 2025-01-23 | Make `hir::TyKind::TraitObject` use tagged ptr | Boxy | -2/+2 |