about summary refs log tree commit diff
path: root/src/bootstrap/setup.rs
AgeCommit message (Expand)AuthorLines
2022-02-07Rollup merge of #93487 - yerke:yerke/fix-link-toolchain-in-setup, r=Mark-Simu...Mara Bos-2/+39
2022-02-07Rollup merge of #88313 - jyn514:pre-push, r=Mark-SimulacrumMara Bos-6/+6
2022-02-05fix linking stage1 toolchain in setupYerkebulan Tulibergenov-2/+39
2021-09-26Link stage1 build to toolchain automaticallyTimothy Maloney-0/+80
2021-08-24Make the pre-commit script pre-push insteadJoshua Nelson-6/+6
2021-04-05Add config file for tools enabling stage1 downloads by defaultJoshua Nelson-3/+17
2020-12-31bootstrap: clippy fixesMatthias Krüger-2/+2
2020-12-08don't wrap code block in Ok() (clipppy::unit_arg)Matthias Krüger-2/+3
2020-11-07Rollup merge of #78514 - jyn514:setup-number, r=Mark-SimulacrumYuki Okushi-6/+9
2020-10-29Create config.toml in the current directory, not the top-level directoryJoshua Nelson-1/+1
2020-10-28Allow using 1/2/3/4 for `x.py setup` optionsJoshua Nelson-6/+9
2020-10-20Rollup merge of #77778 - jyn514:git-hook, r=mark-simulacrumYuki Okushi-3/+11
2020-10-14x.py setup: Avoid infinite loop if stdin is /dev/nullIan Jackson-0/+4
2020-10-14x.py setup: Fix handling of wrong interactive inputIan Jackson-1/+1
2020-10-14x.py: setup: Offer keywords in interactive promptIan Jackson-2/+2
2020-10-14x.py: setup: Refactor to centralise list of profilesIan Jackson-14/+50
2020-10-14Rollup merge of #77786 - jyn514:rustdoc, r=Mark-SimulacrumYuki Okushi-2/+2
2020-10-11Mostly print statements to see where things areWinnie Xiao-3/+4
2020-10-10Mention rustdoc in `x.py setup`Joshua Nelson-2/+2
2020-10-10Allow setting up git hooks from other worktreesJoshua Nelson-3/+11
2020-10-07Rollup merge of #77400 - alarsyo:xpy-setup-suggestions, r=jyn514Dylan DPC-29/+63
2020-10-06Auto merge of #76356 - caass:hooks, r=jyn514bors-0/+47
2020-10-06Use String type for Profile parse errorAntoine Martin-9/+4
2020-10-06Show available profiles on errorAntoine Martin-0/+4
2020-10-06Use Profile enum for x.py setupAntoine Martin-29/+64
2020-10-06Fix suggestions for x.py setupAntoine Martin-2/+2
2020-10-05Make changes based on @jyn514's commentsCassandra Fridkin-9/+16
2020-10-05Add install_git_hook_maybe to setup.rsCassandra Fridkin-0/+40
2020-10-04Rename bootstrap/defaults/{config.toml.PROFILE => config.PROFILE.toml}Thom Chiovoloni-2/+2
2020-09-24Add `x.py setup`Joshua Nelson-0/+88