| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-03-05 | Merge build_helper into util | bjorn3 | -1/+1 |
| 2022-03-05 | Remove build_helper | bjorn3 | -1/+1 |
| 2022-03-02 | Remove num_cpus dependency from bootstrap, build-manifest and rustc_session | bjorn3 | -1/+1 |
| 2022-01-04 | Tweak the usage messages for `x.py build` and `x.py check`. | Nicholas Nethercote | -23/+11 |
| 2021-08-24 | PGO for LLVM builds on x86_64-unknown-linux-gnu in CI | Mark Rousskov | -2/+18 |
| 2021-08-13 | Enable `--all-targets` for `x.py check` unconditionally | Joshua Nelson | -4/+6 |
| 2021-08-03 | Add x.py option to --force-rerun compiletest tests | Smitty | -0/+10 |
| 2021-07-21 | Make `x.py d` an alias for `x.py doc` | inquisitivecrystal | -4/+5 |
| 2021-05-11 | Rollup merge of #84783 - jyn514:fmt-one, r=Mark-Simulacrum | Yuki Okushi | -1/+2 |
| 2021-05-01 | Allow formatting specific subdirectories | Joshua Nelson | -1/+2 |
| 2021-04-30 | Fix help for profile flags | Tyler Mandry | -2/+2 |
| 2021-04-30 | Add support for --run for non-ui tests | Tyler Mandry | -6/+1 |
| 2021-04-30 | Add run flag to bootstrap test | Tyler Mandry | -0/+15 |
| 2021-02-16 | avoid full-slicing slices | Matthias Krüger | -1/+1 |
| 2021-01-16 | Support non-stage0 check | Mark Rousskov | -5/+1 |
| 2020-12-22 | Utilize PGO for rustc linux dist builds | Mark Rousskov | -0/+7 |
| 2020-11-12 | Add `--color` support to bootstrap | Joshua Nelson | -0/+30 |
| 2020-10-26 | Add --fix support to `x.py clippy` | Joshua Nelson | -1/+5 |
| 2020-10-23 | x.py test --test-args flag description enhancement | Nelson J Morais | -1/+7 |
| 2020-10-14 | x.py: setup: Provide a description of what it does | Ian Jackson | -3/+10 |
| 2020-10-14 | x.py: setup: Refactor to centralise list of profiles | Ian Jackson | -3/+1 |
| 2020-10-12 | bootstrap: add --include-default-paths to ./x.py | Pietro Albini | -0/+7 |