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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bootstrap
/
bootstrap.py
Age
Commit message (
Expand
)
Author
Lines
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
2017-05-24
bootstrap: Make bootstrap verbose if requested
Dennis Schridde
-0
/
+4
2017-05-24
bootstrap: Actually respect verbosity setting in config.toml
Dennis Schridde
-0
/
+5
2017-05-18
Fix x.py
Simonas Kazlauskas
-3
/
+4
2017-05-17
Reset submodule management to what master does
Alex Crichton
-19
/
+50
2017-05-18
Move submodule initialization to bootstrap.py
Tatsuyuki Ishi
-3
/
+36
2017-04-30
Rename os variable in bootstrap.py to avoid shadowing os module.
Titus Barik
-2
/
+2
2017-04-29
Update stage0 bootstrap compiler
Alex Crichton
-17
/
+27
2017-04-26
Rollup merge of #41456 - jessicah:haiku-support, r=alexcrichton
Ariel Ben-Yehuda
-0
/
+3
2017-04-26
Rollup merge of #41370 - malbarbo:android-bootstrap, r=alexcrichton
Ariel Ben-Yehuda
-6
/
+16
2017-04-24
Haiku: add missing cases of using LIBRARY_PATH
Jessica Hamilton
-0
/
+3
2017-04-18
Add bootstrap support for android
Marco A L Barbosa
-6
/
+16
2017-04-17
bootstrap: Don't workaround uname -m on Darwin
Richo Healey
-8
/
+0
2017-04-08
Rollup merge of #41152 - cuviper:bootstrap-armv7, r=japaric
Tim Neumann
-2
/
+2
2017-04-07
bootstrap.py: fix armv7 detection
Josh Stone
-2
/
+2
2017-04-06
Auto merge of #41102 - frewsxcv:rollup, r=frewsxcv
bors
-2
/
+5
2017-04-02
Finish the improvements I planned.
Nathan Stocks
-2
/
+3
2017-03-30
Don't print build statistics if we explicitly asked for the help message.
Nathan Stocks
-2
/
+4
2017-03-30
Fix stage0->stage1 build when using "pthreads" mingw compiler.
Vadim Chugunov
-1
/
+10
2017-03-29
rustbuild: Update bootstrap compiler
Alex Crichton
-12
/
+5
2017-03-11
configure: Remove --build detection
Alex Crichton
-4
/
+19
2017-03-10
Support armhf abi on 64-bit ARM cpus
Ximin Luo
-1
/
+1
2017-03-04
bootstrap.py: Report build status
Vadim Petrochenkov
-6
/
+15
[next]