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
2023-10-17
move bootstrap core implementation to bootstrap/src/core module
onur-ozkan
-312
/
+0
2023-10-02
ensure the parent path's existence on `x install`
onur-ozkan
-3
/
+3
2023-09-25
add sanity checks for user write access on `x install`
onur-ozkan
-0
/
+31
2023-04-22
Group entire build steps in the gha logs
Oli Scherer
-2
/
+2
2023-03-17
Check for llvm-tools before install
NagaChaitanya Vellanki
-4
/
+7
2023-02-16
Remove save-analysis.
Nicholas Nethercote
-12
/
+0
2022-12-19
Don't panic on stable since miri is not available there
Oli Scherer
-4
/
+8
2022-12-11
bootstrap: Allow installing llvm-tools
Martin Kröning
-0
/
+6
2022-09-21
Remove miri from the submodule list and require it for CI to pass
Oli Scherer
-7
/
+4
2022-08-27
Sunset RLS
Eric Huss
-9
/
+0
2022-05-27
[bootstrap] Move `sanitize_sh` from `dist` to `install`
Joshua Nelson
-2
/
+25
2022-04-16
Require all paths passed to `ShouldRun::paths` to exist on disk
Joshua Nelson
-14
/
+14
2022-03-05
Merge build_helper into util
bjorn3
-1
/
+1
2022-03-05
Remove build_helper
bjorn3
-1
/
+1
2021-07-23
refactor extended tarball generaton to use the new ensure_if_default
Pietro Albini
-1
/
+1
2021-07-19
change output of dist cargo and clippy to be consistent with other tools
Pietro Albini
-2
/
+6
2021-07-19
refactor gating of dist docs
Pietro Albini
-6
/
+2
2021-07-12
Provide a better error when `x.py install src/doc` doesn't work.
Eric Huss
-4
/
+6
2021-07-11
Add comments why install steps should never fail.
Eric Huss
-0
/
+6
2021-07-09
Fix rust-analyzer install when not available.
Eric Huss
-4
/
+9
2021-04-16
bootstrap: use bash on illumos to run install scripts
Joshua M. Clulow
-1
/
+6
2021-04-03
Address review comments and Windows failure, and make cleaner
Rich Kadel
-12
/
+8
2021-04-03
Make rust-demangler installable
Rich Kadel
-0
/
+20
2021-02-17
avoid converting types into themselves (clippy::useless_conversion)
Matthias Krüger
-1
/
+1
2021-02-10
bootstrap: fix wrong docs installation path
Pietro Albini
-1
/
+1
2021-01-07
bootstrap: fix x.py install not working with relative prefix
Pietro Albini
-55
/
+44
2020-12-31
bootstrap: use the correct paths during ./x.py install
Pietro Albini
-75
/
+31
2020-12-20
make sure installer only creates directories in DESTDIR
Yuxuan Shui
-6
/
+8
2020-09-24
Install std for non-host targets
Mark Rousskov
-1
/
+1
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
[next]