about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2016-05-23rustbuild: Add support for --enable-local-rustAlex Crichton-4/+8
2016-05-23bootstrap: rename Config.rebuild to .local_rebuildJosh Stone-4/+4
2016-05-22bootstrap: mirror mk's local-rebuild changesJosh Stone-2/+12
2016-05-18rustbuild: Pass -O to tests based on configurationAlex Crichton-2/+25
2016-05-18rustbuild: Add missing test suitesAlex Crichton-15/+57
2016-05-13check check-ui and check-incremental in checkNiko Matsakis-0/+2
2016-05-13modify rust-build to support incremental, ui testsNiko Matsakis-0/+12
2016-05-12rustbuild: Add support for crate tests + doctestsAlex Crichton-8/+122
2016-05-09rustc: Implement custom panic runtimesAlex Crichton-1/+18
2016-05-08Auto merge of #33360 - alexcrichton:rustbuild-dox, r=brsonbors-47/+726
2016-05-08Auto merge of #33288 - cyplo:32834_retry_download, r=alexcrichtonbors-11/+38
2016-05-08Auto merge of #33414 - Nercury:master, r=alexcrichtonbors-0/+6
2016-05-08Remove sha256 file only if present.Cyryl Płotnicki-Chudyk-5/+8
2016-05-08Better error handling for bootstrap file downloads.Cyryl Płotnicki-Chudyk-14/+20
2016-05-07Rollup merge of #33438 - birkenfeld:dup-words, r=steveklabnikSteve Klabnik-1/+1
2016-05-07Add armv7-linux-androideabi target.Nerijus Arlauskas-0/+6
2016-05-06remove unused aux-base argumentNiko Matsakis-1/+0
2016-05-06Distribute both rust-lldb and rust-gdb everywhere except win-msvcBrian Anderson-9/+9
2016-05-05Fix some some duplicate words.Georg Brandl-1/+1
2016-05-03rustbuild: Document many more parts of the buildAlex Crichton-47/+726
2016-04-30Code cleanup in download() in bootstrap.pyCyryl Płotnicki-Chudyk-12/+12
2016-04-30Get a file during bootstrap to a temp location.Cyryl Płotnicki-Chudyk-5/+23
2016-04-28test: Move run-make tests into compiletestAlex Crichton-1/+37
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