about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2021-08-21Rollup merge of #88072 - kit-981:feature/build-ios-toolchain-on-linux, r=Mark...Jack Huey-5/+0
2021-08-21Auto merge of #87570 - nikic:llvm-13, r=nagisabors-0/+1
2021-08-20Auto merge of #88000 - bjorn3:fix_cg_llvm_clif_compile, r=Mark-Simulacrumbors-1/+5
2021-08-18Rollup merge of #88082 - GuillaumeGomez:rustdoc-gui-jobs-opt, r=dns2utf8Guillaume Gomez-0/+2
2021-08-17Auto merge of #87119 - jyn514:rustfmt-doc-private, r=Mark-Simulacrumbors-12/+3
2021-08-16Take into account jobs number for rustdoc gui testsGuillaume Gomez-0/+2
2021-08-16Set LLVM_INCLUDE_TESTS=OFF when building LLVMNikita Popov-0/+1
2021-08-16Allow the iOS toolchain to be built on Linuxkit-5/+0
2021-08-16Document private items for rustfmtJoshua Nelson-12/+3
2021-08-13Enable `--all-targets` for `x.py check` unconditionallyJoshua Nelson-42/+36
2021-08-13Fix compiling other codegen backends when llvm is enabledbjorn3-1/+5
2021-08-08Rollup merge of #87744 - Smittyvb:xpy-test-force-rerun, r=Mark-SimulacrumYuki Okushi-0/+17
2021-08-06Auto merge of #87822 - JohnTitor:rollup-kxojii0, r=JohnTitorbors-1/+1
2021-08-07Rollup merge of #85807 - glaubitz:powerpc-disable-initial-exec-tls, r=Mark-Si...Yuki Okushi-1/+1
2021-08-06Auto merge of #87784 - rusticstuff:bootstrap_config_overflow_checks, r=Mark-S...bors-0/+20
2021-08-06Add options for enabling overflow checks in rustc and std.Hans Kratz-0/+20
2021-08-05Auto merge of #87532 - tlyu:bootstrap-rev-list, r=jyn514bors-4/+8
2021-08-03Add x.py option to --force-rerun compiletest testsSmitty-0/+17
2021-08-02Auto merge of #87297 - ZuseZ4:new_build_flags, r=Mark-Simulacrumbors-0/+18
2021-08-02Auto merge of #87535 - lf-:authors, r=Mark-Simulacrumbors-1/+0
2021-08-02Rollup merge of #87282 - pietroalbini:refactor-extended, r=Mark-SimulacrumYuki Okushi-135/+154
2021-07-31add two new build flags to build clang and enable llvm pluginsManuel Drehwald-0/+18
2021-07-31netbsd x86_64 arch enable supported sanitizers.David Carlier-0/+3
2021-07-29rfc3052: Remove authors field from Cargo manifestsJade-1/+0
2021-07-28set all of the optional tools as DEFAULT = truePietro Albini-0/+9
2021-07-28Rollup merge of #87513 - hudson-ayers:bootstrap-py-fix, r=jyn514Yuki Okushi-1/+1
2021-07-28Rollup merge of #87443 - jyn514:submodules-take-n, r=jyn514Yuki Okushi-18/+37
2021-07-27boostrap.py: only look for merges by borsTaylor Yu-3/+6
2021-07-27bootstrap.py: use `git rev-list` for robustnessTaylor Yu-4/+5
2021-07-27bootstrap.py: remove unused `git log` optionHudson Ayers-1/+1
2021-07-25Don't treat git repos as non-existent when `ignore_git` is setJoshua Nelson-18/+37
2021-07-24Rollup merge of #87370 - pkubaj:master, r=oli-obkManish Goregaokar-0/+9
2021-07-24Rollup merge of #87412 - r00ster91:patch-13, r=Mark-SimulacrumYuki Okushi-1/+1
2021-07-24Rollup merge of #87380 - jyn514:smarter-submodule-defaults, r=Mark-SimulacrumYuki Okushi-5/+10
2021-07-24Rollup merge of #87358 - jyn514:dry-run, r=Mark-SimulacrumYuki Okushi-2/+10
2021-07-24Rollup merge of #87283 - pietroalbini:configure-codegen-backends, r=Mark-Simu...Yuki Okushi-0/+3
2021-07-24Rollup merge of #87191 - adamgemmell:dev/llvm-lib-package, r=Mark-SimulacrumYuki Okushi-1/+9
2021-07-24Rollup merge of #87185 - waterlens:issue-86499-fix, r=Mark-SimulacrumYuki Okushi-6/+14
2021-07-23Add missing articler00ster-1/+1
2021-07-23refactor extended tarball generaton to use the new ensure_if_defaultPietro Albini-38/+55
2021-07-23don't build extra tools if build.tools is explicitly an empty listPietro Albini-6/+1
2021-07-23Rollup merge of #87362 - inquisitivecrystal:bootstrap-doc, r=jyn514Yuki Okushi-4/+5
2021-07-22Don't default to `submodules = true` unless the rust repo has a .git directoryJoshua Nelson-5/+10
2021-07-22Add support for powerpc-unknown-freebsdPiotr Kubaj-0/+9
2021-07-21Make `x.py d` an alias for `x.py doc`inquisitivecrystal-4/+5
2021-07-22Fix `--dry-run` when download-ci-llvm is setJoshua Nelson-2/+10
2021-07-21Remove cargo workspace to build rustdoc-gui test crates because of cargo conf...Guillaume Gomez-11/+20
2021-07-21Rollup merge of #87301 - chinmaydd:chinmaydd-patch-1-1, r=jyn514Guillaume Gomez-1/+1
2021-07-21Rollup merge of #87187 - oxalica:fix-nixos-detect, r=nagisaGuillaume Gomez-1/+7
2021-07-21Auto merge of #82653 - jyn514:submodules-on-demand, r=Mark-Simulacrumbors-113/+173