| Age | Commit message (Expand) | Author | Lines |
| 2025-06-06 | Rollup merge of #142103 - scottmcm:fieldidx-in-interp, r=oli-obk | Guillaume Gomez | -56/+72 |
| 2025-06-06 | Rollup merge of #142086 - fee1-dead-contrib:ast-visitor-dedup, r=oli-obk | Guillaume Gomez | -397/+314 |
| 2025-06-06 | Rollup merge of #142043 - estebank:const-suggestion, r=wesleywiser | Guillaume Gomez | -1/+1 |
| 2025-06-06 | Rollup merge of #141603 - nnethercote:reduce-P, r=fee1-dead | Guillaume Gomez | -286/+69 |
| 2025-06-06 | reword suggestion message | Esteban Küber | -4/+7 |
| 2025-06-06 | Apply `mismatched-lifetime-syntaxes` to trait and extern functions | Jake Goulding | -7/+33 |
| 2025-06-06 | Make obligation cause code suggestions verbose | Esteban Küber | -9/+11 |
| 2025-06-06 | Make cast suggestions verbose | Esteban Küber | -67/+38 |
| 2025-06-06 | Auto merge of #141774 - oli-obk:naked-fn-queries, r=petrochenkov | bors | -150/+105 |
| 2025-06-06 | Treat normalizing consts like normalizing types in deeply normalize | Michael Goulet | -23/+24 |
| 2025-06-06 | compiler: set Apple frame pointers by architecture | Jubilee Young | -36/+23 |
| 2025-06-06 | Don't walk into Certainty::Yes subgoals in NestedObligationsForSelfTy | Michael Goulet | -0/+15 |
| 2025-06-06 | Allow transmute casts in pre-runtime-MIR | Oli Scherer | -31/+19 |
| 2025-06-06 | Filter out universals and lifetimes from stalled_vars | Michael Goulet | -3/+16 |
| 2025-06-06 | Auto merge of #141681 - compiler-errors:fast-path-stalled, r=lcnr | bors | -1/+22 |
| 2025-06-06 | Fix review comments | bjorn3 | -14/+10 |
| 2025-06-06 | rustc_lexer: typo fix + small cleanups | Marijn Schouten | -10/+8 |
| 2025-06-06 | Auto merge of #142099 - matthiaskrgr:rollup-r9s3c35, r=matthiaskrgr | bors | -305/+308 |
| 2025-06-06 | fix typo | Ada Alakbarova | -1/+1 |
| 2025-06-06 | Force exhaustive handling of every parsed attribute | mejrs | -6/+16 |
| 2025-06-06 | Delete unused variant and document AttributeKind | mejrs | -20/+24 |
| 2025-06-06 | Update compiler/rustc_abi/src/layout/ty.rs | scottmcm | -1/+1 |
| 2025-06-05 | compiler: Add track_caller to AbiMapping::unwrap | Jubilee Young | -0/+1 |
| 2025-06-06 | deduplicate more `walk_*` methods in AST visit | Deadbeef | -257/+188 |
| 2025-06-05 | Update `InterpCx::project_field` to take `FieldIdx` | Scott McMurray | -56/+72 |
| 2025-06-06 | Add new Tier-3 targets: `loongarch32-unknown-none*` | WANG Rui | -11/+81 |
| 2025-06-05 | `SlotIndex::from_index`: Factor out a constant for the first bucket size | Josh Triplett | -3/+12 |
| 2025-06-06 | Rollup merge of #142072 - maflcko:patch-1, r=aDotInTheVoid | Matthias Krüger | -1/+1 |
| 2025-06-06 | Rollup merge of #142067 - RalfJung:abi-map-to-str, r=workingjubilee | Matthias Krüger | -13/+6 |
| 2025-06-06 | Rollup merge of #142058 - xizheyin:rustc-attr-parsing, r=jdonszelmann | Matthias Krüger | -37/+37 |
| 2025-06-06 | Rollup merge of #142047 - cuviper:s390x-stack, r=oli-obk | Matthias Krüger | -9/+16 |
| 2025-06-06 | Rollup merge of #142044 - workingjubilee:document-operandvalue-pair, r=scottmcm | Matthias Krüger | -2/+8 |
| 2025-06-06 | Rollup merge of #142012 - oli-obk:no-optional-spans, r=fee1-dead | Matthias Krüger | -243/+240 |
| 2025-06-05 | Auto merge of #140872 - bjorn3:elf_use_used_linker, r=nikic | bors | -37/+13 |
| 2025-06-05 | Only instantiate impl args | Michael Goulet | -46/+70 |
| 2025-06-05 | Clear nested candidates in select if certainty is yes | Michael Goulet | -1/+6 |
| 2025-06-05 | Auto merge of #138677 - shepmaster:consistent-elided-lifetime-syntax, r=travi... | bors | -224/+709 |
| 2025-06-05 | Simplify `vec_cache::tests::slot_index_exhaustive` by pulling out 0 case | Josh Triplett | -11/+8 |
| 2025-06-05 | Simplify and optimize `SlotIndex::from_index` | Josh Triplett | -15/+6 |
| 2025-06-05 | Make root vars more stable | Michael Goulet | -17/+6 |
| 2025-06-05 | Replace all uses of sysroot_candidates with get_or_default_sysroot | bjorn3 | -44/+17 |
| 2025-06-05 | Move canonicalization into current_dll_path | bjorn3 | -18/+12 |
| 2025-06-05 | Replace some `Option<Span>` with `Span` and use DUMMY_SP instead of None | Oli Scherer | -243/+240 |
| 2025-06-05 | Rollup merge of #142032 - matthewjasper:frontmatter-lexing, r=fee1-dead | Matthias Krüger | -1/+3 |
| 2025-06-05 | Rollup merge of #142015 - oli-obk:wrong-instance, r=RalfJung | Matthias Krüger | -2/+3 |
| 2025-06-05 | use helper macro for flat_map vs visit_list, initial dedups | Deadbeef | -153/+139 |
| 2025-06-05 | Remove CollectItemTypesVisitor | Oli Scherer | -40/+9 |
| 2025-06-05 | wfcheck closures | Oli Scherer | -12/+22 |
| 2025-06-05 | Move generic arg checks from the hir item types visitor to ty wfcheck | Oli Scherer | -24/+23 |
| 2025-06-05 | Make #[used(linker)] the default on ELF too | bjorn3 | -37/+13 |