summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2017-01-19let BSD to use gmake for GNU-makeSébastien Marie-1/+3
2017-01-17rustbuild: Don't enable debuginfo in rustcAlex Crichton-0/+16
2017-01-07Merge pull request #38884 from nikomatsakis/beta-unmergedAlex Crichton-1/+10
2017-01-06rustbuild: Stop building docs for std dependanciesOliver Middleton-1/+10
2017-01-06rustbuild: Fix source tarballs and the vendor dirAlex Crichton-0/+7
2016-12-30rustbuild: Stop building docs for libtest by defaultOliver Middleton-1/+1
2016-12-30rustbuild: Update Cargo download locationAlex Crichton-13/+9
2016-12-30std: Don't build docs for misc facade cratesAlex Crichton-1/+2
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-16Auto merge of #38359 - alexcrichton:sccache, r=brsonbors-7/+38
2016-12-15rustbuild: Fix `copy` helper with existing filesAlex Crichton-0/+6
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
2016-12-09Create tar balls of save-analysis-api metadata for the standard libraries as ...Nick Cameron-1/+58
2016-12-08rustbuild: Implement distcheckAlex Crichton-9/+42
2016-12-08Fix #38251 but perhaps not BEST fix for it.Felix S. Klock II-1/+1
2016-12-08Auto merge of #38076 - alexcrichton:another-rustbuild-bug, r=japaricbors-0/+8
2016-12-07Preserve inherited mode flags.Vadim Chugunov-1/+2
2016-12-07Prevent Windows from displaying UI on errors.Vadim Chugunov-0/+10
2016-12-07rustbuild: Print out failing commandsAlex Crichton-2/+1
2016-12-07mk: Switch rustbuild to the default build systemAlex Crichton-142/+516
2016-12-03Rollup merge of #38073 - cardoe:fix-typo, r=frewsxcvCorey Farwell-1/+1
2016-12-02Auto merge of #38050 - alexcrichton:fix-llvm-deps, r=japaricbors-0/+7
2016-11-30Update the bootstrap compilerAlex Crichton-35/+5
2016-11-29rustbuild: Use src/rustc for assembled compilersAlex Crichton-0/+8
2016-11-29bootstrap/README: fix small typoDoug Goldstein-1/+1
2016-11-28rustbuild: Cross-compiled LLVM depens on hostAlex Crichton-0/+7
2016-11-26Auto merge of #38008 - bluss:rustbuild-benches, r=alexcrichtonbors-14/+88
2016-11-25rustbuild: Add bench subcommandUlrik Sverdrup-14/+88
2016-11-23std: make compilation of libpanic_unwind optional via a Cargo featureJorge Aparicio-1/+1