about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
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
2016-11-19Auto merge of #37822 - cuviper:llvm-link-shared, r=alexcrichtonbors-0/+5
2016-11-18Auto merge of #37769 - alexcrichton:rustbuild-python, r=brsonbors-8/+38
2016-11-16rustbuild: allow dynamically linking LLVMJosh Stone-0/+5
2016-11-15Auto merge of #37742 - mrhota:llvm_debuginfo, r=alexcrichtonbors-0/+1
2016-11-15Auto merge of #37672 - japaric:msp430, r=alexcrichtonbors-1/+2
2016-11-14rustbuild: Tweak default rule inclusionAlex Crichton-2/+4
2016-11-14rustbuild: Allow configuration of python interpreterAlex Crichton-8/+38
2016-11-13Make LLVM debuginfo option names consistentA.J. Gardner-1/+1
2016-11-13Let rustbuild parse llvm debuginfo optionA.J. Gardner-0/+1
2016-11-12oops, forgot to commit a rustbuild related fileJorge Aparicio-1/+2
2016-11-12Auto merge of #37611 - Mark-Simulacrum:tari-nodejs-runner-detect, r=alexcrichtonbors-6/+9
2016-11-12Rollup merge of #37690 - TimNN:llvm-rel-dbg, r=alexcrichtonEduard-Mihai Burtescu-1/+14
2016-11-12Rollup merge of #37682 - cuviper:local-cargo, r=alexcrichtonEduard-Mihai Burtescu-1/+4
2016-11-12Rollup merge of #37584 - alexcrichton:travis, r=brsonEduard-Mihai Burtescu-1/+4
2016-11-11bootstrap: rust-docs is a default packageBrian Anderson-0/+1
2016-11-11Move all Linux/OSX CI infastructure to TravisAlex Crichton-1/+4
2016-11-10compiletest: detect nodejs binary, allow overrideMark-Simulacrum-6/+9
2016-11-10rustbuild: support RelWithDebInfo for llvmTim Neumann-1/+14
2016-11-09rustbuild: enable an initial local cargoJosh Stone-1/+4
2016-11-09Rollup merge of #37524 - alexcrichton:vendor, r=brsonEduard-Mihai Burtescu-12/+106
2016-11-08rustbuild: Fix check-error-index stepAlex Crichton-1/+3
2016-11-08rustbuild: Tweak for vendored dependenciesAlex Crichton-12/+106
2016-11-07rustbuild: support MIPS host buildsWang Xuerui-0/+16
2016-11-05Only test docs and such for the hostAlex Crichton-5/+14
2016-11-05Merge branch 'gdb-next-gen' of https://github.com/TimNN/rust into rollupAlex Crichton-20/+52
2016-11-05Fix tests from the rollupAlex Crichton-6/+64
2016-11-05Merge branch 'new-rustbuild' into rollupAlex Crichton-969/+1107