| Age | Commit message (Expand) | Author | Lines |
| 2025-03-19 | Only use the new node hashmap for anonymous nodes. | Camille GILLOT | -55/+110 |
| 2025-03-19 | merge opaque types of nested bodies | lcnr | -48/+87 |
| 2025-03-19 | add rustc_macro_edition_2021 | Jana Dönszelmann | -8/+41 |
| 2025-03-19 | remove unnecessary loop | lcnr | -7/+1 |
| 2025-03-19 | Rollup merge of #138613 - m-ou-se:no-more-e0773, r=jdonszelmann,petrochenkov | Matthias Krüger | -96/+36 |
| 2025-03-19 | Rollup merge of #138594 - oli-obk:no-select, r=lcnr | Matthias Krüger | -12/+18 |
| 2025-03-19 | Rollup merge of #138589 - zachs18:block-label-not-supported-here-loop-body-he... | Matthias Krüger | -25/+66 |
| 2025-03-19 | Rollup merge of #138001 - meithecatte:privately-uninhabited, r=Nadrieril | Matthias Krüger | -46/+46 |
| 2025-03-19 | Auto merge of #122156 - Zoxc:side-effect-dep-node, r=oli-obk | bors | -206/+185 |
| 2025-03-19 | Fix next solver handling of shallow trait impl check | Oli Scherer | -12/+18 |
| 2025-03-19 | Allow builtin macros to be used more than once. | Mara Bos | -96/+36 |
| 2025-03-19 | Auto merge of #138693 - matthiaskrgr:rollup-ejq8mwp, r=matthiaskrgr | bors | -519/+966 |
| 2025-03-19 | Make default_codegen_backend serializable | Vladyslav Tsilytskyi | -0/+8 |
| 2025-03-19 | Suggest `-Whelp` when pass `--print lints` to rustc | xizheyin | -0/+6 |
| 2025-03-19 | Use `Option<Ident>` for lowered param names. | Nicholas Nethercote | -50/+83 |
| 2025-03-19 | Rollup merge of #138674 - oli-obk:llvm-cleanups, r=compiler-errors | Matthias Krüger | -205/+206 |
| 2025-03-19 | Rollup merge of #138670 - compiler-errors:remove-afidt, r=oli-obk | Matthias Krüger | -263/+7 |
| 2025-03-19 | Rollup merge of #138661 - RalfJung:revert-rustc-dev-breakage, r=petrochenkov | Matthias Krüger | -19/+736 |
| 2025-03-18 | rustc_resolve: fix instability in lib.rmeta contents | Augie Fackler | -1/+3 |
| 2025-03-18 | Refactor YieldKind so postfix yield must have an expression | Eric Holk | -22/+57 |
| 2025-03-18 | Dont consider fields that are forced unstable due to -Zforce-unstable-if-unma... | Michael Goulet | -6/+13 |
| 2025-03-18 | Consider fields to be inhabited if they are unstable | Michael Goulet | -1/+14 |
| 2025-03-18 | Apply suggestions from code review | Eric Holk | -2/+2 |
| 2025-03-18 | Remove existing AFIDT implementation | Michael Goulet | -263/+7 |
| 2025-03-18 | Create a safe wrapper around `LLVMRustDIBuilderCreateMemberType` | Oli Scherer | -42/+60 |
| 2025-03-18 | Avoid splitting up a layout | Oli Scherer | -22/+24 |
| 2025-03-18 | updated compiler tests for rustc_intrinsic' | aaishwarymishra@gmail.com | -25/+17 |
| 2025-03-18 | Revert "Rollup merge of #136355 - GuillaumeGomez:proc-macro_add_value_retriev... | Ralf Jung | -19/+736 |
| 2025-03-18 | coverage: Don't store a body span in `FunctionCoverageInfo` | Zalathar | -6/+8 |
| 2025-03-18 | coverage: Don't refer to the body span when enlarging empty spans | Zalathar | -26/+9 |
| 2025-03-18 | Rollup merge of #138644 - mu001999-contrib:add-cfg, r=nnethercote | Matthias Krüger | -0/+3 |
| 2025-03-18 | Rollup merge of #138635 - Zalathar:immediate-subpat, r=compiler-errors | Matthias Krüger | -46/+36 |
| 2025-03-18 | Add `#[cfg(test)]` for Transition in dfa | mu001999 | -0/+3 |
| 2025-03-18 | addressing feedback, removing unused arg | Manuel Drehwald | -20/+5 |
| 2025-03-18 | Auto merge of #138630 - matthiaskrgr:rollup-kk1gogr, r=matthiaskrgr | bors | -441/+551 |
| 2025-03-18 | Extract `for_each_immediate_subpat` from THIR pattern visitors | Zalathar | -46/+36 |
| 2025-03-18 | Add `MutMirVisitor` | makai410 | -332/+428 |
| 2025-03-17 | Teach rustfmt to handle postfix yield | Eric Holk | -3/+2 |
| 2025-03-17 | [NFC] simplify matching | Manuel Drehwald | -12/+3 |
| 2025-03-17 | [NFC] extract autodiff call lowering in cg_llvm into own function | Manuel Drehwald | -93/+108 |
| 2025-03-17 | Auto merge of #127173 - bjorn3:mangle_rustc_std_internal_symbol, r=wesleywise... | bors | -48/+171 |
| 2025-03-17 | Rollup merge of #138619 - yotamofek:pr/codegen_ssa/flatten-ifs, r=lcnr | Matthias Krüger | -99/+82 |
| 2025-03-17 | Rollup merge of #138608 - heiher:issue-116344, r=RalfJung | Matthias Krüger | -0/+22 |
| 2025-03-17 | Rollup merge of #138508 - hkBst:patch-3, r=wesleywiser | Matthias Krüger | -3/+6 |
| 2025-03-17 | Rollup merge of #138384 - nnethercote:hir-ItemKind-idents, r=fmease | Matthias Krüger | -339/+441 |
| 2025-03-17 | [NFC] use outer_normal_attr helper | Manuel Drehwald | -19/+13 |
| 2025-03-17 | resolve repeated attribute fixme | Manuel Drehwald | -10/+17 |
| 2025-03-17 | [NFC] split up gen_body_helper | Manuel Drehwald | -22/+67 |
| 2025-03-18 | Move `hir::Item::ident` into `hir::ItemKind`. | Nicholas Nethercote | -339/+441 |
| 2025-03-17 | Auto merge of #138611 - matthiaskrgr:rollup-hmjbqva, r=matthiaskrgr | bors | -216/+294 |