| Age | Commit message (Expand) | Author | Lines |
| 2025-08-15 | Rollup merge of #145311 - marcoieni:clean-disk-in-background-windows, r=Kobzol | Jakub Beránek | -1/+179 |
| 2025-08-15 | Rollup merge of #145310 - Kobzol:compiler-for-revamp, r=jieyouxu | Jakub Beránek | -90/+83 |
| 2025-08-15 | Use aarch64-apple-darwin as the fallback doc source for `-apple-` | Jake Goulding | -1/+1 |
| 2025-08-15 | Enhance UI test output handling for runtime errors | AMS21 | -3/+15 |
| 2025-08-15 | Merge link_name and export_name | bjorn3 | -1/+1 |
| 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 #145389 - GuillaumeGomez:unstable-search, r=fmease | Stuart Cook | -40/+2 |
| 2025-08-15 | Rollup merge of #145275 - StackOverflowExcept1on:fix-wasm32v1-none, r=alexcri... | Stuart Cook | -1/+1 |
| 2025-08-15 | Rollup merge of #145189 - rust-lang:cargo_update, r=clubby789 | Stuart Cook | -22/+22 |
| 2025-08-15 | Add the directive `compare-output-by-lines` | ywxt | -1/+17 |
| 2025-08-15 | Rollup merge of #142640 - Sa4dUs:ad-intrinsic, r=ZuseZ4 | Stuart Cook | -28/+0 |
| 2025-08-15 | Rollup merge of #122661 - estebank:assert-macro-span, r=petrochenkov | Stuart Cook | -9/+16 |
| 2025-08-15 | Merge ref '3507a749b365' from rust-lang/rust | The Miri Cronjob Bot | -838/+1580 |
| 2025-08-15 | add comment | jackh726 | -0/+7 |
| 2025-08-15 | Add test for webrender-2022 metrics | jackh726 | -0/+32 |
| 2025-08-15 | Prepare for merging from rust-lang/rust | The Miri Cronjob Bot | -1/+1 |
| 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-15 | refactor: Add tests for case conversions | Karl Meakin | -11/+41 |
| 2025-08-15 | refactor: `generate_tests` | Karl Meakin | -52/+45 |
| 2025-08-15 | refactor: rewrite `ranges_from_set` | Karl Meakin | -66/+17 |
| 2025-08-15 | refactor: Include size of case conversion tables | Karl Meakin | -13/+35 |
| 2025-08-15 | refactor: Include table sizes in comment at top of `unicode_data.rs` | Karl Meakin | -11/+9 |
| 2025-08-14 | Merge pull request #20453 from jackh726/nts-part2 | Lukas Wirth | -2/+9 |
| 2025-08-14 | Do not pass duplicated `-L` arguments to merged doctests | Jakub Beránek | -2/+8 |
| 2025-08-14 | Rollup merge of #145397 - lcnr:lcnr/rustc-dev-guide-3, r=BoxyUwU | Jakub Beránek | -2/+2 |
| 2025-08-14 | Rollup merge of #145379 - joshtriplett:bootstrap-timings, r=jieyouxu | Jakub Beránek | -12/+47 |
| 2025-08-14 | Rollup merge of #145353 - CathalMullan:jemalloc-tools, r=Kobzol | Jakub Beránek | -0/+9 |
| 2025-08-14 | Rollup merge of #145324 - Kobzol:bootstrap-host-only, r=jieyouxu | Jakub Beránek | -119/+119 |
| 2025-08-14 | Rollup merge of #145261 - Kobzol:bootstrap-tracing, r=jieyouxu | Jakub Beránek | -412/+560 |
| 2025-08-14 | feat: hint at unterminated strings in unknown prefix errors | Ralf Anton Beier | -1/+49 |
| 2025-08-14 | Complete functionality and general cleanup | Marcelo Domínguez | -28/+0 |
| 2025-08-14 | rustc-dev-guide :3 | lcnr | -2/+2 |
| 2025-08-14 | Rename and document `ONLY_HOSTS` in bootstrap | Jakub Beránek | -114/+119 |
| 2025-08-14 | Remove `ONLY_HOSTS` value overrides that just set the default value and had n... | Jakub Beránek | -5/+0 |
| 2025-08-14 | Track diagnostic generations per package | Lukas Wirth | -24/+32 |
| 2025-08-14 | Revert "rustdoc search: prefer stable items in search results" | Guillaume Gomez | -37/+2 |
| 2025-08-14 | Revert "rustdoc: IndexItem::{stability -> is_unstable}" | Guillaume Gomez | -4/+9 |
| 2025-08-14 | Revert "rustdoc search: add performance note about searchIndexUnstable check" | Guillaume Gomez | -6/+0 |
| 2025-08-14 | Revert "Correctly handle when there are no unstable items in the documented c... | Guillaume Gomez | -3/+1 |
| 2025-08-14 | ci: clean windows disk space in background | MarcoIeni | -1/+179 |
| 2025-08-14 | Rollup merge of #145179 - joshtriplett:number, r=RalfJung | Guillaume Gomez | -2/+2 |
| 2025-08-14 | Rollup merge of #144959 - Marcondiro:master, r=Mark-Simulacrum | Guillaume Gomez | -1/+1 |
| 2025-08-14 | Rollup merge of #144727 - Stypox:add-tracing-to-resolve, r=RalfJung | Guillaume Gomez | -0/+2 |
| 2025-08-14 | Rollup merge of #142372 - Urgau:improve-remap_path_prefix-doc, r=wesleywiser | Guillaume Gomez | -14/+61 |
| 2025-08-14 | Rollup merge of #140434 - a4lg:rustdoc-multi-footnote-refs, r=fmease,Guillaum... | Guillaume Gomez | -9/+24 |
| 2025-08-14 | Merge pull request #20455 from A4-Tacks/fix-indent-conv-match-to-let-else | Shoyu Vanilla (Flint) | -6/+58 |