about summary refs log tree commit diff
path: root/src/bootstrap/bootstrap.py
AgeCommit message (Expand)AuthorLines
2020-10-26Auto merge of #77975 - bjorn3:cg_clif_subtree3, r=Mark-Simulacrumbors-2/+6
2020-10-26Add support for using cg_clif to bootstrap rustcbjorn3-2/+6
2020-10-23Rollup merge of #78153 - est31:downloaded_llvm_maybe_sync, r=Mark-SimulacrumYuki Okushi-1/+6
2020-10-20Sync LLVM submodule if it has been initializedest31-1/+6
2020-10-20Make users of `download-ci-llvm` download a new versionSimon Sapin-1/+3
2020-10-13Handle included config in bootstrap.pyAntoine Martin-0/+10
2020-10-13Implement "if-available" option for download-ci-llvmAntoine Martin-2/+3
2020-09-23Re-download LLVM on submodule updates onlyMark Rousskov-2/+13
2020-09-23Auto merge of #76864 - est31:downloaded_llvm_no_clone_sources, r=Mark-Simulacrumbors-2/+3
2020-09-20Discover Rust toolchain without PythonMark Rousskov-4/+0
2020-09-20Remove support for different src directoryMark Rousskov-3/+1
2020-09-20Set BUILD_TRIPLE via build scriptMark Rousskov-1/+0
2020-09-18Don't download/sync llvm-project submodule if download-ci-llvm is setest31-2/+3
2020-09-13Fix CI LLVM to work on NixOS out of the boxAleksey Kladov-0/+2
2020-09-12Download LLVM from CI to bootstrapMark Rousskov-24/+83
2020-09-11Auto merge of #76381 - petrochenkov:nomingwcomp, r=Mark-Simulacrumbors-8/+0
2020-09-06Make bootstrap build on stableMark Rousskov-1/+0
2020-09-05rustbuild: Do not use `rust-mingw` component when bootstrapping windows-gnu t...Vadim Petrochenkov-8/+0
2020-07-17bootstrap.py: patch RPATH on NixOS to handle the new zlib dependency.Eduard-Mihai Burtescu-13/+30
2020-07-17bootstrap.py: guard against GC in NixOS patching support.Eduard-Mihai Burtescu-31/+42
2020-07-03Add rust-analyzer submoduleAleksey Kladov-1/+1
2020-06-25Bootstrap: fallback detection of WindowsAndrew Paverd-0/+6
2020-06-22bootstrap: no `config.toml` exists regressionDavid Wood-5/+9
2020-06-16bootstrap: read config from $RUST_BOOTSTRAP_CONFIGDavid Wood-1/+2
2020-05-12Fix bootstrap failing on win32Joshua Cotton-3/+6
2020-05-08x.py: allow configuring the build directoryJoshua Nelson-2/+9
2020-05-03x.py: Give a more helpful error message if curl isn't installedJoshua Nelson-23/+25
2020-04-25Detect git version before attempting to use --progressDillon Amburgey-11/+15
2020-03-21Remove CARGO_BUILD_TARGET from bootstrap.pylzutao-0/+4
2020-02-07PEP8 format spacingChris Simpkins-4/+3
2020-02-07remove unnecessary local variable assignment in context managerChris Simpkins-1/+1
2020-01-31Correctly reinstall rustfmt on channel changeMark Rousskov-4/+4
2019-12-21bootstrap.py fetches rustfmt.Adam Perry-3/+42
2019-12-01rustbuild: don't clobber RUSTFLAGS, append to itXimin Luo-5/+7
2019-11-12bootstrap: don't call support_xz in hot-pathGuanqun Lu-21/+22
2019-11-10download .tar.xz if python3 is usedGuanqun Lu-9/+23
2019-10-21Remove `src/llvm-emscripten` submoduleAlex Crichton-4/+0
2019-09-09check git in bootstrap.py when trying to update submoduleGuanqun Lu-0/+8
2019-09-09use 'get_toml' instead of regular expressionGuanqun Lu-5/+15
2019-09-07Rollup merge of #64098 - Mark-Simulacrum:always-warn, r=alexcrichtonMazdak Farrokhzad-1/+2
2019-09-06it's more pythonic to use 'is not None' in python filesGuanqun Lu-1/+1
2019-09-04Ensure all warnings are emitted even on warnings=warnMark Rousskov-1/+2
2019-08-29Rollup merge of #63953 - crlf0710:bootstrap_mirroring, r=Mark-SimulacrumMazdak Farrokhzad-2/+14
2019-08-28bootstrap: allow specifying mirror for bootstrap compiler download.Charles Lew-2/+14
2019-08-27rustbuild: allow disabling deny(warnings) for bootstrapMarc-Antoine Perennou-0/+2
2019-07-09Update cargo-vendor usageEric Huss-24/+43
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