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
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
2020-03-21
Remove CARGO_BUILD_TARGET from bootstrap.py
lzutao
-0
/
+4
2020-02-07
PEP8 format spacing
Chris Simpkins
-4
/
+3
2020-02-07
remove unnecessary local variable assignment in context manager
Chris Simpkins
-1
/
+1
2020-01-31
Correctly reinstall rustfmt on channel change
Mark Rousskov
-4
/
+4
2019-12-21
bootstrap.py fetches rustfmt.
Adam Perry
-3
/
+42
2019-12-01
rustbuild: don't clobber RUSTFLAGS, append to it
Ximin Luo
-5
/
+7
2019-11-12
bootstrap: don't call support_xz in hot-path
Guanqun Lu
-21
/
+22
2019-11-10
download .tar.xz if python3 is used
Guanqun Lu
-9
/
+23
2019-10-21
Remove `src/llvm-emscripten` submodule
Alex Crichton
-4
/
+0
2019-09-09
check git in bootstrap.py when trying to update submodule
Guanqun Lu
-0
/
+8
2019-09-09
use 'get_toml' instead of regular expression
Guanqun Lu
-5
/
+15
2019-09-07
Rollup merge of #64098 - Mark-Simulacrum:always-warn, r=alexcrichton
Mazdak Farrokhzad
-1
/
+2
2019-09-06
it's more pythonic to use 'is not None' in python files
Guanqun Lu
-1
/
+1
2019-09-04
Ensure all warnings are emitted even on warnings=warn
Mark Rousskov
-1
/
+2
2019-08-29
Rollup merge of #63953 - crlf0710:bootstrap_mirroring, r=Mark-Simulacrum
Mazdak Farrokhzad
-2
/
+14
2019-08-28
bootstrap: allow specifying mirror for bootstrap compiler download.
Charles Lew
-2
/
+14
2019-08-27
rustbuild: allow disabling deny(warnings) for bootstrap
Marc-Antoine Perennou
-0
/
+2
2019-07-09
Update cargo-vendor usage
Eric Huss
-24
/
+43
2019-05-13
Remove bitrig support from rust
Marcel Hellwig
-1
/
+0
2019-04-29
intelligently handle older version of git in bootstrap
Nathan Froyd
-3
/
+9
2019-03-08
Rollup merge of #58080 - MikaelUrankar:freebsd_arm, r=sanxiyn
Pietro Albini
-0
/
+4
2019-02-23
Fix an indexing error when using `x.py help`
varkor
-1
/
+1
2019-02-13
Add FreeBSD armv6 and armv7 targets
MikaelUrankar
-0
/
+4
2019-01-25
Rebase to the llvm-project monorepo
Josh Stone
-10
/
+2
2019-01-17
Update bootstrap.py
lenoil98
-0
/
+3
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-24
x.py: fixup 6130fc884bc1dff9bb835894a7bb2042c110b011
Matthias Krüger
-1
/
+1
2018-12-17
Add --progress to git submodule commands
Clar Fon
-2
/
+2
2018-11-22
Move Cargo.{toml,lock} to the repository root directory.
Eduard-Mihai Burtescu
-1
/
+1
2018-11-12
Fix TLS errors when downloading stage0
Dan Robertson
-2
/
+2
2018-11-02
Remove all jemalloc-related content
Alex Crichton
-5
/
+0
2018-10-26
rustbuild: use configured linker to build boostrap
Marc-Antoine Perennou
-0
/
+3
2018-10-23
fix typos in various places
Matthias Krüger
-1
/
+1
2018-10-01
allow use of ./x.py help <cmd> ...
Collins Abitekaniza
-0
/
+5
2018-08-14
Add lldb to the build
Tom Tromey
-0
/
+4
2018-07-30
Add timeout to use of `curl` in bootstrap.py.
kennytm
-1
/
+4
2018-07-10
bootstrap: our best to achieve atomic rename on Win32
NODA, Kai
-1
/
+6
2018-07-10
bootstrap: write texts to a .tmp file first for atomicity
NODA, Kai
-3
/
+11
2018-07-02
bootstrap: tests should use rustc from config.toml
Nikolai Merinov
-0
/
+2
2018-07-01
Also run the bootstrap in bootstrap mode
Oliver Schneider
-0
/
+1
2018-05-31
bootstrap.py: respect crt-static
Johannes Nixdorf
-3
/
+30
2018-05-17
Revert "bootstrap.py: respect crt-static"
Alex Crichton
-30
/
+3
2018-04-29
bootstrap.py: respect crt-static
Johannes Nixdorf
-3
/
+30
2018-04-06
bootstrap: Remove the fast path
Tatsuyuki Ishi
-4
/
+1
2018-04-03
Stop accessing current_dir in bootstrap
Mark Simulacrum
-1
/
+4
2018-03-30
Handle fast-submodules option correctly
Petr Hosek
-1
/
+1
[next]