about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2016-04-23Auto merge of #33092 - alexcrichton:rustbuild-docs, r=brsonbors-1/+58
2016-04-23Auto merge of #33084 - alexcrichton:osx-python-sanity, r=michaelwoeristerbors-1/+12
2016-04-20Auto merge of #33011 - alexcrichton:pkg-everything, r=brsonbors-1/+8
2016-04-20Auto merge of #32942 - alexcrichton:bootstrap-from-previous, r=brsonbors-68/+105
2016-04-19Auto merge of #32903 - alexcrichton:fix-rpath, r=brsonbors-18/+55
2016-04-19mk: Bootstrap from stable instead of snapshotsAlex Crichton-68/+105
2016-04-19mk: Force system python for LLDB tests on OSXAlex Crichton-1/+12
2016-04-19rustbuild: Run all markdown documentation testsAlex Crichton-1/+58
2016-04-18rustbuild: Add support for compiletest test suitesAlex Crichton-46/+309
2016-04-16rustbuild: Clean more as part of `make clean`Alex Crichton-0/+3
2016-04-15rustbuild: Package librustc & co for cross-hostsAlex Crichton-1/+8
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 --enable-rpath usageAlex Crichton-18/+55
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