about summary refs log tree commit diff
path: root/src/bootstrap/install.rs
AgeCommit message (Expand)AuthorLines
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
2017-11-04rustbuild: don't try to install rls if ToolState is not TestingMarc-Antoine Perennou-2/+5
2017-09-05Include rustc in the default `./x.py install`Josh Stone-1/+1
2017-08-13Unify flags into config.Mark Simulacrum-1/+1
2017-07-24Make dist equivalent to old build system.Mark Simulacrum-2/+4
2017-07-20Change make_run signature to taking a RunConfig struct for refactorability.Mark Simulacrum-20/+15
2017-07-20Add an optional condition to constrain defaults.Mark Simulacrum-4/+2
2017-07-20Remove step.rs commentsMark Simulacrum-40/+0
2017-07-20Implement available paths list.Mark Simulacrum-3/+3
2017-07-20Utilize interning to allow Copy/Clone stepsMark Simulacrum-14/+26
2017-07-20Remove core_intrinsics feature gateMark Simulacrum-0/+1
2017-07-20Clean up installMark Simulacrum-120/+89
2017-07-20Cleanups and fixes throughoutMark Simulacrum-2/+2
2017-07-20Fixes warnings and errors introduced while moving code aroundMark Simulacrum-2/+3
2017-07-20Change code to work with the new systemMark Simulacrum-42/+121
2017-07-20Move rule configs out of stepMark Simulacrum-0/+42
2017-07-04Clippy lintsMark Simulacrum-1/+1
2017-05-22rustbuild: split Install out of Dist subcommandMarc-Antoine Perennou-30/+38
2017-05-18rustbuild: refactor installMarc-Antoine Perennou-80/+97
2017-05-18rustbuild: install rust-analysis and rust-src when extended build is enabledMarc-Antoine Perennou-8/+18
2017-05-16rustbuild: pass sysconfdir to install_shMarc-Antoine Perennou-6/+17
2017-05-16rustbuild: pass bindir to install_shMarc-Antoine Perennou-7/+12
2017-04-27rustbuild: install rustc after cargo and rlsMarc-Antoine Perennou-3/+3
2017-04-27rustbuild: install cargo and rls when extended build is enabledMarc-Antoine Perennou-4/+12
2017-04-27rustbuild: pass version number as param in install phaseMarc-Antoine Perennou-6/+6
2017-04-10Remove --enable-save-analysis configure flagNick Cameron-5/+0
2017-04-04Fixes other targets rustlibs installationGitLab-2/+7