| Age | Commit message (Expand) | Author | Lines |
| 2025-08-13 | Shift vars when mapping Dyn | jackh726 | -0/+3 |
| 2025-08-13 | Don't panic if unable to identify host in metrics | jackh726 | -2/+6 |
| 2025-08-13 | fix(compiler/rustc_codegen_llvm): apply `target-cpu` attribute | StackOverflowExcept1on | -1/+1 |
| 2025-08-13 | Merge pull request #20390 from A4-Tacks/if-else-comp-in-args-or-let | Chayim Refael Friedman | -1/+127 |
| 2025-08-13 | Rollup merge of #145153 - joshtriplett:macro-kinds-plural, r=petrochenkov | Guillaume Gomez | -5/+3 |
| 2025-08-13 | Merge pull request #20448 from donni-h/patch-2 | Chayim Refael Friedman | -1/+1 |
| 2025-08-13 | Update clippy tests | Vadim Petrochenkov | -2/+22 |
| 2025-08-13 | [internal] Update to the latest @vscode/vsce for extension build | Wilfred Hughes | -195/+1163 |
| 2025-08-13 | Fix dead link to Cargo.toml in documentation | donni-h | -1/+1 |
| 2025-08-13 | Auto merge of #144722 - ywxt:parallel-reproducibile, r=SparrowLii | bors | -0/+10 |
| 2025-08-13 | Merge pull request #20446 from lcnr/kinda-unhelpful-3 | Lukas Wirth | -81/+88 |
| 2025-08-13 | manually normalize alias | lcnr | -8/+3 |
| 2025-08-13 | layout_of uses `PostAnalysis` | lcnr | -2/+6 |
| 2025-08-13 | implement `type_of_opaque` | lcnr | -72/+69 |
| 2025-08-13 | Merge pull request #20376 from fee1-dead/traitalias | Lukas Wirth | -591/+102 |
| 2025-08-13 | Merge pull request #20445 from rust-lang/veykril/push-twmmuyzwtxno | Lukas Wirth | -9/+11 |
| 2025-08-13 | update a few fixmes, and one trivial improvement | lcnr | -11/+22 |
| 2025-08-13 | fix: Attach db for inlay hint compute | Lukas Wirth | -9/+11 |
| 2025-08-13 | fix errors after rebase | Deadbeef | -14/+13 |
| 2025-08-13 | Fix metrics checking out repos into toplevel folder instead of `target` | Lukas Wirth | -8/+12 |
| 2025-08-13 | Print fields of interned IDs in hir-ty instead of just the ID | Lukas Wirth | -21/+25 |
| 2025-08-13 | add test for trait alias projections | Deadbeef | -0/+21 |
| 2025-08-13 | Merge Trait and TraitAlias handling | Deadbeef | -577/+68 |
| 2025-08-13 | Merge pull request #20329 from jackh726/next-trait-solver-querify | Lukas Wirth | -1309/+19140 |
| 2025-08-13 | Merge ref '1553adfe6884' from rust-lang/rust | The Miri Cronjob Bot | -292/+424 |
| 2025-08-13 | Rollup merge of #144870 - Kivooeo:file_prefix-stabilize, r=tgross35 | Jakub Beránek | -1/+1 |
| 2025-08-13 | Prepare for merging from rust-lang/rust | The Miri Cronjob Bot | -1/+1 |
| 2025-08-13 | Only import the item in "Unqualify method call" if needed | Chayim Refael Friedman | -1/+122 |
| 2025-08-13 | Fix pgo tests | ywxt | -0/+6 |
| 2025-08-13 | Fix parallel rustc not being reproducible due to unstable sorting of items. | ywxt | -0/+4 |
| 2025-08-12 | Change the desugaring of `assert!` for better error output | Esteban Küber | -9/+16 |
| 2025-08-12 | clippy: Update for switch to `MacroKinds` | Josh Triplett | -5/+3 |
| 2025-08-12 | Auto merge of #144678 - jdonszelmann:no-mangle-extern, r=bjorn3 | bors | -3/+3 |
| 2025-08-12 | Merge pull request #20432 from sgasho/fix/20215_implement_default_member_to_r... | Chayim Refael Friedman | -8/+102 |
| 2025-08-12 | fix: Implement default member to resolve IdentPat | sgasho | -8/+102 |
| 2025-08-12 | Revert "Partially outline code inside the panic! macro". | Mara Bos | -9/+1 |
| 2025-08-12 | Rollup merge of #145273 - estebank:not-not, r=samueltardieu | Stuart Cook | -56/+144 |
| 2025-08-12 | Rollup merge of #145249 - Stypox:_span-to-_trace, r=joshtriplett | Stuart Cook | -12/+12 |
| 2025-08-12 | Rollup merge of #145238 - estebank:attr-overhaul, r=jdonszelmann | Stuart Cook | -0/+2 |
| 2025-08-12 | Rollup merge of #144386 - camsteffen:imploftrait, r=fmease | Stuart Cook | -118/+95 |
| 2025-08-12 | make no_mangle explicit on foreign items | Jana Dönszelmann | -3/+3 |
| 2025-08-11 | Propagate TraitImplHeader to hir | Cameron Steffen | -60/+64 |
| 2025-08-11 | Extract ast TraitImplHeader | Cameron Steffen | -58/+31 |
| 2025-08-11 | Account for new `assert!` desugaring in `!condition` suggestion | Esteban Küber | -56/+144 |
| 2025-08-11 | fix clippy test | Esteban Küber | -0/+2 |
| 2025-08-11 | Auto merge of #145254 - GuillaumeGomez:rollup-7bp43pv, r=GuillaumeGomez | bors | -1/+1 |
| 2025-08-11 | Auto merge of #145207 - Kobzol:codegen-backend-clif-dist, r=jieyouxu | bors | -0/+10 |
| 2025-08-11 | Add tracing to data race functions | Stypox | -0/+6 |
| 2025-08-11 | Merge pull request #20434 from ShoyuVanilla/diag-fix-again | Shoyu Vanilla (Flint) | -1/+1 |
| 2025-08-12 | fix: Panic while trying to clear old diagnostics while there's nothing | Shoyu Vanilla | -1/+1 |