about summary refs log tree commit diff
path: root/src/bootstrap/setup.rs
AgeCommit message (Expand)AuthorLines
2023-07-31Rollup merge of #113906 - notriddle:notriddle/cargo-extra-env, r=Mark-SimulacrumMatthias Krüger-0/+1
2023-07-30bootstrap: inline format!() argsMatthias Krüger-7/+6
2023-07-20etc: add `RUSTC_BOOTSTRAP` to rust-analyzer configMichael Howell-0/+1
2023-07-13Rename `detail_exit_macro` to `exit`jyn-2/+2
2023-06-26bootstrap: rename 'user' profile to 'dist'clubby789-7/+7
2023-06-24bootstrap: Backup `settings.json` to the correct filenameNoah Lev-1/+1
2023-06-21Revert 'Rename profile=user to profile=dist'clubby789-7/+7
2023-06-10Improve documentation for `tools` profileZachary Whiteley-0/+8
2023-06-03Rollup merge of #111998 - jyn514:ra-dogfooding, r=Mark-SimulacrumMatthias Krüger-0/+1
2023-06-01Update setup.rsGary-7/+7
2023-05-30create `build_helper/src/util` modozkanonur-2/+2
2023-05-26Add other workspaces to `linkedProjects` in `rust_analyzer_settings.json`jyn-0/+1
2023-03-01Rename `src/etc/vscode_settings.json` to `rust_analyzer_settings.json`KittyBorgX-5/+5
2023-02-25Rollup merge of #107848 - clubby789:x-setup-options, r=Mark-SimulacrumMichael Goulet-17/+103
2023-02-17Change src/etc/vscode_settings.json to always treat ./library as the sysroot ...Joshua Nelson-0/+1
2023-02-13Add additional options to `x setup`clubby789-17/+103
2023-02-08Set `rust-analyzer.check.invocationLocation` to `root`clubby789-3/+5
2023-02-07Allow automatically creating vscode `settings.json` from bootstrapclubby789-26/+121
2023-01-11Change `src/test` to `tests` in source files, fix tidy and testsAlbert Larsan-1/+1
2023-01-04adjust comments about pre-push.sh hookKaDiWa-2/+2
2022-12-22Avoid running the `Profile` step twice on `x setup`Joshua Nelson-0/+4
2022-12-17Remove special cases for setup subcommandBenjamin Tong-11/+59
2022-11-26Revamp the order `setup` executesJoshua Nelson-13/+15
2022-11-26Refactor `setup_config_toml` into a functionJoshua Nelson-31/+31
2022-11-26Don't update submodules for `x setup`Joshua Nelson-1/+2
2022-11-05Place config.toml in current working directory if config not foundTanner Davies-1/+1
2022-08-14Impl Debug for some structs of rustbuildohno418-1/+1
2022-07-11Auto merge of #98526 - jyn514:download-llvm-outside-checkout, r=Mark-Simulacrumbors-7/+6
2022-07-10Allow using `download-ci-llvm = true` outside the git checkoutJoshua Nelson-7/+6
2022-07-07squash the commitstoshiki goto-2/+2
2022-05-25feat: refactored bootstrap files to use stderr consistentlyRaiyan-12/+12
2022-04-05Fix typo in bootstrap/setup.rsCheng XU-1/+1
2022-03-11Remove redundant slicing of whole ranges in `bootstrap`pierwill-5/+5
2022-03-07Don't depend on python for RUST_BOOTSTRAP_CONFIGJoshua Nelson-11/+9
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