summary refs log tree commit diff
path: root/src/bootstrap/build/compile.rs
AgeCommit message (Expand)AuthorLines
2016-05-03rustbuild: Document many more parts of the buildAlex Crichton-1/+10
2016-04-19mk: Bootstrap from stable instead of snapshotsAlex Crichton-1/+0
2016-04-18rustbuild: Add support for compiletest test suitesAlex Crichton-8/+1
2016-04-06rustbuild: Add helper to abstract hard_link/copyAlex Crichton-15/+15
2016-04-01rustbuild: Fix dist for non-host targetsAlex Crichton-1/+39
2016-03-14rustbuild: Refactor stage arguments awayAlex Crichton-34/+33
2016-03-08rustbuild: Fix stage1 rustdocAlex Crichton-6/+1
2016-03-08rustbuild: Fixup calling rustdoc in various stagesAlex Crichton-1/+0
2016-03-08rustbuild: Use an enum to indicate destinationAlex Crichton-9/+12
2016-03-08rustbuild: Move rustbook to a `src/tools` directoryAlex Crichton-0/+25
2016-03-06rustbuild: fix cross compilation of libstd to i686-unknown-linux-muslJorge Aparicio-0/+13
2016-02-28rustbuild: Add steps for linking a sysrootAlex Crichton-2/+39
2016-02-28rustbuild: Move assembling rustc to its own stepAlex Crichton-17/+15
2016-02-28rustbuild: Enable cross-compiling LLVMAlex Crichton-4/+7
2016-02-11bootstrap: Read configuration from config.mkAlex Crichton-0/+1
2016-02-11Add a Cargo-based build systemAlex Crichton-0/+248