summary refs log tree commit diff
path: root/src/bootstrap/bootstrap.py
AgeCommit message (Expand)AuthorLines
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
2017-05-24bootstrap: Make bootstrap verbose if requestedDennis Schridde-0/+4
2017-05-24bootstrap: Actually respect verbosity setting in config.tomlDennis Schridde-0/+5
2017-05-18Fix x.pySimonas Kazlauskas-3/+4
2017-05-17Reset submodule management to what master doesAlex Crichton-19/+50
2017-05-18Move submodule initialization to bootstrap.pyTatsuyuki Ishi-3/+36
2017-04-30Rename os variable in bootstrap.py to avoid shadowing os module.Titus Barik-2/+2
2017-04-29Update stage0 bootstrap compilerAlex Crichton-17/+27
2017-04-26Rollup merge of #41456 - jessicah:haiku-support, r=alexcrichtonAriel Ben-Yehuda-0/+3
2017-04-26Rollup merge of #41370 - malbarbo:android-bootstrap, r=alexcrichtonAriel Ben-Yehuda-6/+16
2017-04-24Haiku: add missing cases of using LIBRARY_PATHJessica Hamilton-0/+3
2017-04-18Add bootstrap support for androidMarco A L Barbosa-6/+16
2017-04-17bootstrap: Don't workaround uname -m on DarwinRicho Healey-8/+0
2017-04-08Rollup merge of #41152 - cuviper:bootstrap-armv7, r=japaricTim Neumann-2/+2
2017-04-07bootstrap.py: fix armv7 detectionJosh Stone-2/+2
2017-04-06Auto merge of #41102 - frewsxcv:rollup, r=frewsxcvbors-2/+5
2017-04-02Finish the improvements I planned.Nathan Stocks-2/+3
2017-03-30Don't print build statistics if we explicitly asked for the help message.Nathan Stocks-2/+4
2017-03-30Fix stage0->stage1 build when using "pthreads" mingw compiler.Vadim Chugunov-1/+10
2017-03-29rustbuild: Update bootstrap compilerAlex Crichton-12/+5
2017-03-11configure: Remove --build detectionAlex Crichton-4/+19
2017-03-10Support armhf abi on 64-bit ARM cpusXimin Luo-1/+1
2017-03-04bootstrap.py: Report build statusVadim Petrochenkov-6/+15