| Age | Commit message (Expand) | Author | Lines |
| 2023-07-31 | Rollup merge of #113906 - notriddle:notriddle/cargo-extra-env, r=Mark-Simulacrum | Matthias Krüger | -0/+1 |
| 2023-07-30 | bootstrap: inline format!() args | Matthias Krüger | -7/+6 |
| 2023-07-20 | etc: add `RUSTC_BOOTSTRAP` to rust-analyzer config | Michael Howell | -0/+1 |
| 2023-07-13 | Rename `detail_exit_macro` to `exit` | jyn | -2/+2 |
| 2023-06-26 | bootstrap: rename 'user' profile to 'dist' | clubby789 | -7/+7 |
| 2023-06-24 | bootstrap: Backup `settings.json` to the correct filename | Noah Lev | -1/+1 |
| 2023-06-21 | Revert 'Rename profile=user to profile=dist' | clubby789 | -7/+7 |
| 2023-06-10 | Improve documentation for `tools` profile | Zachary Whiteley | -0/+8 |
| 2023-06-03 | Rollup merge of #111998 - jyn514:ra-dogfooding, r=Mark-Simulacrum | Matthias Krüger | -0/+1 |
| 2023-06-01 | Update setup.rs | Gary | -7/+7 |
| 2023-05-30 | create `build_helper/src/util` mod | ozkanonur | -2/+2 |
| 2023-05-26 | Add other workspaces to `linkedProjects` in `rust_analyzer_settings.json` | jyn | -0/+1 |
| 2023-03-01 | Rename `src/etc/vscode_settings.json` to `rust_analyzer_settings.json` | KittyBorgX | -5/+5 |
| 2023-02-25 | Rollup merge of #107848 - clubby789:x-setup-options, r=Mark-Simulacrum | Michael Goulet | -17/+103 |
| 2023-02-17 | Change src/etc/vscode_settings.json to always treat ./library as the sysroot ... | Joshua Nelson | -0/+1 |
| 2023-02-13 | Add additional options to `x setup` | clubby789 | -17/+103 |
| 2023-02-08 | Set `rust-analyzer.check.invocationLocation` to `root` | clubby789 | -3/+5 |
| 2023-02-07 | Allow automatically creating vscode `settings.json` from bootstrap | clubby789 | -26/+121 |
| 2023-01-11 | Change `src/test` to `tests` in source files, fix tidy and tests | Albert Larsan | -1/+1 |
| 2023-01-04 | adjust comments about pre-push.sh hook | KaDiWa | -2/+2 |
| 2022-12-22 | Avoid running the `Profile` step twice on `x setup` | Joshua Nelson | -0/+4 |
| 2022-12-17 | Remove special cases for setup subcommand | Benjamin Tong | -11/+59 |
| 2022-11-26 | Revamp the order `setup` executes | Joshua Nelson | -13/+15 |
| 2022-11-26 | Refactor `setup_config_toml` into a function | Joshua Nelson | -31/+31 |
| 2022-11-26 | Don't update submodules for `x setup` | Joshua Nelson | -1/+2 |
| 2022-11-05 | Place config.toml in current working directory if config not found | Tanner Davies | -1/+1 |
| 2022-08-14 | Impl Debug for some structs of rustbuild | ohno418 | -1/+1 |
| 2022-07-11 | Auto merge of #98526 - jyn514:download-llvm-outside-checkout, r=Mark-Simulacrum | bors | -7/+6 |
| 2022-07-10 | Allow using `download-ci-llvm = true` outside the git checkout | Joshua Nelson | -7/+6 |
| 2022-07-07 | squash the commits | toshiki goto | -2/+2 |
| 2022-05-25 | feat: refactored bootstrap files to use stderr consistently | Raiyan | -12/+12 |
| 2022-04-05 | Fix typo in bootstrap/setup.rs | Cheng XU | -1/+1 |
| 2022-03-11 | Remove redundant slicing of whole ranges in `bootstrap` | pierwill | -5/+5 |
| 2022-03-07 | Don't depend on python for RUST_BOOTSTRAP_CONFIG | Joshua Nelson | -11/+9 |
| 2022-02-07 | Rollup merge of #93487 - yerke:yerke/fix-link-toolchain-in-setup, r=Mark-Simu... | Mara Bos | -2/+39 |
| 2022-02-07 | Rollup merge of #88313 - jyn514:pre-push, r=Mark-Simulacrum | Mara Bos | -6/+6 |
| 2022-02-05 | fix linking stage1 toolchain in setup | Yerkebulan Tulibergenov | -2/+39 |
| 2021-09-26 | Link stage1 build to toolchain automatically | Timothy Maloney | -0/+80 |
| 2021-08-24 | Make the pre-commit script pre-push instead | Joshua Nelson | -6/+6 |
| 2021-04-05 | Add config file for tools enabling stage1 downloads by default | Joshua Nelson | -3/+17 |
| 2020-12-31 | bootstrap: clippy fixes | Matthias Krüger | -2/+2 |
| 2020-12-08 | don't wrap code block in Ok() (clipppy::unit_arg) | Matthias Krüger | -2/+3 |
| 2020-11-07 | Rollup merge of #78514 - jyn514:setup-number, r=Mark-Simulacrum | Yuki Okushi | -6/+9 |
| 2020-10-29 | Create config.toml in the current directory, not the top-level directory | Joshua Nelson | -1/+1 |
| 2020-10-28 | Allow using 1/2/3/4 for `x.py setup` options | Joshua Nelson | -6/+9 |
| 2020-10-20 | Rollup merge of #77778 - jyn514:git-hook, r=mark-simulacrum | Yuki Okushi | -3/+11 |
| 2020-10-14 | x.py setup: Avoid infinite loop if stdin is /dev/null | Ian Jackson | -0/+4 |
| 2020-10-14 | x.py setup: Fix handling of wrong interactive input | Ian Jackson | -1/+1 |
| 2020-10-14 | x.py: setup: Offer keywords in interactive prompt | Ian Jackson | -2/+2 |
| 2020-10-14 | x.py: setup: Refactor to centralise list of profiles | Ian Jackson | -14/+50 |