about summary refs log tree commit diff
path: root/src/bootstrap/bootstrap.py
AgeCommit message (Expand)AuthorLines
2018-07-30Add timeout to use of `curl` in bootstrap.py.kennytm-1/+4
2018-07-10bootstrap: our best to achieve atomic rename on Win32NODA, Kai-1/+6
2018-07-10bootstrap: write texts to a .tmp file first for atomicityNODA, Kai-3/+11
2018-07-02bootstrap: tests should use rustc from config.tomlNikolai Merinov-0/+2
2018-07-01Also run the bootstrap in bootstrap modeOliver Schneider-0/+1
2018-05-31bootstrap.py: respect crt-staticJohannes Nixdorf-3/+30
2018-05-17Revert "bootstrap.py: respect crt-static"Alex Crichton-30/+3
2018-04-29bootstrap.py: respect crt-staticJohannes Nixdorf-3/+30
2018-04-06bootstrap: Remove the fast pathTatsuyuki Ishi-4/+1
2018-04-03Stop accessing current_dir in bootstrapMark Simulacrum-1/+4
2018-03-30Handle fast-submodules option correctlyPetr Hosek-1/+1
2018-03-17Rollup merge of #49057 - Zoxc:fast-submodules, r=alexcrichtonkennytm-12/+50
2018-03-15Support extra-verbose builds:comex-8/+5
2018-03-15Faster submodule updatingJohn Kåre Alsaker-12/+50
2018-03-03rust: Import LLD for linking wasm objectsAlex Crichton-0/+4
2018-03-03Rollup merge of #48637 - segevfiner:restore-rust-mingw-download, r=alexcrichtonkennytm-0/+8
2018-03-03Rollup merge of #48569 - Phlosioneer:x-py-help-optimization, r=petrochenkovkennytm-25/+15
2018-03-02Remove print_what_bootstrap_meansPhlosioneer-27/+8
2018-03-01Document why we download rust-mingwSegev Finer-0/+3
2018-03-01Restore the download of rust-mingwSegev Finer-0/+5
2018-02-26Improve --help performance for x.pyPhlosioneer-4/+13
2018-02-23bootstrap: Add missing cputype matching for sparcJohn Paul Adrian Glaubitz-1/+1
2018-01-28rustc: Split Emscripten to a separate codegen backendAlex Crichton-7/+16
2018-01-23Add ./x.py check src/{libstd,libtest,rustc}.Mark Simulacrum-0/+1
2018-01-17Update Cargo and its dependenciesAlex Crichton-5/+0
2017-10-31bootstrap: Add missing cputype matching for sparc64John Paul Adrian Glaubitz-1/+1
2017-10-19Allow passing a path with tildetopecongiro-1/+1
2017-10-17bootstrap: Avoid fetching jemalloc if it's disabledTatsuyuki Ishi-1/+2
2017-10-16Merge branch 'master' into future_importsjohnthagen-1/+2
2017-10-11Merge branch 'master' into pep8-bootstrapjohnthagen-1/+1
2017-10-09Add __future__ imports to increase compatibility with Python 3. Derive Option...johnthagen-1/+1
2017-10-08Fix PEP8 style issues in bootstrap codejohnthagen-0/+1
2017-10-08Use identity operator `is` when comparing to Nonejohnthagen-1/+1
2017-09-21Catch IOErrorMarcus Buffett-1/+1
2017-09-17bootstrap: plumb verbosity into submodule opsTamir Duberstein-3/+2
2017-09-02Remove invalid doctest from bootstrap.py.kennytm-4/+0
2017-08-27rustbuild: Rewrite the configure script in PythonAlex Crichton-187/+149
2017-07-25bootstrap: Major refactoringMilton Mazzarri-201/+305
2017-07-21rustbuild: Fix the --build argument to bootstrap.pySegev Finer-1/+2
2017-07-05Switch to rust-lang-nursery/compiler-builtinsAlex Crichton-1/+1
2017-07-01Simplify print argumentsMilton Mazzarri-1/+1
2017-06-30bootstrap: Fix some PEP8 issuesMilton Mazzarri-19/+34
2017-06-21Pass path to python from bootstrap.py to bootstrap.rsStepan Koltsov-0/+1
2017-06-19Bump version and stage0 compilerAlex Crichton-0/+1
2017-05-25bootstrap.py: support verbose for submodulesTatsuyuki Ishi-3/+3
2017-05-25bootstrap.py: decode to strTatsuyuki Ishi-11/+10
2017-05-25bootstrap.py: Filter instead of iterationTatsuyuki Ishi-9/+8
2017-05-25Format bootstrap.py using autopep8Tatsuyuki Ishi-35/+59
2017-05-25Use the improved submodule handlingTatsuyuki Ishi-48/+18
2017-05-24bootstrap: Use common run() function to call cargoDennis Schridde-18/+12