about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2020-11-18Make compiletest testing use the local sysrootJosh Stone-1/+4
2020-11-17Allow using `download-ci-llvm` from directories other than the rootJoshua Nelson-2/+5
2020-11-18fix handling the default config for profiler and sanitizers12101111-8/+8
2020-11-17bootstrap: use the same version number for rustc and cargoPietro Albini-25/+4
2020-11-16x.py: allow a custom string appended to the versionJosh Stone-1/+11
2020-11-16Auto merge of #79074 - Mark-Simulacrum:fix-ci-llvm, r=jyn514bors-1/+4
2020-11-15Install CI llvm into the library directoryMark Rousskov-1/+4
2020-11-15Rollup merge of #79059 - jyn514:cranelift, r=Mark-SimulacrumJonas Schievink-0/+5
2020-11-15Rollup merge of #79004 - jyn514:bacon, r=Mark-SimulacrumJonas Schievink-2/+44
2020-11-15Rollup merge of #78986 - Mark-Simulacrum:fix-llvm, r=alexcrichtonDylan DPC-0/+16
2020-11-15Rollup merge of #78968 - zec:add-llvm-as, r=Mark-SimulacrumDylan DPC-0/+1
2020-11-14Print 'checking cranelift artifacts' to easily separate it from other artifactsJoshua Nelson-0/+5
2020-11-12Add `--color` support to bootstrapJoshua Nelson-2/+44
2020-11-12Avoid installing external LLVM dylibsMark Rousskov-0/+16
2020-11-12Bump the minimal supported LLVM version in the bootstrapping code to 9.0DevJPM-2/+2
2020-11-11Merge changes from rust-lang/rustZachary Catlin-30/+103
2020-11-11Include llvm-as in llvm-tools-preview componentZachary Catlin-0/+1
2020-11-11Rollup merge of #78947 - dalance:llvm_cov, r=Mark-SimulacrumJonas Schievink-10/+11
2020-11-11Rollup merge of #78354 - 12101111:rustbuild_profiler, r=Mark-SimulacrumJonas Schievink-17/+46
2020-11-11Auto merge of #78790 - Gankra:rust-src-vendor, r=Mark-Simulacrumbors-2/+45
2020-11-12Ship llvm-cov through llvm-toolsdalance-10/+11
2020-11-09Rollup merge of #78566 - JRF63:polly, r=Mark-SimulacrumDylan DPC-0/+8
2020-11-09Rollup merge of #78513 - jyn514:rustup-toolchain, r=Mark-SimulacrumDylan DPC-3/+20
2020-11-09Vendor libtest's dependencies in the rust-src componentAlexis Beingessner-2/+45
2020-11-09Auto merge of #78201 - joshtriplett:rustc-tls-model, r=Mark-Simulacrumbors-0/+12
2020-11-08Rollup merge of #78842 - shepmaster:bootstrap-rustfmt, r=Mark-SimulacrumMara Bos-5/+12
2020-11-08Rollup merge of #78706 - bjorn3:fix_run_make_without_llvm, r=Mark-SimulacrumMara Bos-11/+15
2020-11-07Honor the rustfmt setting in config.tomlJake Goulding-5/+12
2020-11-06Compile tools and internal libraries with the initial-exec TLS modelJosh Triplett-0/+12
2020-11-07Rollup merge of #78705 - Mark-Simulacrum:nicer-failure-compiletest, r=jyn514Yuki Okushi-0/+1
2020-11-07Rollup merge of #78514 - jyn514:setup-number, r=Mark-SimulacrumYuki Okushi-6/+9
2020-11-06Auto merge of #77351 - jyn514:clippy-sysroot, r=Mark-Simulacrumbors-19/+76
2020-11-05Get `--fix` working for everything except rustdocJoshua Nelson-7/+17
2020-11-05Infer the default host target from the host toolchain if possibleJoshua Nelson-3/+20
2020-11-05Fix even more URLsGuillaume Gomez-2/+2
2020-11-04Auto merge of #78740 - pietroalbini:no-more-legacy, r=Mark-Simulacrumbors-58/+1
2020-11-03Rollup merge of #78709 - ehuss:fix-in_tree_crates-non-member, r=Mark-SimulacrumMara Bos-0/+4
2020-11-03Rollup merge of #78687 - jyn514:bootstrap-help, r=Mark-SimulacrumMara Bos-1/+2
2020-11-03Fix panic in bootstrap for non-workspace path dependencies.Eric Huss-0/+4
2020-11-03Print a summary of which test suite failedMark Rousskov-0/+1
2020-11-03Fix run-make tests running when LLVM is disabledbjorn3-11/+15
2020-11-03build-manifest: remove legacy promote-release supportPietro Albini-58/+1
2020-11-02Suggest library/std when running all stage 0 testsJoshua Nelson-1/+2
2020-10-30Enable LLVM Polly via llvm-args.Joseph Rafael Ferrer-0/+8
2020-10-29Create config.toml in the current directory, not the top-level directoryJoshua Nelson-1/+1
2020-10-28Allow using 1/2/3/4 for `x.py setup` optionsJoshua Nelson-6/+9
2020-10-27Rollup merge of #77703 - Keruspe:system-libunwind, r=Mark-SimulacrumYuki Okushi-7/+38
2020-10-26Allow using clippy with either beta or nightlyJoshua Nelson-5/+7
2020-10-26x.py fmtJoshua Nelson-3/+1
2020-10-26Add --fix support to `x.py clippy`Joshua Nelson-14/+24