about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2016-04-07Fix cargotestBrian Anderson-3/+12
2016-04-06rustbuild: Update bootstrap dependenciesAlex Crichton-17/+17
2016-04-06rustbuild: Support cross rust-docs packagesAlex Crichton-35/+46
2016-04-06rustbuild: Verify flags are configuredAlex Crichton-0/+12
2016-04-06rustbuild: Add helper to abstract hard_link/copyAlex Crichton-16/+25
2016-04-02Auto merge of #32598 - alexcrichton:rustbuild-osx, r=aturonbors-6/+24
2016-04-01rustbuild: Fix dist for non-host targetsAlex Crichton-14/+97
2016-03-29rustbuild: Fix compile on OSX for 10.7Alex Crichton-6/+24
2016-03-26Auto merge of #32503 - dotdash:llvm_attrs, r=eddybbors-6/+1
2016-03-26Revert "disable llvm assertions on ARM compilers"Björn Steinbrink-6/+1
2016-03-25Fix the name of the 'check-cargotest' stepBrian Anderson-2/+2
2016-03-22Introduce 'cargotest' and the check-cargotest buildstepBrian Anderson-0/+24
2016-03-19disable llvm assertions on ARM compilersJorge Aparicio-1/+6
2016-03-17rustbuild: Fix cross to netbsd from LinuxAlex Crichton-1/+2
2016-03-16rustbuild: Implement `make dist`Alex Crichton-1/+344
2016-03-15Auto merge of #32239 - alexcrichton:fix-cross-to-freebsd, r=brsonbors-1/+2
2016-03-14rustbuild: Fix cross compiling to FreeBSDAlex Crichton-1/+2
2016-03-14rustbuild: Refactor stage arguments awayAlex Crichton-134/+109
2016-03-14rustbuild: Use tool_cmd() instead of tool()Alex Crichton-6/+3
2016-03-08rustbuild: Add the error-index-generatorAlex Crichton-1/+28
2016-03-08rustbuild: Fix stage1 rustdocAlex Crichton-11/+3
2016-03-08rustbuild: Add a link checker for documentationAlex Crichton-2/+44
2016-03-08rustbuild: Fixup calling rustdoc in various stagesAlex Crichton-11/+76
2016-03-08rustbuild: Use an enum to indicate destinationAlex Crichton-43/+61
2016-03-08rustbuild: Move rustbook to a `src/tools` directoryAlex Crichton-13/+41
2016-03-08rustbuild: Refactor adding steps manuallyAlex Crichton-20/+27
2016-03-08rustbuild: Add crate documentation generationAlex Crichton-4/+59
2016-03-07rustbuild: Add `make check` and a check targetAlex Crichton-0/+14
2016-03-06rustbuild: fix cross compilation of libstd to i686-unknown-linux-muslJorge Aparicio-1/+14
2016-03-03[rustbuild] fix cross compilation of std for mips(el)-linux-muslJorge Aparicio-1/+1
2016-03-01Auto merge of #31713 - alexcrichton:rustbuild-docs, r=brsonbors-0/+154
2016-02-28rustbuild: Update dependenciesAlex Crichton-35/+18
2016-02-28rustbuild: Update nightly dateAlex Crichton-7/+11
2016-02-28rustbuild: Relax assertions about stage0Alex Crichton-3/+1
2016-02-28rustbuild: Remove extra rustc flagsAlex Crichton-15/+1
2016-02-28rustbuild: Add steps for linking a sysrootAlex Crichton-6/+88
2016-02-28rustbuild: Document what steps areAlex Crichton-0/+14
2016-02-28rustbuild: Compile with the build compilerAlex Crichton-2/+2
2016-02-28rustbuild: Move assembling rustc to its own stepAlex Crichton-18/+20
2016-02-28rustbuild: Fix a copy/paste errorAlex Crichton-1/+1
2016-02-28rustbuild: Enable cross-compiling LLVMAlex Crichton-4/+7
2016-02-28rustbuild: Fix compiler-rt build on gnueabihfAlex Crichton-0/+8
2016-02-28rustbuild: Only pass RUSTC_FLAGS to target compilesAlex Crichton-3/+3
2016-02-28rustbuild: Enable bootstrapping new hostsAlex Crichton-7/+4
2016-02-20Auto merge of #31620 - alexcrichton:fix-out-of-tree-builds, r=brsonbors-14/+15
2016-02-16rustbuild: Add rustbook/standalone doc supportAlex Crichton-0/+154
2016-02-12rustbuild: Fix submodules for out of tree buildsAlex Crichton-14/+15
2016-02-12bootstrap: Be resilient to job object failuresAlex Crichton-2/+13
2016-02-11bootstrap: Add a --clean flagAlex Crichton-0/+47
2016-02-11configure: Add an option to use the cargo build systemAlex Crichton-0/+23