| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2020-10-14 | Rollup merge of #77786 - jyn514:rustdoc, r=Mark-Simulacrum | Yuki Okushi | -2/+2 |
| 2020-10-11 | Mostly print statements to see where things are | Winnie Xiao | -3/+4 |
| 2020-10-10 | Mention rustdoc in `x.py setup` | Joshua Nelson | -2/+2 |
| 2020-10-10 | Allow setting up git hooks from other worktrees | Joshua Nelson | -3/+11 |
| 2020-10-07 | Rollup merge of #77400 - alarsyo:xpy-setup-suggestions, r=jyn514 | Dylan DPC | -29/+63 |
| 2020-10-06 | Auto merge of #76356 - caass:hooks, r=jyn514 | bors | -0/+47 |
| 2020-10-06 | Use String type for Profile parse error | Antoine Martin | -9/+4 |
| 2020-10-06 | Show available profiles on error | Antoine Martin | -0/+4 |
| 2020-10-06 | Use Profile enum for x.py setup | Antoine Martin | -29/+64 |
| 2020-10-06 | Fix suggestions for x.py setup | Antoine Martin | -2/+2 |
| 2020-10-05 | Make changes based on @jyn514's comments | Cassandra Fridkin | -9/+16 |
| 2020-10-05 | Add install_git_hook_maybe to setup.rs | Cassandra Fridkin | -0/+40 |
| 2020-10-04 | Rename bootstrap/defaults/{config.toml.PROFILE => config.PROFILE.toml} | Thom Chiovoloni | -2/+2 |
| 2020-09-24 | Add `x.py setup` | Joshua Nelson | -0/+88 |