about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
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
2016-11-03Set RUSTC_BOOTSTRAP to some value.Brian Anderson-1/+1
2016-11-02rustbuild: Rewrite user-facing interfaceAlex Crichton-969/+1107
2016-10-31rustbuild+configure: convert unix style paths on windowsTim Neumann-14/+37
2016-10-31rustbuild+configure: improve bin/exe joiningTim Neumann-3/+23
2016-10-31detect gdb version & rust support in compiletestTim Neumann-5/+17
2016-10-30Use quieter test output when running tests on Travis CI.Corey Farwell-1/+18
2016-10-22Rollup merge of #37209 - srinivasreddy:bootstrap_bin, r=nrcGuillaume Gomez-13/+16
2016-10-20Auto merge of #37280 - alexcrichton:debuginfo, r=brsonbors-0/+10
2016-10-19Enable line number debuginfo in releasesAlex Crichton-0/+10
2016-10-19Detect local-rebuild by just the MAJOR.MINOR versionJosh Stone-3/+3
2016-10-19Rollup merge of #37265 - brson:bootstrap, r=alexcrichtonEduard-Mihai Burtescu-14/+8
2016-10-19Allow bootstrapping without a key. Fixes #36548Brian Anderson-14/+8
2016-10-16run rustfmt on bootstrap/bin folderSrinivas Reddy Thatiparthy-13/+16
2016-10-14Add AppVeyor configuration to the repoAlex Crichton-9/+21
2016-10-13rustbuild: Less panics in musl_rootAlex Crichton-1/+2
2016-10-11Auto merge of #36983 - alexcrichton:configure-multiple-musl, r=brsonbors-0/+30
2016-10-08rustbuild: Optimize build times slightlyAlex Crichton-46/+27
2016-10-08Auto merge of #37039 - Manishearth:rollup, r=Manishearthbors-212/+75
2016-10-08Rollup merge of #37028 - alexcrichton:fix-deps, r=japaricManish Goregaokar-1/+1
2016-10-07rustbuild: Use `cargo metadata` to learn about DAGAlex Crichton-61/+70