| Age | Commit message (Expand) | Author | Lines |
| 2025-08-15 | Auto merge of #142071 - lcnr:revealing-use, r=compiler-errors | bors | -1/+72 |
| 2025-08-15 | Auto merge of #145450 - Kobzol:rollup-cqclix0, r=Kobzol | bors | -339/+478 |
| 2025-08-15 | Rollup merge of #145448 - jieyouxu:rustfmt-labels, r=fmease | Jakub Beránek | -0/+10 |
| 2025-08-15 | Rollup merge of #145431 - AMS21:fix_141531, r=jieyouxu | Jakub Beránek | -3/+15 |
| 2025-08-15 | Rollup merge of #145430 - Urgau:drop_forget_useless-145427, r=lqd | Jakub Beránek | -2/+22 |
| 2025-08-15 | Rollup merge of #145426 - AMS21:fix_typos_bootstrap_example, r=lqd | Jakub Beránek | -2/+2 |
| 2025-08-15 | Rollup merge of #145413 - joshtriplett:bootstrap-reduce-deps, r=clubby789 | Jakub Beránek | -52/+24 |
| 2025-08-15 | Rollup merge of #145412 - tgross35:win-tid, r=ChrisDenton | Jakub Beránek | -3/+3 |
| 2025-08-15 | Rollup merge of #145408 - Kobzol:deduplicate-search-paths, r=petrochenkov | Jakub Beránek | -12/+29 |
| 2025-08-15 | Rollup merge of #145340 - Kobzol:bootstrap-codegen-backend-check-split, r=jie... | Jakub Beránek | -170/+91 |
| 2025-08-15 | Rollup merge of #145311 - marcoieni:clean-disk-in-background-windows, r=Kobzol | Jakub Beránek | -1/+184 |
| 2025-08-15 | Rollup merge of #145310 - Kobzol:compiler-for-revamp, r=jieyouxu | Jakub Beránek | -93/+86 |
| 2025-08-15 | Rollup merge of #144210 - Gelbpunkt:thread-stack-size-musl, r=jhpratt | Jakub Beránek | -1/+12 |
| 2025-08-15 | Autolabel `src/tools/{rustfmt,rust-analyzer}` changes with `T-{rustfmt,rust-a... | Jieyou Xu | -0/+10 |
| 2025-08-15 | Auto merge of #144991 - lcnr:ignore-usages-from-ignored-candidates, r=BoxyUwU | bors | -149/+429 |
| 2025-08-15 | Enhance UI test output handling for runtime errors | AMS21 | -3/+15 |
| 2025-08-15 | Fix wrong spans with external macros in the `dropping_copy_types` lint | Urgau | -2/+22 |
| 2025-08-15 | Auto merge of #145423 - Zalathar:rollup-9jtefpl, r=Zalathar | bors | -1840/+2279 |
| 2025-08-15 | Fix typos in bootstrap.example.toml | AMS21 | -2/+2 |
| 2025-08-15 | Clarify that `build.full-bootstrap` is only used to affect uplifting, not sta... | Jakub Beránek | -3/+3 |
| 2025-08-15 | Remove usage of `compiler_for` from the `compile::Rustc` step | Jakub Beránek | -51/+43 |
| 2025-08-15 | Remove usage of `compiler_for` from the `compile::Std` step | Jakub Beránek | -28/+27 |
| 2025-08-15 | Rename `compiler` to `build_compiler` in the `compile::Std` step | Jakub Beránek | -11/+13 |
| 2025-08-15 | Split codegen backend check step into two and don't run it with `x check comp... | Jakub Beránek | -170/+91 |
| 2025-08-15 | Rollup merge of #145392 - Zalathar:create-mappings, r=petrochenkov | Stuart Cook | -77/+31 |
| 2025-08-15 | Rollup merge of #145389 - GuillaumeGomez:unstable-search, r=fmease | Stuart Cook | -68/+5 |
| 2025-08-15 | Rollup merge of #145378 - xizheyin:144968, r=davidtwco | Stuart Cook | -74/+176 |
| 2025-08-15 | Rollup merge of #145369 - estebank:issue-145367, r=compiler-errors | Stuart Cook | -3/+33 |
| 2025-08-15 | Rollup merge of #145331 - theemathas:std-prelude-2024, r=tgross35 | Stuart Cook | -1/+1 |
| 2025-08-15 | Rollup merge of #145322 - LorrensP-2158466:early-prelude-processing, r=petroc... | Stuart Cook | -49/+53 |
| 2025-08-15 | Rollup merge of #145275 - StackOverflowExcept1on:fix-wasm32v1-none, r=alexcri... | Stuart Cook | -3/+87 |
| 2025-08-15 | Rollup merge of #145235 - compiler-errors:comment, r=BoxyUwU | Stuart Cook | -61/+2 |
| 2025-08-15 | Rollup merge of #145189 - rust-lang:cargo_update, r=clubby789 | Stuart Cook | -69/+69 |
| 2025-08-15 | Rollup merge of #145120 - maurer:llvm-time, r=nikic | Stuart Cook | -38/+42 |
| 2025-08-15 | Rollup merge of #145065 - petrochenkov:riblock, r=davidtwco | Stuart Cook | -93/+99 |
| 2025-08-15 | Rollup merge of #145012 - Kivooeo:fun-problem-fun-fix, r=compiler-errors | Stuart Cook | -1/+93 |
| 2025-08-15 | Rollup merge of #145005 - tardyp:lto_big_filesize, r=bjorn3 | Stuart Cook | -2/+60 |
| 2025-08-15 | Rollup merge of #145004 - bjorn3:remove_unused_fields, r=WaffleLapkin | Stuart Cook | -51/+37 |
| 2025-08-15 | Rollup merge of #144947 - tautschnig:remove-stray-checked_div-comment, r=Mark... | Stuart Cook | -12/+6 |
| 2025-08-15 | Rollup merge of #144944 - He1pa:E0793, r=compiler-errors | Stuart Cook | -1/+33 |
| 2025-08-15 | Rollup merge of #144865 - WaffleLapkin:track-tail, r=lqd | Stuart Cook | -9/+135 |
| 2025-08-15 | Rollup merge of #143075 - workingjubilee:interrupts-may-return-nevermore, r=d... | Stuart Cook | -3/+429 |
| 2025-08-15 | Rollup merge of #142640 - Sa4dUs:ad-intrinsic, r=ZuseZ4 | Stuart Cook | -1174/+660 |
| 2025-08-15 | Rollup merge of #122661 - estebank:assert-macro-span, r=petrochenkov | Stuart Cook | -51/+135 |
| 2025-08-15 | Rollup merge of #118087 - GrigorenkoPV:refcell_try_map, r=Mark-Simulacrum | Stuart Cook | -0/+93 |
| 2025-08-15 | Auto merge of #144591 - RalfJung:pattern-valtrees, r=BoxyUwU | bors | -175/+146 |
| 2025-08-14 | bootstrap: Remove dependency on xattr | Josh Triplett | -14/+3 |
| 2025-08-14 | bootstrap: Switch from fd-lock to native locking in std | Josh Triplett | -38/+21 |
| 2025-08-14 | Windows: Replace `GetThreadId`+`GetCurrentThread` with `GetCurrentThreadId` | Trevor Gross | -3/+3 |
| 2025-08-14 | Auto merge of #145407 - Kobzol:rollup-g6yhx82, r=Kobzol | bors | -800/+963 |