summary refs log tree commit diff
path: root/src/bootstrap/bootstrap.py
AgeCommit message (Expand)AuthorLines
2019-05-13Remove bitrig support from rustMarcel Hellwig-1/+0
2019-04-29intelligently handle older version of git in bootstrapNathan Froyd-3/+9
2019-03-08Rollup merge of #58080 - MikaelUrankar:freebsd_arm, r=sanxiynPietro Albini-0/+4
2019-02-23Fix an indexing error when using `x.py help`varkor-1/+1
2019-02-13Add FreeBSD armv6 and armv7 targetsMikaelUrankar-0/+4
2019-01-25Rebase to the llvm-project monorepoJosh Stone-10/+2
2019-01-17Update bootstrap.pylenoil98-0/+3
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-24x.py: fixup 6130fc884bc1dff9bb835894a7bb2042c110b011Matthias Krüger-1/+1
2018-12-17Add --progress to git submodule commandsClar Fon-2/+2
2018-11-22Move Cargo.{toml,lock} to the repository root directory.Eduard-Mihai Burtescu-1/+1
2018-11-12Fix TLS errors when downloading stage0Dan Robertson-2/+2
2018-11-02Remove all jemalloc-related contentAlex Crichton-5/+0
2018-10-26rustbuild: use configured linker to build boostrapMarc-Antoine Perennou-0/+3
2018-10-23fix typos in various placesMatthias Krüger-1/+1
2018-10-01allow use of ./x.py help <cmd> ...Collins Abitekaniza-0/+5
2018-08-14Add lldb to the buildTom Tromey-0/+4
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