about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2016-04-16Rollup merge of #32926 - caipre:rustbuild-verify-download, r=alexcrichtonManish Goregaokar-13/+40
2016-04-15Auto merge of #32972 - alexcrichton:cargotest, r=brsonbors-4/+14
2016-04-15cargotest: Put output in build directoryAlex Crichton-4/+14
2016-04-15Auto merge of #32895 - alexcrichton:rustbuild-beta, r=brsonbors-5/+14
2016-04-14Rollup merge of #32865 - caipre:llvm-ninja, r=alexcrichtonSteve Klabnik-4/+12
2016-04-14Auto merge of #32718 - timonvo:bootstrap-skip-docs, r=alexcrichtonbors-2/+6
2016-04-13rustbuild: Verify sha256 of downloaded tarballsNick Platt-7/+24
2016-04-13rustbuild: Improve error messaging in bootstrap.pyNick Platt-6/+16
2016-04-13rustbuild: Skip generating docs if the config disables them.Timon Van Overveldt-2/+6
2016-04-12tidy: Add a check to ensure Cargo.toml is in syncAlex Crichton-2/+1
2016-04-12rustbuild: Migrate tidy checks to RustAlex Crichton-1/+23
2016-04-11rustbuild: Fix handling of the bootstrap keyAlex Crichton-5/+14
2016-04-10Remove redundant assignmentNick Platt-1/+0
2016-04-10Add rustbuild option to use Ninja for LLVM buildNick Platt-3/+12
2016-04-09Auto merge of #32786 - brson:cargotest, r=alexcrichtonbors-3/+12
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