index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bootstrap
/
install.rs
Age
Commit message (
Expand
)
Author
Lines
2020-07-27
mv std libs to library/
mark
-1
/
+1
2020-07-19
Auto merge of #74495 - shepmaster:bootstrap-dist-target-files, r=Mark-Simulacrum
bors
-1
/
+1
2020-07-19
Teach bootstrap install and dist commands about TargetSelection
Jake Goulding
-1
/
+1
2020-07-17
Rollup merge of #74457 - Keruspe:install, r=Mark-Simulacrum
Manish Goregaokar
-24
/
+5
2020-07-17
rustbuild: drop tool::should_install
Marc-Antoine Perennou
-24
/
+5
2020-07-17
Teach bootstrap about target files vs target triples
Jake Goulding
-14
/
+15
2020-07-03
Add rust-analyzer submodule
Aleksey Kladov
-0
/
+13
2020-06-16
bootstrap/install.rs: support a nonexistent `prefix` in `x.py install`
NODA, Kai
-1
/
+4
2020-05-02
Gate on clippy on CI
Oliver Scherer
-4
/
+2
2020-02-03
bootstrap: fix clippy warnings
Matthias Krüger
-3
/
+2
2019-12-01
rustbuild: fix cross-compile install
Ximin Luo
-1
/
+1
2019-09-10
Locate rustc binary similarly to codegen backend loading
Mark Rousskov
-2
/
+1
2019-06-11
Fix x.py install
Tyler Mandry
-1
/
+4
2019-05-28
Fixup style
Alex Crichton
-8
/
+19
2019-05-28
rustbuild: Assert extended builds don't dist too much
Alex Crichton
-33
/
+29
2019-05-09
remove unneeded `extern crate`s from build tools
Andy Russell
-0
/
+2
2019-02-25
bootstrap: deny(rust_2018_idioms)
Taiki Endo
-18
/
+18
2019-01-08
fixup
Oliver Scherer
-1
/
+1
2019-01-08
Prepare everything for distributing miri via rustup
Oliver Scherer
-0
/
+11
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-10
bootstrap: fix edition
ljedrz
-4
/
+4
2018-07-23
Replace a few expect+format combos with unwrap_or_else+panic
ljedrz
-1
/
+1
2018-07-01
Did you mean to block nightlies on clippy?
Oliver Schneider
-0
/
+11
2018-04-17
Remove uses of Build across Builder steps
Mark Simulacrum
-16
/
+15
2018-04-08
rustbuild: canonicalize prefix `install_sh`
Tamir Duberstein
-1
/
+3
2018-04-03
Avoid printing output when in dry run mode
Mark Simulacrum
-3
/
+4
2018-03-12
Auto merge of #48295 - Keruspe:master, r=alexcrichton
bors
-2
/
+7
2018-03-08
Remove ONLY_BUILD.
Mark Simulacrum
-4
/
+29
2018-03-08
Remove ONLY_BUILD_TARGETS.
Mark Simulacrum
-2
/
+1
2018-03-08
bootstrap: pass datadir to rust-installer
Marc-Antoine Perennou
-2
/
+7
2018-02-07
Refactor checks on list of extended tools.
O01eg
-12
/
+21
2018-02-05
Add build.tools option to manage installation of extended rust tools.
O01eg
-7
/
+14
2017-11-16
rustbuild: Install rustfmt as part of extended build
Marc-Antoine Perennou
-0
/
+11
2017-11-07
Rollup merge of #45588 - Keruspe:master, r=alexcrichton
kennytm
-2
/
+5
2017-11-06
Ensure dist::Std for every libstd target. (Closes: #42320)
Ximin Luo
-9
/
+9
2017-11-04
rustbuild: don't try to install rls if ToolState is not Testing
Marc-Antoine Perennou
-2
/
+5
2017-09-05
Include rustc in the default `./x.py install`
Josh Stone
-1
/
+1
2017-08-13
Unify flags into config.
Mark Simulacrum
-1
/
+1
2017-07-24
Make dist equivalent to old build system.
Mark Simulacrum
-2
/
+4
2017-07-20
Change make_run signature to taking a RunConfig struct for refactorability.
Mark Simulacrum
-20
/
+15
2017-07-20
Add an optional condition to constrain defaults.
Mark Simulacrum
-4
/
+2
2017-07-20
Remove step.rs comments
Mark Simulacrum
-40
/
+0
2017-07-20
Implement available paths list.
Mark Simulacrum
-3
/
+3
2017-07-20
Utilize interning to allow Copy/Clone steps
Mark Simulacrum
-14
/
+26
2017-07-20
Remove core_intrinsics feature gate
Mark Simulacrum
-0
/
+1
2017-07-20
Clean up install
Mark Simulacrum
-120
/
+89
2017-07-20
Cleanups and fixes throughout
Mark Simulacrum
-2
/
+2
2017-07-20
Fixes warnings and errors introduced while moving code around
Mark Simulacrum
-2
/
+3
2017-07-20
Change code to work with the new system
Mark Simulacrum
-42
/
+121
2017-07-20
Move rule configs out of step
Mark Simulacrum
-0
/
+42
[next]