about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
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-19add and document `--incremental` flag along with misc other changesNiko Matsakis-7/+121
2016-12-19add concept of `Step::noop()`Niko Matsakis-16/+15
2016-12-19Auto merge of #38405 - alexcrichton:rustbuild-fixes, r=japaricbors-0/+6
2016-12-18Use exec for the wrapper on UNIXesSimonas Kazlauskas-3/+14
2016-12-18Auto merge of #38440 - alexcrichton:fix-osx-nightlies, r=brsonbors-0/+9
2016-12-18Auto merge of #38439 - alexcrichton:fix-nightlies, r=brsonbors-0/+1
2016-12-17rustbuild: Fix LC_ID_DYLIB directives on OSXAlex Crichton-0/+9
2016-12-17rustbuild: Create directories in mingw distAlex Crichton-0/+1
2016-12-17let BSD to use gmake for GNU-makeSébastien Marie-1/+3
2016-12-16Auto merge of #38359 - alexcrichton:sccache, r=brsonbors-7/+38
2016-12-15rustbuild: Fix `copy` helper with existing filesAlex Crichton-0/+6
2016-12-15Update config.toml.exampleJeremy Soller-1/+1
2016-12-15Add prefix to config.tomlJeremy Soller-0/+5
2016-12-15rustbuild: Stop building docs for libtest by defaultOliver Middleton-1/+1
2016-12-15Auto merge of #38394 - alexcrichton:fix-nightlies, r=brsonbors-1/+6
2016-12-15rustbuild: Package rust-mingw by defaultAlex Crichton-1/+6
2016-12-15Auto merge of #38331 - bluss:assume-stage, r=alexcrichtonbors-0/+16
2016-12-15rustbuild: Add small description of --keep-stageUlrik Sverdrup-0/+9
2016-12-14rustbuild: Add sccache supportAlex Crichton-7/+38
2016-12-14rustbuild: Run `dist` on a `distcheck`Alex Crichton-1/+2
2016-12-14Auto merge of #38351 - sanxiyn:doc-test-args, r=alexcrichtonbors-3/+2
2016-12-13rustbuild: Don't dist docs if disabledAlex Crichton-0/+5
2016-12-13rustbuild: Skip some more non-relevant dist stepsAlex Crichton-1/+14
2016-12-14Document --test-args for rustbuildSeo Sanghyeon-3/+2
2016-12-13rustbuild: Add cli option --keep-stageUlrik Sverdrup-0/+7
2016-12-12rustbuild: Fix dist of save-analysis infoAlex Crichton-10/+3
2016-12-12rustbuild: Check for .git as a dirAlex Crichton-2/+2
2016-12-12rustbuild: Enable unstable features in rustdocAlex Crichton-0/+1
2016-12-11Auto merge of #38252 - pnkfelix:mildly-robustify-configure-msg, r=alexcrichtonbors-1/+1
2016-12-10Auto merge of #38231 - vadimcn:errormode, r=alexcrichtonbors-0/+11
2016-12-10Auto merge of #38233 - alexcrichton:more-errors, r=japaricbors-2/+1