about summary refs log tree commit diff
path: root/src/bootstrap/bootstrap.py
AgeCommit message (Expand)AuthorLines
2021-03-21Download a more recent LLVM version if `src/version` is modifiedJoshua Nelson-0/+2
2021-03-03Fix commit detected when using `download-rustc`Joshua Nelson-3/+2
2021-03-01Change default Solaris x86 target to x86_64-pc-solarisJakub Kulik-1/+4
2021-02-08Use `log --author=bors` instead of `merge-base`Joshua Nelson-25/+9
2021-02-08Absolute bare minimum for downloading rustc from CIJoshua Nelson-12/+78
2021-01-30Rollup merge of #81520 - jyn514:rustc2, r=Mark-SimulacrumYuki Okushi-1/+1
2021-01-29Don't clone LLVM submodule when download-ci-llvm is setJoshua Nelson-1/+1
2021-01-29Don't print error output from rustup when detecting default build tripleJoshua Nelson-1/+2
2021-01-28Add `SEMICOLON_IN_EXPRESSIONS_FROM_MACROS` lintAaron Hill-0/+1
2021-01-15Add all tier 1 platforms to supported platforms for "if-available"Joshua Nelson-1/+14
2021-01-09Support `download-ci-llvm` on NixOSSimonas Kazlauskas-8/+15
2021-01-05Auto merge of #80426 - jyn514:bootstrap-caching, r=Mark-Simulacrumbors-5/+5
2021-01-01Give a better error for download-ci-llvm if .xz is not supportedJoshua Nelson-1/+6
2020-12-27Don't use `self.date` unconditionally for `program_out_of_date()`Joshua Nelson-5/+5
2020-12-27Don't give an error when creating a file for the first timeJoshua Nelson-2/+4
2020-12-13Rollup merge of #79970 - bjorn3:no_unnecessary_llvm_checkout, r=Mark-SimulacrumYuki Okushi-5/+9
2020-12-12Don't checkout llvm-project when the LLVM backend isn't builtbjorn3-5/+9
2020-12-08Fix rustup support in default_build_triple for python3Joshua Nelson-3/+8
2020-11-19Rollup merge of #79156 - jyn514:relative-llvm, r=Mark-SimulacrumDylan DPC-2/+5
2020-11-17Allow using `download-ci-llvm` from directories other than the rootJoshua Nelson-2/+5
2020-11-17bootstrap: use the same version number for rustc and cargoPietro Albini-25/+4
2020-11-05Infer the default host target from the host toolchain if possibleJoshua Nelson-2/+17
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