| Age | Commit message (Expand) | Author | Lines |
| 2025-03-12 | Rollup merge of #137504 - nnethercote:remove-Map-4, r=Zalathar | Manish Goregaokar | -4/+3 |
| 2025-03-12 | Move methods from `Map` to `TyCtxt`, part 4. | Nicholas Nethercote | -4/+3 |
| 2025-03-10 | Allow int literals for pattern types with int base types | Oli Scherer | -1/+6 |
| 2025-03-08 | Auto merge of #137502 - compiler-errors:global-asm-aint-mir-body, r=oli-obk | bors | -1/+2 |
| 2025-03-07 | Rollup merge of #134797 - spastorino:ergonomic-ref-counting-1, r=nikomatsakis | Matthias Krüger | -3/+67 |
| 2025-03-06 | Add UseCloned trait related code | Santiago Pastorino | -26/+46 |
| 2025-03-06 | Generate the right MIR for by use closures | Santiago Pastorino | -2/+2 |
| 2025-03-06 | Implement .use keyword as an alias of clone | Santiago Pastorino | -1/+45 |
| 2025-03-06 | Construct MIR error body for global_asm correctly | Michael Goulet | -1/+2 |
| 2025-03-05 | Make `MatchPairTree::place` non-optional | Zalathar | -23/+9 |
| 2025-03-05 | Remove the separate simplify step for match-pair trees | Zalathar | -71/+14 |
| 2025-03-05 | Remove `TestCase::Irrefutable` | Zalathar | -58/+38 |
| 2025-03-05 | Populate pattern bindings/ascriptions while building `MatchPairTree` | Zalathar | -46/+100 |
| 2025-03-05 | Make `MatchPairTree::for_pattern` push its output node to a vector | Zalathar | -19/+23 |
| 2025-03-05 | Make `field_match_pairs` push its output nodes to a vector | Zalathar | -12/+9 |
| 2025-02-24 | Fix some `use` items that import more than necessary. | Nicholas Nethercote | -2/+2 |
| 2025-02-23 | Rollup merge of #137334 - compiler-errors:edition-2024-fresh-2, r=saethlin,tr... | Jacob Pratt | -3/+3 |
| 2025-02-23 | Rollup merge of #137180 - compiler-errors:sym-regions, r=oli-obk | Matthias Krüger | -14/+8 |
| 2025-02-22 | Greatly simplify lifetime captures in edition 2024 | Michael Goulet | -3/+3 |
| 2025-02-22 | Fix binding mode problems | Michael Goulet | -1/+1 |
| 2025-02-22 | Make a fake body to store typeck results for global_asm | Michael Goulet | -14/+8 |
| 2025-02-21 | Rollup merge of #137305 - nnethercote:rustc_middle-2, r=lcnr | Matthias Krüger | -27/+16 |
| 2025-02-21 | Put a `BlockTailInfo` in `BlockFrame::TailExpr`. | Nicholas Nethercote | -20/+9 |
| 2025-02-21 | Rename `ClearCrossCrate::assert_crate_local`. | Nicholas Nethercote | -7/+7 |
| 2025-02-20 | Don't store a redundant span in user-type projections | Zalathar | -2/+1 |
| 2025-02-20 | Avoid a useless clone of `UserTypeProjection` | Zalathar | -5/+2 |
| 2025-02-19 | Rollup merge of #137213 - nnethercote:rm-rustc_middle-mir-tcx, r=compiler-errors | Matthias Krüger | -1/+0 |
| 2025-02-19 | Remove `rustc_middle::mir::tcx` module. | Nicholas Nethercote | -1/+0 |
| 2025-02-18 | Move methods from `Map` to `TyCtxt`, part 2. | Nicholas Nethercote | -4/+3 |
| 2025-02-08 | Rustfmt | bjorn3 | -239/+340 |
| 2025-02-06 | Rollup merge of #136435 - Zalathar:thir-pat-stuff, r=Nadrieril | Matthias Krüger | -118/+117 |
| 2025-02-05 | Auto merge of #136302 - oli-obk:push-vvqmwzunxsrk, r=compiler-errors | bors | -10/+11 |
| 2025-02-03 | Slightly simplify the signature of `lower_match_arms` | Zalathar | -10/+8 |
| 2025-02-03 | Avoid double-boxing lists of THIR subpatterns | Zalathar | -2/+2 |
| 2025-02-03 | Remove some non-trivial `box` patterns | Zalathar | -12/+8 |
| 2025-02-03 | Remove `'pat` lifetime from some match-lowering data structures | Zalathar | -96/+101 |
| 2025-02-02 | Rollup merge of #136279 - Zalathar:ensure-ok, r=oli-obk | Matthias Krüger | -2/+2 |
| 2025-02-01 | Rollup merge of #130514 - compiler-errors:unsafe-binders, r=oli-obk | Matthias Krüger | -8/+46 |
| 2025-02-01 | Rename `tcx.ensure_with_value()` to `tcx.ensure_done()` | Zalathar | -1/+1 |
| 2025-02-01 | Rename `tcx.ensure()` to `tcx.ensure_ok()` | Zalathar | -1/+1 |
| 2025-01-31 | Implement MIR, CTFE, and codegen for unsafe binders | Michael Goulet | -8/+46 |
| 2025-01-31 | Remove the `mir_build` hook. | Nicholas Nethercote | -5/+4 |
| 2025-01-30 | Avoid calling the layout_of query in lit_to_const | Oli Scherer | -10/+11 |
| 2025-01-29 | Rollup merge of #136121 - oli-obk:push-zzvxlynmnqpp, r=estebank | León Orell Valerian Liehr | -49/+50 |
| 2025-01-28 | Edit the inputs to const == val check instead of duplicating logic | Oli Scherer | -32/+34 |
| 2025-01-28 | Represent the raw pointer for a array length check as a new kind of fake borrow | Michael Goulet | -17/+6 |
| 2025-01-27 | Reapply "Auto merge of #133734 - scottmcm:lower-indexing-to-ptrmetadata, r=da... | Michael Goulet | -9/+83 |
| 2025-01-27 | Use an operand instead of a place that is always turned into an operand | Oli Scherer | -12/+8 |
| 2025-01-27 | Deduplicate operand creation between scalars, non-scalars and string patterns | Oli Scherer | -8/+11 |
| 2025-01-24 | don't drop types with no drop glue when tailcalling | Waffle Lapkin | -0/+9 |