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
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
2018-03-17
Rollup merge of #49057 - Zoxc:fast-submodules, r=alexcrichton
kennytm
-12
/
+50
2018-03-15
Support extra-verbose builds:
comex
-8
/
+5
2018-03-15
Faster submodule updating
John Kåre Alsaker
-12
/
+50
2018-03-03
rust: Import LLD for linking wasm objects
Alex Crichton
-0
/
+4
2018-03-03
Rollup merge of #48637 - segevfiner:restore-rust-mingw-download, r=alexcrichton
kennytm
-0
/
+8
2018-03-03
Rollup merge of #48569 - Phlosioneer:x-py-help-optimization, r=petrochenkov
kennytm
-25
/
+15
2018-03-02
Remove print_what_bootstrap_means
Phlosioneer
-27
/
+8
2018-03-01
Document why we download rust-mingw
Segev Finer
-0
/
+3
2018-03-01
Restore the download of rust-mingw
Segev Finer
-0
/
+5
2018-02-26
Improve --help performance for x.py
Phlosioneer
-4
/
+13
2018-02-23
bootstrap: Add missing cputype matching for sparc
John Paul Adrian Glaubitz
-1
/
+1
2018-01-28
rustc: Split Emscripten to a separate codegen backend
Alex Crichton
-7
/
+16
2018-01-23
Add ./x.py check src/{libstd,libtest,rustc}.
Mark Simulacrum
-0
/
+1
2018-01-17
Update Cargo and its dependencies
Alex Crichton
-5
/
+0
2017-10-31
bootstrap: Add missing cputype matching for sparc64
John Paul Adrian Glaubitz
-1
/
+1
2017-10-19
Allow passing a path with tilde
topecongiro
-1
/
+1
2017-10-17
bootstrap: Avoid fetching jemalloc if it's disabled
Tatsuyuki Ishi
-1
/
+2
2017-10-16
Merge branch 'master' into future_imports
johnthagen
-1
/
+2
2017-10-11
Merge branch 'master' into pep8-bootstrap
johnthagen
-1
/
+1
2017-10-09
Add __future__ imports to increase compatibility with Python 3. Derive Option...
johnthagen
-1
/
+1
2017-10-08
Fix PEP8 style issues in bootstrap code
johnthagen
-0
/
+1
2017-10-08
Use identity operator `is` when comparing to None
johnthagen
-1
/
+1
2017-09-21
Catch IOError
Marcus Buffett
-1
/
+1
2017-09-17
bootstrap: plumb verbosity into submodule ops
Tamir Duberstein
-3
/
+2
2017-09-02
Remove invalid doctest from bootstrap.py.
kennytm
-4
/
+0
2017-08-27
rustbuild: Rewrite the configure script in Python
Alex Crichton
-187
/
+149
2017-07-25
bootstrap: Major refactoring
Milton Mazzarri
-201
/
+305
2017-07-21
rustbuild: Fix the --build argument to bootstrap.py
Segev Finer
-1
/
+2
2017-07-05
Switch to rust-lang-nursery/compiler-builtins
Alex Crichton
-1
/
+1
2017-07-01
Simplify print arguments
Milton Mazzarri
-1
/
+1
2017-06-30
bootstrap: Fix some PEP8 issues
Milton Mazzarri
-19
/
+34
2017-06-21
Pass path to python from bootstrap.py to bootstrap.rs
Stepan Koltsov
-0
/
+1
2017-06-19
Bump version and stage0 compiler
Alex Crichton
-0
/
+1
2017-05-25
bootstrap.py: support verbose for submodules
Tatsuyuki Ishi
-3
/
+3
2017-05-25
bootstrap.py: decode to str
Tatsuyuki Ishi
-11
/
+10
2017-05-25
bootstrap.py: Filter instead of iteration
Tatsuyuki Ishi
-9
/
+8
2017-05-25
Format bootstrap.py using autopep8
Tatsuyuki Ishi
-35
/
+59
2017-05-25
Use the improved submodule handling
Tatsuyuki Ishi
-48
/
+18
2017-05-24
bootstrap: Use common run() function to call cargo
Dennis Schridde
-18
/
+12
[next]