about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2017-08-13Rollup merge of #43814 - Eijebong:fix_typos2, r=petrochenkovGuillaume Gomez-3/+3
2017-08-13Build rustdoc with the native build tripleMark Simulacrum-1/+1
2017-08-13Cargotest needs only one rustdoc.exe to exist on WindowsMark Simulacrum-1/+4
2017-08-13Correct code to not run host-only tests.Mark Simulacrum-3/+7
2017-08-13Clean tools after building libstd/libtest/librustc.Mark Simulacrum-6/+21
2017-08-13Build rustdoc only at the top stageMark Simulacrum-25/+21
2017-08-13Build rustdoc with the stageN compiler in N >= 2.Mark Simulacrum-0/+4
2017-08-13Make the message for building rustdoc slightly nicerMark Simulacrum-32/+48
2017-08-13Add ability to ignore git when building rust.Mark Simulacrum-6/+11
2017-08-13Allow overriding build triple via flag.Mark Simulacrum-5/+7
2017-08-13Allow specifiying targets and hosts not in the config file.Mark Simulacrum-10/+0
2017-08-13Unify flags into config.Mark Simulacrum-117/+126
2017-08-12Fix some typosBastien Orivel-3/+3
2017-08-11Move config.toml.example to the root dirSteven Fackler-334/+2
2017-08-11Build support for no llvmbjorn3-0/+17
2017-08-08pass rustc_libdir instead of sysroot_libdir() for running rustdoc from rustbuildSébastien Marie-1/+1
2017-08-04Auto merge of #43577 - cuviper:link-llvm-dylib, r=sanxiynbors-0/+9
2017-08-04Use LLVM_LINK_LLVM_DYLIB only on linux-gnu and apple-darwinJosh Stone-2/+2
2017-08-03Exclude Windows from LLVM_LINK_LLVM_DYLIBJosh Stone-1/+9
2017-08-03Auto merge of #43622 - RalfJung:config.toml, r=michaelwoeristerbors-1/+1
2017-08-03Appease tidy and fix save-analysis config for dist buildsNick Cameron-1/+1
2017-08-02extend config.toml docRalf Jung-1/+1
2017-07-31Link LLVM tools dynamicallyJosh Stone-0/+1
2017-07-30rustbuild: Remove `--enable-llvm-clean-rebuild`Alex Crichton-12/+0
2017-07-29rustbuild: Enable building LLVMAlex Crichton-1/+7
2017-07-29Auto merge of #43534 - alexcrichton:cargo-target-runner, r=Mark-Simulacrumbors-67/+13
2017-07-28rustbuild: Use Cargo's "target runner"Alex Crichton-67/+13
2017-07-28rustbuild: Tweak how we cross-compile LLVMAlex Crichton-0/+8
2017-07-27Correct a few run.host invocations where run.target is intended.Mark Simulacrum-7/+7
2017-07-27Explain why we subtract one from the stageMark Simulacrum-0/+3
2017-07-27Make sure CFG_RELEASE_CHANNEL is always set.Mark Simulacrum-0/+4
2017-07-27Allow changing rustdoc which builds the book.Mark Simulacrum-10/+13
2017-07-27Don't needlessly build rustdoc for compiletest.Mark Simulacrum-1/+6
2017-07-27Build rustdoc on-demand.Mark Simulacrum-29/+79
2017-07-27Change tools to take a compiler instead of a stage.Mark Simulacrum-37/+40
2017-07-26Auto merge of #43226 - alexcrichton:aarch64-ci, r=aidanhsbors-0/+5
2017-07-25Auto merge of #43046 - milmazz:bootstrap-unittest, r=aidanhsbors-201/+421
2017-07-25Auto merge of #43320 - alexcrichton:new-bootstrap, r=Mark-Simulacrumbors-150/+170
2017-07-25Bump master to 1.21.0Alex Crichton-150/+170
2017-07-25bootstrap: Major refactoringMilton Mazzarri-201/+421
2017-07-25Auto merge of #43384 - segevfiner:bootstrap-build-argument-fix, r=aidanhsbors-1/+2
2017-07-24Add a disabled builder for aarch64 emulated testsAlex Crichton-0/+5
2017-07-24Auto merge of #43430 - Mark-Simulacrum:rustbuild-fixes, r=alexcrichtonbors-88/+85
2017-07-24Make dist equivalent to old build system.Mark Simulacrum-88/+82
2017-07-24Auto merge of #43327 - nrc:rls-config, r=eddybbors-1/+4
2017-07-24Remove save-analysis-api references from tests and rustbuildNick Cameron-1/+4
2017-07-23Do not run pretty tests by default.Mark Simulacrum-0/+3
2017-07-22Make distcheck work again.Mark Simulacrum-1/+6
2017-07-22Add make_run to distcheck.Mark Simulacrum-0/+4
2017-07-22Fix StartupObject buildMark Simulacrum-1/+1