| Age | Commit message (Expand) | Author | Lines |
| 2023-07-31 | Pass BOLT profile to bootstrap to be included in the reproducible artifacts a... | Jakub Beránek | -5/+2 |
| 2023-07-31 | Auto merge of #114126 - ozkanonur:stage-support-for-clean, r=ozkanonur | bors | -0/+4 |
| 2023-07-30 | support `--stage` for `x clean` | ozkanonur | -0/+4 |
| 2023-07-30 | bootstrap: inline format!() args | Matthias Krüger | -1/+1 |
| 2023-07-13 | Rename `detail_exit_macro` to `exit` | jyn | -2/+2 |
| 2023-07-03 | Remove compare mode | Michael Goulet | -1/+1 |
| 2023-05-30 | create `build_helper/src/util` mod | ozkanonur | -2/+2 |
| 2023-05-24 | Auto merge of #111566 - clubby789:bootstrap-override-config, r=ozkanonur | bors | -0/+3 |
| 2023-05-19 | Override config.toml options from command line | clubby789 | -0/+3 |
| 2023-05-17 | Fix typo in bootstrap command description | Jakub Beránek | -1/+1 |
| 2023-05-10 | Generate shell completions for bootstrap with Clap | clubby789 | -14/+35 |
| 2023-05-07 | Auto merge of #110693 - clubby789:x-clap-take-2, r=Mark-Simulacrum | bors | -659/+336 |
| 2023-05-06 | Migrate bootstrap to Clap-based arguments | clubby789 | -659/+336 |
| 2023-05-04 | Use `free-args` consistently in bootstrap | jyn | -18/+0 |
| 2023-04-09 | feat: implement basic suggest-tests tool | Ezra Shaw | -3/+11 |
| 2023-03-05 | Rollup merge of #108613 - jyn514:rm-skip-rebuild, r=Mark-Simulacrum | Matthias Krüger | -13/+0 |
| 2023-03-01 | Remove `llvm.skip-rebuild` option | Joshua Nelson | -13/+0 |
| 2023-02-25 | Rollup merge of #107848 - clubby789:x-setup-options, r=Mark-Simulacrum | Michael Goulet | -3/+10 |
| 2023-02-17 | Rollup merge of #107905 - clubby789:x-free-args, r=albertlarsan68 | Matthias Krüger | -0/+11 |
| 2023-02-13 | Add additional options to `x setup` | clubby789 | -3/+10 |
| 2023-02-10 | Pass arguments to `x` subcommands with `--` | clubby789 | -0/+11 |
| 2023-02-10 | add only modified for compiletest | yukang | -0/+10 |
| 2023-01-11 | Change `src/test` to `tests` in source files, fix tidy and tests | Albert Larsan | -4/+4 |
| 2022-12-31 | Fix panic on `x build --help` | Joshua Nelson | -22/+22 |
| 2022-12-27 | Auto merge of #106168 - jyn514:clean-crates, r=Mark-Simulacrum | bors | -8/+2 |
| 2022-12-26 | Allow cleaning individual crates | Joshua Nelson | -8/+2 |
| 2022-12-26 | Fix panic on `x build --help --verbose` | Joshua Nelson | -1/+11 |
| 2022-12-17 | Remove special cases for setup subcommand | Benjamin Tong | -3/+3 |
| 2022-11-26 | Don't update submodules for `x setup` | Joshua Nelson | -4/+5 |
| 2022-11-06 | bootstrap: add support for running Miri on a file | Ralf Jung | -8/+17 |
| 2022-10-09 | Use BOLT in x64 dist CI to optimize LLVM | Jakub Beránek | -0/+6 |
| 2022-09-17 | Add a new component, `rust-json-docs`, to distribute the JSON-formatted docum... | Luca Palmieri | -1/+19 |
| 2022-08-15 | Revert "Revert "Remove num_cpus dependency from bootstrap, build-manifest and... | The 8472 | -1/+1 |
| 2022-08-14 | Impl Debug for some structs of rustbuild | ohno418 | -0/+1 |
| 2022-07-31 | Move `x test --skip` to be part of `--exclude` | Joshua Nelson | -12/+0 |
| 2022-07-29 | Don't give a hard error for `x check --keep-stage 0` | Joshua Nelson | -9/+0 |
| 2022-07-11 | Rollup merge of #97210 - Milo123459:clippy-args, r=jyn514 | Matthias Krüger | -1/+16 |
| 2022-07-11 | clippy argument support | Milo | -1/+16 |
| 2022-07-07 | squash the commits | toshiki goto | -7/+6 |
| 2022-06-30 | Add a `--build-dir` flag to rustbuild | Thom Chiovoloni | -0/+8 |
| 2022-06-09 | Revert "Remove num_cpus dependency from bootstrap, build-manifest and rustc_s... | David Tolnay | -1/+1 |
| 2022-06-03 | Fully stabilize NLL | Jack Huey | -1/+1 |
| 2022-05-28 | Rollup merge of #97411 - raiyansayeed:print-stderr-consistently, r=Mark-Simul... | Matthias Krüger | -4/+4 |
| 2022-05-25 | feat: refactored bootstrap files to use stderr consistently | Raiyan | -4/+4 |
| 2022-05-10 | Add test skip support | Collin Baker | -2/+19 |
| 2022-04-21 | Add a test for `--exclude test::XXX` | Joshua Nelson | -0/+20 |
| 2022-04-16 | bootstrap: consolidate subcommand parsing and matching | Allen Wild | -76/+50 |
| 2022-03-07 | copy over `std::path::absolute` instead of adding `canonicalize` hacks | Joshua Nelson | -1/+1 |
| 2022-03-07 | fix weird bug when `out` would get overridden by unit tests | Joshua Nelson | -1/+1 |
| 2022-03-07 | Don't depend on python for RUST_BOOTSTRAP_CONFIG | Joshua Nelson | -3/+1 |