| Age | Commit message (Expand) | Author | Lines |
| 2025-03-01 | Rollup merge of #137686 - nbdd0121:asm_const, r=compiler-errors | Matthias Krüger | -6/+14 |
| 2025-02-26 | Handle asm const similar to inline const | Gary Guo | -6/+14 |
| 2025-02-25 | Teach structured errors to display short `Ty` | Esteban Küber | -7/+3 |
| 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 | -6/+6 |
| 2025-02-23 | Rollup merge of #137180 - compiler-errors:sym-regions, r=oli-obk | Matthias Krüger | -43/+39 |
| 2025-02-22 | Greatly simplify lifetime captures in edition 2024 | Michael Goulet | -6/+6 |
| 2025-02-22 | Fix binding mode problems | Michael Goulet | -7/+5 |
| 2025-02-22 | Make a fake body to store typeck results for global_asm | Michael Goulet | -43/+39 |
| 2025-02-22 | Upgrade the compiler to edition 2024 | Michael Goulet | -1/+1 |
| 2025-02-21 | Auto merge of #137397 - matthiaskrgr:rollup-ls2pilo, r=matthiaskrgr | bors | -4/+4 |
| 2025-02-21 | Rollup merge of #137305 - nnethercote:rustc_middle-2, r=lcnr | Matthias Krüger | -27/+16 |
| 2025-02-21 | Move methods from Map to TyCtxt, part 3. | Nicholas Nethercote | -4/+4 |
| 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 | Remove scrutinee_hir_id from ExprKind::Match | bjorn3 | -2/+1 |
| 2025-02-18 | Move methods from `Map` to `TyCtxt`, part 2. | Nicholas Nethercote | -11/+9 |
| 2025-02-17 | Rollup merge of #136817 - dianne:clean-and-comment-pat-migration, r=Nadrieril | Matthias Krüger | -114/+205 |
| 2025-02-17 | Rollup merge of #136671 - nnethercote:middle-limits, r=Nadrieril | Matthias Krüger | -14/+6 |
| 2025-02-17 | Move some `Map` methods onto `TyCtxt`. | Nicholas Nethercote | -4/+3 |
| 2025-02-17 | Add `pattern_complexity_limit` to `Limits`. | Nicholas Nethercote | -14/+6 |
| 2025-02-14 | More comments for `lower_inline_const` | Zalathar | -1/+4 |
| 2025-02-14 | Clarify control-flow in `lower_path` | Zalathar | -30/+33 |
| 2025-02-14 | Rename `PatCtxt::lower_lit` to `lower_pat_expr` | Zalathar | -7/+7 |
| 2025-02-13 | Auto merge of #136593 - lukas-code:ty-value-perf, r=oli-obk | bors | -6/+6 |
| 2025-02-13 | intern valtrees | Lukas Markeffsky | -6/+6 |
| 2025-02-10 | Rename rustc_middle::Ty::is_unsafe_ptr to is_raw_ptr | Bastian Kersting | -1/+1 |
| 2025-02-10 | move pattern migration internals to the `migration` module | dianne | -66/+114 |
| 2025-02-10 | move pattern migration setup/emitting to a separate module | dianne | -61/+104 |
| 2025-02-08 | Rustfmt | bjorn3 | -253/+353 |
| 2025-02-07 | Rollup merge of #136577 - dianne:simple-pat-migration-simplification, r=Nadri... | Matthias Krüger | -62/+155 |
| 2025-02-07 | Rollup merge of #135973 - WaffleLapkin:tail-track-caller-fix, r=compiler-errors | Matthias Krüger | -23/+28 |
| 2025-02-06 | fix tail call checks wrt `#[track_caller]` | Waffle Lapkin | -23/+28 |
| 2025-02-06 | Rollup merge of #136435 - Zalathar:thir-pat-stuff, r=Nadrieril | Matthias Krüger | -139/+137 |
| 2025-02-05 | peace of mind: be absolutely sure we don't try to emit a 0-part suggestion | dianne | -1/+4 |
| 2025-02-05 | try to suggest eliding redundant binding modifiers | dianne | -36/+45 |
| 2025-02-05 | peace of mind: remove a call to `Option::expect` | dianne | -2/+3 |
| 2025-02-05 | reword default binding mode notes | dianne | -9/+3 |
| 2025-02-05 | Auto merge of #136302 - oli-obk:push-vvqmwzunxsrk, r=compiler-errors | bors | -21/+28 |
| 2025-02-05 | separate labels for default binding mode spans into their own notes | dianne | -10/+21 |
| 2025-02-04 | Rollup merge of #136526 - Zalathar:thir-cx, r=Nadrieril | Matthias Krüger | -109/+86 |
| 2025-02-04 | experimentally label the spans for default binding modes | dianne | -35/+94 |
| 2025-02-03 | highlight the whole problem subpattern when pointing out the default binding ... | dianne | -2/+2 |
| 2025-02-04 | Rollup merge of #136462 - Zalathar:endpoint, r=oli-obk | Matthias Krüger | -39/+42 |
| 2025-02-04 | Rename `thir::cx::Cx` to `ThirBuildCx` | Zalathar | -9/+12 |
| 2025-02-04 | Remove helper trait `UserAnnotatedTyHelpers` | Zalathar | -100/+74 |