| Age | Commit message (Expand) | Author | Lines |
| 2025-08-20 | Add new `--test-codegen-backend` bootstrap option | Guillaume Gomez | -0/+1 |
| 2025-08-13 | bootstrap: Update completions for new --timings argument | Josh Triplett | -0/+2 |
| 2025-07-19 | update completions | binarycat | -4/+0 |
| 2025-07-19 | tidy: running of eslint, tsc, and es-check are now an extra check | binarycat | -1/+5 |
| 2025-07-15 | Regenerate completions after removing `./x suggest` | Jieyou Xu | -44/+0 |
| 2025-07-11 | Update description for flag | bjorn3 | -23/+23 |
| 2025-07-11 | Add --compile-time-deps argument for x check | bjorn3 | -0/+23 |
| 2025-07-08 | tidy: add `auto:` prefix to --extra-checks syntax | binarycat | -1/+1 |
| 2025-07-03 | setup CI and tidy to use typos for spellchecking and fix few typos | klensy | -1/+1 |
| 2025-06-18 | Remove unused bootstrap flag | Jakub Beránek | -46/+23 |
| 2025-06-10 | Rename `build` to `host_target` | Jakub Beránek | -23/+23 |
| 2025-06-04 | update `skip_std_check_if_no_download_rustc` doc-comments | onur-ozkan | -23/+23 |
| 2025-06-03 | bless tidy | onur-ozkan | -0/+23 |
| 2025-03-20 | update completion files | onur-ozkan | -0/+23 |
| 2025-03-17 | replace config.toml to bootstrap.toml in src/ci, src/etc/* and tests/run-make | bit-aloo | -46/+46 |
| 2025-02-05 | Update bootstrap completions | Jakub Beránek | -1/+218 |
| 2024-12-27 | Add `--no-capture` as a bootstrap argument | clubby789 | -0/+1 |
| 2024-09-07 | Remove unused option from x.py | Gurinder Singh | -18/+0 |
| 2024-08-18 | Generate completions after version updates | Trevor Gross | -719/+719 |
| 2024-08-12 | regenerate `./x` completions | Rémy Rakic | -2/+1 |
| 2024-08-12 | clarify that `--rustc-args` is for compiletest tests | Rémy Rakic | -1/+1 |
| 2024-06-27 | Implement `x perf` as a separate tool | Jakub Beránek | -1/+1 |
| 2024-06-12 | Add `x perf` command for profiling the compiler using `rustc-perf` | Jakub Beránek | -0/+42 |
| 2024-05-29 | Remove path choice from `x fmt` and add `--all` option. | Nicholas Nethercote | -0/+1 |
| 2024-04-22 | introduce `x vendor` | onur-ozkan | -0/+44 |
| 2024-04-05 | Auto merge of #123317 - RalfJung:test-in-miri, r=m-ou-se,saethlin,onur-ozkan | bors | -0/+47 |
| 2024-04-03 | add 'x.py miri', and make it work for 'library/{core,alloc,std}' | Ralf Jung | -0/+47 |
| 2024-04-02 | x.py test: remove no-op --skip flag | Ralf Jung | -1/+1 |
| 2024-01-01 | pass allow-{dirty,staged} to clippy | onur-ozkan | -0/+2 |
| 2023-12-11 | update auto completions | onur-ozkan | -0/+15 |
| 2023-12-09 | allow bypassing the build directory lock | onur-ozkan | -10/+25 |
| 2023-10-22 | add bootstrap flag `--skip-stage0-validation` | onur-ozkan | -0/+15 |
| 2023-10-15 | bump bootstrap:clap_complete to `4.4.3` | onur-ozkan | -4/+4 |
| 2023-10-09 | Add `--enable-bolt-settings` bootstrap flag | Jakub Beránek | -0/+15 |
| 2023-08-10 | Auto merge of #112482 - tgross35:ci-non-rust-linters, r=pietroalbini | bors | -0/+1 |
| 2023-08-06 | fix(bootstrap): rename exclude flag to skip 🐛 | Meysam Azad | -0/+14 |
| 2023-08-02 | Add support for tidy linting via external tools for non-rust files | Trevor Gross | -0/+1 |
| 2023-07-31 | Remove BOLT from bootstrap | Jakub Beránek | -30/+15 |
| 2023-07-30 | support `--stage` for `x clean` | ozkanonur | -2/+2 |
| 2023-05-24 | Auto merge of #111566 - clubby789:bootstrap-override-config, r=ozkanonur | bors | -0/+15 |
| 2023-05-19 | Override config.toml options from command line | clubby789 | -0/+15 |
| 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 | -0/+607 |