summary refs log tree commit diff
path: root/src/bootstrap/build
AgeCommit message (Expand)AuthorLines
2016-03-01Auto merge of #31713 - alexcrichton:rustbuild-docs, r=brsonbors-0/+142
2016-02-28rustbuild: Update nightly dateAlex Crichton-7/+10
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: 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/+142
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/+44
2016-02-11bootstrap: Read configuration from config.mkAlex Crichton-0/+107
2016-02-11Add a Cargo-based build systemAlex Crichton-0/+1887