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
/
bootstrap.py
Age
Commit message (
Expand
)
Author
Lines
2021-03-21
Download a more recent LLVM version if `src/version` is modified
Joshua Nelson
-0
/
+2
2021-03-03
Fix commit detected when using `download-rustc`
Joshua Nelson
-3
/
+2
2021-03-01
Change default Solaris x86 target to x86_64-pc-solaris
Jakub Kulik
-1
/
+4
2021-02-08
Use `log --author=bors` instead of `merge-base`
Joshua Nelson
-25
/
+9
2021-02-08
Absolute bare minimum for downloading rustc from CI
Joshua Nelson
-12
/
+78
2021-01-30
Rollup merge of #81520 - jyn514:rustc2, r=Mark-Simulacrum
Yuki Okushi
-1
/
+1
2021-01-29
Don't clone LLVM submodule when download-ci-llvm is set
Joshua Nelson
-1
/
+1
2021-01-29
Don't print error output from rustup when detecting default build triple
Joshua Nelson
-1
/
+2
2021-01-28
Add `SEMICOLON_IN_EXPRESSIONS_FROM_MACROS` lint
Aaron Hill
-0
/
+1
2021-01-15
Add all tier 1 platforms to supported platforms for "if-available"
Joshua Nelson
-1
/
+14
2021-01-09
Support `download-ci-llvm` on NixOS
Simonas Kazlauskas
-8
/
+15
2021-01-05
Auto merge of #80426 - jyn514:bootstrap-caching, r=Mark-Simulacrum
bors
-5
/
+5
2021-01-01
Give a better error for download-ci-llvm if .xz is not supported
Joshua Nelson
-1
/
+6
2020-12-27
Don't use `self.date` unconditionally for `program_out_of_date()`
Joshua Nelson
-5
/
+5
2020-12-27
Don't give an error when creating a file for the first time
Joshua Nelson
-2
/
+4
2020-12-13
Rollup merge of #79970 - bjorn3:no_unnecessary_llvm_checkout, r=Mark-Simulacrum
Yuki Okushi
-5
/
+9
2020-12-12
Don't checkout llvm-project when the LLVM backend isn't built
bjorn3
-5
/
+9
2020-12-08
Fix rustup support in default_build_triple for python3
Joshua Nelson
-3
/
+8
2020-11-19
Rollup merge of #79156 - jyn514:relative-llvm, r=Mark-Simulacrum
Dylan DPC
-2
/
+5
2020-11-17
Allow using `download-ci-llvm` from directories other than the root
Joshua Nelson
-2
/
+5
2020-11-17
bootstrap: use the same version number for rustc and cargo
Pietro Albini
-25
/
+4
2020-11-05
Infer the default host target from the host toolchain if possible
Joshua Nelson
-2
/
+17
2020-10-26
Auto merge of #77975 - bjorn3:cg_clif_subtree3, r=Mark-Simulacrum
bors
-2
/
+6
2020-10-26
Add support for using cg_clif to bootstrap rustc
bjorn3
-2
/
+6
2020-10-23
Rollup merge of #78153 - est31:downloaded_llvm_maybe_sync, r=Mark-Simulacrum
Yuki Okushi
-1
/
+6
2020-10-20
Sync LLVM submodule if it has been initialized
est31
-1
/
+6
2020-10-20
Make users of `download-ci-llvm` download a new version
Simon Sapin
-1
/
+3
2020-10-13
Handle included config in bootstrap.py
Antoine Martin
-0
/
+10
2020-10-13
Implement "if-available" option for download-ci-llvm
Antoine Martin
-2
/
+3
2020-09-23
Re-download LLVM on submodule updates only
Mark Rousskov
-2
/
+13
2020-09-23
Auto merge of #76864 - est31:downloaded_llvm_no_clone_sources, r=Mark-Simulacrum
bors
-2
/
+3
2020-09-20
Discover Rust toolchain without Python
Mark Rousskov
-4
/
+0
2020-09-20
Remove support for different src directory
Mark Rousskov
-3
/
+1
2020-09-20
Set BUILD_TRIPLE via build script
Mark Rousskov
-1
/
+0
2020-09-18
Don't download/sync llvm-project submodule if download-ci-llvm is set
est31
-2
/
+3
2020-09-13
Fix CI LLVM to work on NixOS out of the box
Aleksey Kladov
-0
/
+2
2020-09-12
Download LLVM from CI to bootstrap
Mark Rousskov
-24
/
+83
2020-09-11
Auto merge of #76381 - petrochenkov:nomingwcomp, r=Mark-Simulacrum
bors
-8
/
+0
2020-09-06
Make bootstrap build on stable
Mark Rousskov
-1
/
+0
2020-09-05
rustbuild: Do not use `rust-mingw` component when bootstrapping windows-gnu t...
Vadim Petrochenkov
-8
/
+0
2020-07-17
bootstrap.py: patch RPATH on NixOS to handle the new zlib dependency.
Eduard-Mihai Burtescu
-13
/
+30
2020-07-17
bootstrap.py: guard against GC in NixOS patching support.
Eduard-Mihai Burtescu
-31
/
+42
2020-07-03
Add rust-analyzer submodule
Aleksey Kladov
-1
/
+1
2020-06-25
Bootstrap: fallback detection of Windows
Andrew Paverd
-0
/
+6
2020-06-22
bootstrap: no `config.toml` exists regression
David Wood
-5
/
+9
2020-06-16
bootstrap: read config from $RUST_BOOTSTRAP_CONFIG
David Wood
-1
/
+2
2020-05-12
Fix bootstrap failing on win32
Joshua Cotton
-3
/
+6
2020-05-08
x.py: allow configuring the build directory
Joshua Nelson
-2
/
+9
2020-05-03
x.py: Give a more helpful error message if curl isn't installed
Joshua Nelson
-23
/
+25
2020-04-25
Detect git version before attempting to use --progress
Dillon Amburgey
-11
/
+15
[next]