summary refs log tree commit diff
path: root/src/bootstrap/build/step.rs
AgeCommit message (Expand)AuthorLines
2016-04-09Auto merge of #32786 - brson:cargotest, r=alexcrichtonbors-1/+1
2016-04-07Fix cargotestBrian Anderson-1/+1
2016-04-06rustbuild: Support cross rust-docs packagesAlex Crichton-7/+14
2016-04-01rustbuild: Fix dist for non-host targetsAlex Crichton-12/+25
2016-03-22Introduce 'cargotest' and the check-cargotest buildstepBrian Anderson-0/+8
2016-03-16rustbuild: Implement `make dist`Alex Crichton-1/+37
2016-03-14rustbuild: Refactor stage arguments awayAlex Crichton-23/+19
2016-03-08rustbuild: Add the error-index-generatorAlex Crichton-1/+8
2016-03-08rustbuild: Add a link checker for documentationAlex Crichton-1/+13
2016-03-08rustbuild: Move rustbook to a `src/tools` directoryAlex Crichton-1/+8
2016-03-08rustbuild: Refactor adding steps manuallyAlex Crichton-20/+27
2016-03-08rustbuild: Add crate documentation generationAlex Crichton-1/+12
2016-03-07rustbuild: Add `make check` and a check targetAlex Crichton-0/+12
2016-03-01Auto merge of #31713 - alexcrichton:rustbuild-docs, r=brsonbors-0/+21
2016-02-28rustbuild: Relax assertions about stage0Alex Crichton-1/+0
2016-02-28rustbuild: Add steps for linking a sysrootAlex Crichton-4/+41
2016-02-28rustbuild: Document what steps areAlex Crichton-0/+14
2016-02-28rustbuild: Compile with the build compilerAlex Crichton-2/+2
2016-02-28rustbuild: Fix a copy/paste errorAlex Crichton-1/+1
2016-02-28rustbuild: Enable bootstrapping new hostsAlex Crichton-7/+4
2016-02-16rustbuild: Add rustbook/standalone doc supportAlex Crichton-0/+21
2016-02-11Add a Cargo-based build systemAlex Crichton-0/+177