summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
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
2016-12-24Teach `rustdoc --test` about `--sysroot`, pass it when testing rustAidan Hobson Sayers-1/+5
2016-12-22Correct path of incremental artifactsAidan Hobson Sayers-1/+1
2016-12-20Merge branch 'rustbuild-warnings' of https://github.com/alexcrichton/rust int...Alex Crichton-1/+7
2016-12-20Rollup merge of #38498 - alexcrichton:actually-test-musl, r=brsonAlex Crichton-1/+1
2016-12-20Rollup merge of #38493 - sanxiyn:filecheck, r=alexcrichtonAlex Crichton-2/+3
2016-12-20Rollup merge of #38471 - alexcrichton:run-debuginfo-tests, r=brsonAlex Crichton-2/+4
2016-12-20Rollup merge of #38470 - alexcrichton:really-fix-osx, r=brsonAlex Crichton-13/+9
2016-12-20Rollup merge of #38468 - xen0n:tarball-wrangling, r=alexcrichtonAlex Crichton-3/+18
2016-12-20Rollup merge of #38451 - semarie:openbsd-rustbuild, r=alexcrichtonAlex Crichton-1/+3
2016-12-20Rollup merge of #38398 - ollie27:patch-1, r=alexcrichtonAlex Crichton-1/+1
2016-12-20Rollup merge of #38388 - redox-os:config_toml_prefix, r=alexcrichtonAlex Crichton-0/+20
2016-12-20rustbuild: Run debuginfo tests by defaultAlex Crichton-2/+4
2016-12-20rustbuild: Actually test musl on the musl botAlex Crichton-1/+1
2016-12-20rustbuild: Deny and fix warningsAlex Crichton-1/+7
2016-12-20rustbuild: package src only once for build tripleWang Xuerui-2/+8
2016-12-20rustbuild: only plan from build triple for distWang Xuerui-1/+10
2016-12-20Find FileCheck using llvm-configSeo Sanghyeon-2/+3
2016-12-19rustbuild: Update Cargo download locationAlex Crichton-13/+9
2016-12-19Remove trailing whitespaceJeremy Soller-1/+1
2016-12-19Move prefix to [install] sectionJeremy Soller-5/+20
2016-12-19Auto merge of #38072 - nikomatsakis:bootstrap-incremental, r=acrichtobors-23/+136
2016-12-19enable LLVM's SPARC backendJorge Aparicio-1/+1