| Age | Commit message (Expand) | Author | Lines |
| 2025-08-16 | Do not call `fs::remove_file` in `cp_link_filtered_recurse` | Jakub Beránek | -1/+0 |
| 2025-08-16 | refactor: Hard-code `char::is_control` | Karl Meakin | -1/+0 |
| 2025-08-15 | Rollup merge of #145455 - Kobzol:bootstrap-copy-src-dirs-dry-run, r=jieyouxu | Jacob Pratt | -0/+6 |
| 2025-08-15 | Rollup merge of #145454 - Kobzol:bootstrap-fix-step-debug-repr, r=jieyouxu | Jacob Pratt | -3/+8 |
| 2025-08-15 | Rollup merge of #145453 - Kobzol:bootstrap-cmd-span, r=jieyouxu | Jacob Pratt | -3/+0 |
| 2025-08-15 | rustdoc-search: search backend with partitioned suffix tree | Michael Howell | -4343/+8383 |
| 2025-08-15 | stabilize strict provenance atomic ptr | Kivooeo | -1/+0 |
| 2025-08-15 | Extend `QueryStability` to handle `IntoIterator` implementations | Samuel Moelius | -1/+1 |
| 2025-08-15 | Demote x86_64-apple-darwin to Tier 2 with host tools | Jake Goulding | -32/+20 |
| 2025-08-15 | Do not copy files in `copy_src_dirs` in dry run | Jakub Beránek | -0/+6 |
| 2025-08-15 | Fix tracing debug representation of steps without arguments in bootstrap | Jakub Beránek | -3/+8 |
| 2025-08-15 | Remove duplicated tracing span in bootstrap | Jakub Beránek | -3/+0 |
| 2025-08-15 | Do not strip binaries in bootstrap everytime if they are unchanged | Jakub Beránek | -1/+12 |
| 2025-08-15 | add static glibc to the nix dev shell | Waffle Lapkin | -0/+1 |
| 2025-08-15 | Rollup merge of #145431 - AMS21:fix_141531, r=jieyouxu | Jakub Beránek | -3/+15 |
| 2025-08-15 | Rollup merge of #145413 - joshtriplett:bootstrap-reduce-deps, r=clubby789 | Jakub Beránek | -52/+24 |
| 2025-08-15 | Rollup merge of #145408 - Kobzol:deduplicate-search-paths, r=petrochenkov | Jakub Beránek | -2/+8 |
| 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/+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 | 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 | 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 | Complete functionality and general cleanup | Marcelo Domínguez | -28/+0 |
| 2025-08-14 | rustc-dev-guide :3 | lcnr | -2/+2 |