| Age | Commit message (Expand) | Author | Lines |
| 2025-06-06 | Rollup merge of #142103 - scottmcm:fieldidx-in-interp, r=oli-obk | Guillaume Gomez | -4/+3 |
| 2025-06-06 | Rollup merge of #142105 - tshepang:basic-usage, r=workingjubilee | Guillaume Gomez | -39/+0 |
| 2025-06-06 | Rollup merge of #142103 - scottmcm:fieldidx-in-interp, r=oli-obk | Guillaume Gomez | -80/+102 |
| 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 | -10/+22 |
| 2025-06-06 | Rollup merge of #141603 - nnethercote:reduce-P, r=fee1-dead | Guillaume Gomez | -1/+1 |
| 2025-06-06 | Rollup merge of #141603 - nnethercote:reduce-P, r=fee1-dead | Guillaume Gomez | -289/+72 |
| 2025-06-06 | Rollup merge of #141471 - RalfJung:unsafe-fn-in-trait, r=traviscross | Guillaume Gomez | -16/+11 |
| 2025-06-06 | Rollup merge of #140418 - tgross35:std-c-size_t, r=workingjubilee | Guillaume Gomez | -0/+2 |
| 2025-06-06 | Auto merge of #141800 - workingjubilee:build-std-with-less-leaf-pointers, r=s... | bors | -1/+2 |
| 2025-06-06 | reword suggestion message | Esteban Küber | -13/+16 |
| 2025-06-06 | unsafe keyword docs: emphasize that an unsafe fn in a trait does not get to c... | Ralf Jung | -16/+11 |
| 2025-06-06 | Apply `mismatched-lifetime-syntaxes` to trait and extern functions | Jake Goulding | -10/+140 |
| 2025-06-06 | Make obligation cause code suggestions verbose | Esteban Küber | -57/+80 |
| 2025-06-06 | Make cast suggestions verbose | Esteban Küber | -112/+122 |
| 2025-06-06 | Stabilised `os_string_pathbuf_leak` | schvv31n | -3/+2 |
| 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 | -25/+54 |
| 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/+20 |
| 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 | -6/+24 |
| 2025-06-06 | Fix review comments | bjorn3 | -14/+11 |
| 2025-06-06 | In "Fill match arms", allow users to prefer `Self` to the enum name when poss... | Chayim Refael Friedman | -29/+227 |
| 2025-06-06 | rustc_lexer: typo fix + small cleanups | Marijn Schouten | -10/+8 |
| 2025-06-06 | bootstrap: fix tracing imports | Jieyou Xu | -4/+0 |
| 2025-06-06 | Reduce confusion of some drop order tests | Jake Goulding | -29/+18 |
| 2025-06-06 | Compute number of digits instead of relying on constant value for u128 displa... | Guillaume Gomez | -2/+2 |
| 2025-06-06 | Auto merge of #142099 - matthiaskrgr:rollup-r9s3c35, r=matthiaskrgr | bors | -644/+651 |
| 2025-06-06 | fix typo | Ada Alakbarova | -1/+1 |
| 2025-06-06 | fix typo (#14995) | Samuel Tardieu | -1/+1 |
| 2025-06-06 | fix typo | Ada Alakbarova | -1/+1 |
| 2025-06-06 | add solaris targets to build-manifest | Petr Sumbera | -0/+2 |
| 2025-06-06 | Merge pull request #4378 from RalfJung/flock | Ralf Jung | -105/+50 |
| 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-06 | use File::lock to implement flock, and add a test for File::lock | Ralf Jung | -105/+50 |
| 2025-06-06 | Make `Semantics<'db, dyn HirDatabase>` actually usable | Vincent Esche | -2/+18 |
| 2025-06-06 | Merge pull request #19908 from rmehri01/rmehri01/diagnostic_attribute_complet... | Lukas Wirth | -25/+190 |
| 2025-06-06 | Update cargo | Weihang Lo | -0/+0 |
| 2025-06-06 | Merge pull request #4380 from rust-lang/rustup-2025-06-06 | Oli Scherer | -2801/+4591 |
| 2025-06-05 | compiler: Add track_caller to AbiMapping::unwrap | Jubilee Young | -0/+1 |
| 2025-06-06 | Merge pull request #19937 from Veykril/push-rvnylnlnxxyr | Lukas Wirth | -10/+28 |
| 2025-06-06 | Merge pull request #19935 from ChayimFriedman2/exp-diag-show-quickfix | Lukas Wirth | -2/+12 |
| 2025-06-06 | Merge pull request #19936 from ChayimFriedman2/unlinked-file-stable | Lukas Wirth | -0/+1 |
| 2025-06-06 | fix: Record macro calls for fields in `ChildBySource` impls | Lukas Wirth | -10/+28 |
| 2025-06-06 | Merge from rustc | The Miri Cronjob Bot | -2800/+4590 |
| 2025-06-06 | deduplicate more `walk_*` methods in AST visit | Deadbeef | -257/+188 |