| Age | Commit message (Expand) | Author | Lines |
| 2024-05-11 | Rollup merge of #124899 - RalfJung:bootstrap-dry, r=onur-ozkan | 许杰友 Jieyou Xu (Joe) | -0/+5 |
| 2024-05-10 | add "tidy-alphabetical" check on "tests" remap list | onur-ozkan | -0/+2 |
| 2024-05-10 | remap missing path `tests/crashes` to `tests` | onur-ozkan | -0/+1 |
| 2024-05-10 | check if `x test tests` missing any test directory | onur-ozkan | -0/+20 |
| 2024-05-10 | Auto merge of #124774 - the8472:subnanosecond-benches, r=jhpratt | bors | -4/+4 |
| 2024-05-10 | fix typo | Ralf Jung | -1/+1 |
| 2024-05-10 | Auto merge of #124850 - dpaoliello:clang2022, r=Kobzol | bors | -1/+6 |
| 2024-05-09 | Upgrade the version of Clang used in the build, move MSVC builds to Server 2022 | Daniel Paoliello | -1/+6 |
| 2024-05-09 | use stage0 file in `bootstrap.py` | onur-ozkan | -14/+24 |
| 2024-05-08 | Rollup merge of #124903 - Skepfyr:rustc-wrapper, r=clubby789 | Matthias Krüger | -6/+7 |
| 2024-05-08 | Ignore empty RUSTC_WRAPPER in bootstrap | Jack Rickard | -6/+7 |
| 2024-05-08 | bootstrap: add comments for the automatic dry run | Ralf Jung | -0/+5 |
| 2024-05-07 | Remove unnecessary -fembed-bitcode usage now that it's deprecated | Keith Smiley | -12/+2 |
| 2024-05-06 | Update version of cc crate to v1.0.97 | James Farrell | -72/+116 |
| 2024-05-06 | bootstrap should also render fractional nanoseconds for benchmarks | The 8472 | -4/+4 |
| 2024-05-05 | Rollup merge of #124668 - 12101111:fix-bootstrap-tarball, r=onur-ozkan | Guillaume Gomez | -6/+1 |
| 2024-05-04 | Rollup merge of #124573 - onur-ozkan:update-dep-comment, r=Mark-Simulacrum | Matthias Krüger | -3/+3 |
| 2024-05-04 | Rollup merge of #124501 - VladimirMakaev:add-lldb-to-config-toml, r=Mark-Simu... | Matthias Krüger | -3/+13 |
| 2024-05-03 | Rollup merge of #124480 - Enselic:on-broken-pipe, r=jieyouxu | Michael Goulet | -1/+16 |
| 2024-05-03 | Fix bootstrap panic when build from tarball | 12101111 | -6/+1 |
| 2024-05-03 | Rollup merge of #124613 - GuillaumeGomez:fmt-run-make, r=onur-ozkan | Matthias Krüger | -1/+5 |
| 2024-05-03 | Rollup merge of #124461 - onur-ozkan:followup-123546, r=pietroalbini | Matthias Krüger | -19/+38 |
| 2024-05-03 | Allow to negate ignored files | Guillaume Gomez | -1/+5 |
| 2024-05-02 | Change `SIGPIPE` ui from `#[unix_sigpipe = "..."]` to `-Zon-broken-pipe=...` | Martin Nordholts | -1/+16 |
| 2024-05-01 | Step bootstrap cfgs | Mark Rousskov | -7/+4 |
| 2024-05-01 | Auto merge of #122427 - psumbera:bootstrap_out_path, r=clubby789 | bors | -1/+6 |
| 2024-05-01 | add a reference link to the comment of the "cc" and "cmake". | onur-ozkan | -3/+3 |
| 2024-04-30 | Rollup merge of #124553 - ferrocene:pa-cargo-git-info, r=onur-ozkan | 许杰友 Jieyou Xu (Joe) | -5/+12 |
| 2024-04-30 | write git-commit-{sha,info} for Cargo in source tarballs | Pietro Albini | -5/+12 |
| 2024-04-29 | Remove the `expand-yaml-anchors` tool | Jakub Beránek | -65/+1 |
| 2024-04-29 | Normalize bootstrap_out path, r=clubby789 | Petr Sumbera | -1/+6 |
| 2024-04-28 | add support to override lldb binary path for ./x test | Vladimir Makayev | -3/+13 |
| 2024-04-28 | Auto merge of #124261 - onur-ozkan:drop-llvm-if-available, r=Mark-Simulacrum | bors | -5/+0 |
| 2024-04-28 | handle the targets that are missing in stage0 | onur-ozkan | -19/+38 |
| 2024-04-28 | Auto merge of #123546 - Rajveer100:branch-for-issue-122128, r=onur-ozkan | bors | -0/+29 |
| 2024-04-28 | Rollup merge of #124429 - Enselic:document-builder, r=Mark-Simulacrum | Matthias Krüger | -0/+23 |
| 2024-04-28 | Rollup merge of #124242 - workingjubilee:describe-bootstrap-files-better, r=M... | Matthias Krüger | -6/+28 |
| 2024-04-28 | Rollup merge of #123942 - onur-ozkan:x-vendor, r=Mark-Simulacrum | Matthias Krüger | -11/+98 |
| 2024-04-27 | Auto merge of #124448 - matthiaskrgr:rollup-iloy9vz, r=matthiaskrgr | bors | -40/+40 |
| 2024-04-27 | Rollup merge of #124445 - Enselic:global-true, r=onur-ozkan | Matthias Krüger | -40/+40 |
| 2024-04-27 | Auto merge of #124405 - RalfJung:miri-core-alloc-tests, r=clubby789 | bors | -3/+0 |
| 2024-04-27 | Bootstrap: Check validity of `--target` and `--host` triples before starting ... | Rajveer | -0/+29 |
| 2024-04-27 | bootstrap: Change `global(true)` to `global = true` for flags for consistency | Martin Nordholts | -40/+40 |
| 2024-04-27 | bootstrap: Document `struct Builder` and its fields | Martin Nordholts | -0/+23 |
| 2024-04-26 | Auto merge of #124296 - cuviper:dist-cargo-tests, r=onur-ozkan | bors | -0/+6 |
| 2024-04-26 | miri core/alloc tests: do not test a 2nd target | Ralf Jung | -3/+0 |
| 2024-04-26 | Add support for run-make-support unit tests to be run with bootstrap command | Jover Zhang | -0/+49 |
| 2024-04-25 | Auto merge of #124058 - TechVest:master, r=fmease | bors | -1/+1 |
| 2024-04-25 | Fix some typos in comments | TechVest | -1/+1 |
| 2024-04-24 | bootstrap: reinterpret the main advantage of x.py setup | Jubilee Young | -2/+3 |