| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2025-06-06 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-06-06 | std: sys: random: uefi: Provide rdrand based fallback | Ayush Singh | -19/+150 |
| 2025-06-06 | remove extraneous text | Tshepang Mbambo | -39/+0 |
| 2025-06-06 | Auto merge of #141272 - Shourya742:2025-05-18-modularize-config-module, r=Kobzol | bors | -1986/+2228 |
| 2025-06-05 | Update `InterpCx::project_field` to take `FieldIdx` | Scott McMurray | -4/+3 |
| 2025-06-05 | Update `InterpCx::project_field` to take `FieldIdx` | Scott McMurray | -80/+102 |
| 2025-06-06 | Stabilize unlinked file diagnostic | Chayim Refael Friedman | -0/+1 |
| 2025-06-06 | Always include quickfixes for diagnostics, even when diagnostics are disabled | Chayim Refael Friedman | -2/+12 |
| 2025-06-06 | Add new Tier-3 targets: `loongarch32-unknown-none*` | WANG Rui | -0/+1 |
| 2025-06-06 | Add new Tier-3 targets: `loongarch32-unknown-none*` | WANG Rui | -33/+149 |
| 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 #142092 - fmease:rustdoc-alias-terms, r=GuillaumeGomez | Matthias Krüger | -132/+106 |
| 2025-06-06 | Rollup merge of #142091 - thaliaarchi:aix-getenv, r=workingjubilee | Matthias Krüger | -1/+1 |
| 2025-06-06 | Rollup merge of #142084 - jdonszelmann:add-review-rotation, r=BoxyUwU | Matthias Krüger | -0/+1 |
| 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 | -1/+1 |
| 2025-06-06 | Rollup merge of #142012 - oli-obk:no-optional-spans, r=fee1-dead | Matthias Krüger | -250/+250 |
| 2025-06-06 | Rollup merge of #141982 - Kivooeo:tf5, r=jieyouxu | Matthias Krüger | -188/+135 |
| 2025-06-06 | Rollup merge of #125087 - tbu-:pr_file_stream_len, r=ChrisDenton | Matthias Krüger | -11/+90 |