about summary refs log tree commit diff
path: root/src/bootstrap/install.rs
AgeCommit message (Expand)AuthorLines
2021-07-23refactor extended tarball generaton to use the new ensure_if_defaultPietro Albini-1/+1
2021-07-19change output of dist cargo and clippy to be consistent with other toolsPietro Albini-2/+6
2021-07-19refactor gating of dist docsPietro Albini-6/+2
2021-07-12Provide a better error when `x.py install src/doc` doesn't work.Eric Huss-4/+6
2021-07-11Add comments why install steps should never fail.Eric Huss-0/+6
2021-07-09Fix rust-analyzer install when not available.Eric Huss-4/+9
2021-04-16bootstrap: use bash on illumos to run install scriptsJoshua M. Clulow-1/+6
2021-04-03Address review comments and Windows failure, and make cleanerRich Kadel-12/+8
2021-04-03Make rust-demangler installableRich Kadel-0/+20
2021-02-17avoid converting types into themselves (clippy::useless_conversion)Matthias Krüger-1/+1
2021-02-10bootstrap: fix wrong docs installation pathPietro Albini-1/+1
2021-01-07bootstrap: fix x.py install not working with relative prefixPietro Albini-55/+44
2020-12-31bootstrap: use the correct paths during ./x.py installPietro Albini-75/+31
2020-12-20make sure installer only creates directories in DESTDIRYuxuan Shui-6/+8
2020-09-24Install std for non-host targetsMark Rousskov-1/+1
2020-07-27mv std libs to library/mark-1/+1
2020-07-19Auto merge of #74495 - shepmaster:bootstrap-dist-target-files, r=Mark-Simulacrumbors-1/+1
2020-07-19Teach bootstrap install and dist commands about TargetSelectionJake Goulding-1/+1
2020-07-17Rollup merge of #74457 - Keruspe:install, r=Mark-SimulacrumManish Goregaokar-24/+5
2020-07-17rustbuild: drop tool::should_installMarc-Antoine Perennou-24/+5
2020-07-17Teach bootstrap about target files vs target triplesJake Goulding-14/+15
2020-07-03Add rust-analyzer submoduleAleksey Kladov-0/+13
2020-06-16bootstrap/install.rs: support a nonexistent `prefix` in `x.py install`NODA, Kai-1/+4
2020-05-02Gate on clippy on CIOliver Scherer-4/+2
2020-02-03bootstrap: fix clippy warningsMatthias Krüger-3/+2
2019-12-01rustbuild: fix cross-compile installXimin Luo-1/+1
2019-09-10Locate rustc binary similarly to codegen backend loadingMark Rousskov-2/+1
2019-06-11Fix x.py installTyler Mandry-1/+4
2019-05-28Fixup styleAlex Crichton-8/+19
2019-05-28rustbuild: Assert extended builds don't dist too muchAlex Crichton-33/+29
2019-05-09remove unneeded `extern crate`s from build toolsAndy Russell-0/+2
2019-02-25bootstrap: deny(rust_2018_idioms)Taiki Endo-18/+18
2019-01-08fixupOliver Scherer-1/+1
2019-01-08Prepare everything for distributing miri via rustupOliver Scherer-0/+11
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-10bootstrap: fix editionljedrz-4/+4
2018-07-23Replace a few expect+format combos with unwrap_or_else+panicljedrz-1/+1
2018-07-01Did you mean to block nightlies on clippy?Oliver Schneider-0/+11
2018-04-17Remove uses of Build across Builder stepsMark Simulacrum-16/+15
2018-04-08rustbuild: canonicalize prefix `install_sh`Tamir Duberstein-1/+3
2018-04-03Avoid printing output when in dry run modeMark Simulacrum-3/+4
2018-03-12Auto merge of #48295 - Keruspe:master, r=alexcrichtonbors-2/+7
2018-03-08Remove ONLY_BUILD.Mark Simulacrum-4/+29
2018-03-08Remove ONLY_BUILD_TARGETS.Mark Simulacrum-2/+1
2018-03-08bootstrap: pass datadir to rust-installerMarc-Antoine Perennou-2/+7
2018-02-07Refactor checks on list of extended tools.O01eg-12/+21
2018-02-05Add build.tools option to manage installation of extended rust tools.O01eg-7/+14
2017-11-16rustbuild: Install rustfmt as part of extended buildMarc-Antoine Perennou-0/+11
2017-11-07Rollup merge of #45588 - Keruspe:master, r=alexcrichtonkennytm-2/+5
2017-11-06Ensure dist::Std for every libstd target. (Closes: #42320)Ximin Luo-9/+9