summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2017-01-10rustbuild: Don't enable debuginfo in rustcAlex Crichton-0/+16
2017-01-10Rollup merge of #38607 - estebank:test-for-36935, r=alexcrichtonSeo Sanghyeon-4/+2
2017-01-09Auto merge of #38929 - Manishearth:compiler-docs, r=alexcrichtonbors-9/+17
2017-01-08review commentEsteban Küber-2/+1
2017-01-08Don't restrict docs in compiler-docs modeManish Goregaokar-9/+17
2017-01-09Auto merge of #38907 - alexcrichton:curl-retry, r=japaricbors-1/+1
2017-01-08Auto merge of #38853 - alexcrichton:better-dist, r=brsonbors-2/+12
2017-01-07trying to figure out why this test failes, might need helpEsteban Küber-1/+0
2017-01-07rustbuild: Pass --retry 3 to curlAlex Crichton-1/+1
2017-01-07Auto merge of #38858 - ollie27:rustbuild_docs_std, r=alexcrichtonbors-1/+10
2017-01-06Move check-ui to fulldeps so librustc is availableEsteban Küber-1/+1
2017-01-05rustbuild: Stop building docs for std dependanciesOliver Middleton-1/+10
2017-01-05rustbuild: Don't build target compilers in stage0Alex Crichton-2/+12
2017-01-05Auto merge of #38731 - alexcrichton:supafast-cross-dist, r=brsonbors-29/+446
2017-01-04rustbuild: Quickly `dist` cross-host compilersAlex Crichton-29/+446
2017-01-03rustbuild: Update where we look for mtime changesAlex Crichton-1/+1
2017-01-03rustbuild: Allow create_sysroot in stage0Alex Crichton-5/+0
2017-01-02rustbuild: fix dist-analysis with full bootstrap disabledWang Xuerui-1/+9
2017-01-01Auto merge of #38736 - xen0n:save-the-save-analysis, r=alexcrichtonbors-1/+10
2016-12-31Auto merge of #38708 - alexcrichton:add-distcheck, r=brsonbors-2/+16
2016-12-31rustbuild: fix save-analysis not being saved for 2-stage buildsWang Xuerui-4/+5
2016-12-31Auto merge of #38702 - philipc:debuginfo-lldb, r=alexcrichtonbors-6/+10
2016-12-31Auto merge of #38667 - alexcrichton:stage0-tools, r=brsonbors-38/+57
2016-12-31rustbuild: check if compiler is final stage wrt the full bootstrap settingWang Xuerui-0/+8
2016-12-30rustbuild: Add more deps on android-copy-libsAlex Crichton-7/+14
2016-12-30std: Don't build docs for misc facade cratesAlex Crichton-1/+2
2016-12-30travis: Add a distcheck targetAlex Crichton-2/+9
2016-12-30rustbuild: Fix source tarballs and the vendor dirAlex Crichton-0/+7
2016-12-30rustbuild: Compile all support tools in stage0Alex Crichton-38/+57
2016-12-30rustbuild: allow running debuginfo-lldb tests on linuxPhilip Craig-6/+10
2016-12-29A few small test fixes and such from rollupAlex Crichton-8/+25
2016-12-29Merge branch 'aux-tests' of https://github.com/alexcrichton/rust into rollupAlex Crichton-12/+20
2016-12-29Merge branch 'rustbuild-llvm-targets' of https://github.com/xen0n/rust into r...Alex Crichton-2/+21
2016-12-29Rollup merge of #38665 - alexcrichton:pretty-only-host, r=brsonAlex Crichton-7/+7
2016-12-29Rollup merge of #38631 - alexcrichton:supafast, r=brsonAlex Crichton-113/+232
2016-12-29Rollup merge of #38559 - japaric:ptx2, r=alexcrichtonAlex Crichton-1/+1
2016-12-29rustbuild: Don't run pretty tests by defaultAlex Crichton-12/+22
2016-12-29Auto merge of #38627 - rkruppe:ninja-build, r=alexcrichtonbors-1/+5
2016-12-28rustbuild: Move pretty test suites to host-onlyAlex Crichton-7/+7
2016-12-28rustbuild: Compile rustc twice, not thriceAlex Crichton-113/+232
2016-12-29rustbuild: allow overriding list of LLVM targets to buildWang Xuerui-2/+21
2016-12-28Auto merge of #38639 - xen0n:nightly-dist-hotfix, r=brsonbors-6/+13
2016-12-28rustbuild: Implement DESTDIR supportAlex Crichton-24/+65
2016-12-28Auto merge of #38589 - aidanhs:aphs-stage0-rustdoc-test, r=alexcrichtonbors-1/+5
2016-12-28rustbuild: fix host-only rules ignoring targets in dist stepsWang Xuerui-4/+10
2016-12-28rustbuild: clarify comment on target array calculationWang Xuerui-2/+3
2016-12-28rustbuild: get an empty slice the straight-forward wayWang Xuerui-1/+1
2016-12-27Accept ninja-build binary in place of ninjaRobin Kruppe-1/+5
2016-12-26PTX supportJorge Aparicio-1/+1
2016-12-26Auto merge of #38314 - japaric:do-not-delete-enable-llvm-backend, r=alexcrichtonbors-1/+1