about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2017-09-23Allow building stage 2 compiler librariesbjorn3-7/+6
2017-09-23Allow writing metadata without llvmbjorn3-1/+6
2017-09-21Catch IOErrorMarcus Buffett-1/+1
2017-09-20Do not show "available paths" help in ./x.py cleanTommy Ip-5/+6
2017-09-20Add --all flag to ./x.py cleanTommy Ip-20/+31
2017-09-19Disable clippy buildingOliver Schneider-1/+1
2017-09-19Add clippy to `toolstate.toml`Oliver Schneider-3/+48
2017-09-18rustbuild: with --no-fail-fast, report the specific commands that failedXimin Luo-8/+18
2017-09-18Auto merge of #44441 - tamird:cargo-bitflags, r=alexcrichtonbors-3/+2
2017-09-18Auto merge of #43628 - oli-obk:orbital_standard_library, r=alexcrichtonbors-18/+229
2017-09-17Rebase falloutOliver Schneider-0/+3
2017-09-17Prevent distribution if miri is enabledOliver Schneider-1/+26
2017-09-17-Zmir-emit-validate is in stage 0Oliver Schneider-1/+1
2017-09-17Add a file to trivially disable tool building or testingOliver Schneider-18/+109
2017-09-17Get the miri test suite to run inside the rustc dev environmentOliver Schneider-2/+94
2017-09-17bootstrap: plumb verbosity into submodule opsTamir Duberstein-3/+2
2017-09-17Auto merge of #44607 - alexcrichton:rustbuild-no-j, r=Mark-Simulacrumbors-6/+12
2017-09-17rustbuild: Don't pass `-j` if called by `make`Alex Crichton-6/+12
2017-09-17Rollup merge of #44617 - alexcrichton:download-from-us-west-1, r=aidanhsTim Neumann-1/+1
2017-09-17Rollup merge of #44533 - nrc:rustfmt-submod, r=alexcrichtonTim Neumann-2/+78
2017-09-16Rollup merge of #44616 - alexcrichton:rustdoc-fix-again-whee, r=Mark-SimulacrumAlex Crichton-7/+10
2017-09-16Rollup merge of #44531 - QuietMisdreavus:bump-gcc, r=alexcrichtonAlex Crichton-1/+1
2017-09-16Rollup merge of #44356 - nrc:rls-component-manifest, r=@alexcrichtonAlex Crichton-4/+13
2017-09-16ci: Upload/download from a new S3 bucketAlex Crichton-1/+1
2017-09-15rustbuild: Fix test "test rustdoc" invocationAlex Crichton-7/+10
2017-09-15rustbuild: Compile the error-index in stage 2Alex Crichton-2/+14
2017-09-14Rollup merge of #44131 - smaeul:openssl-perl, r=Mark-SimulacrumCorey Farwell-1/+2
2017-09-14Attempt to fix the component manifest problem for rls-previewNick Cameron-4/+13
2017-09-13Reviewer changesNick Cameron-0/+1
2017-09-13Build and test RustfmtNick Cameron-2/+77
2017-09-12bump gcc for bootstrapQuietMisdreavus-1/+1
2017-09-12Auto merge of #44413 - est31:move_man, r=nikomatsakisbors-2/+1
2017-09-11rustbuild: Fix a distribution bug with rustdocAlex Crichton-0/+1
2017-09-10Auto merge of #44260 - alexcrichton:hardlink-no-copy, r=Mark-Simulacrumbors-10/+27
2017-09-09rustbuild: Switch back to using hard linksAlex Crichton-10/+27
2017-09-10Auto merge of #44274 - Mark-Simulacrum:rustdoc-tests, r=alexcrichtonbors-4/+71
2017-09-08Move the man directory to a subdirectoryest31-2/+1
2017-09-06Rollup merge of #44354 - jakllsch:jakllsch-85453197-a0cc-43f6-8c55-7bce6c4a4e...Mark Simulacrum-0/+10
2017-09-06Rollup merge of #44353 - cuviper:install-rustc, r=Mark-SimulacrumMark Simulacrum-1/+1
2017-09-06Rollup merge of #44321 - jakllsch:jakllsch-4f2d6c87-2674-43e4-9c5f-2415136e6b...Mark Simulacrum-1/+4
2017-09-06Rollup merge of #44218 - SimonSapin:commit-hash, r=alexcrichtonMark Simulacrum-0/+14
2017-09-06Auto merge of #43975 - RalfJung:gcc, r=alexcrichtonbors-7/+9
2017-09-05bootstrap: avoid m4 -B for NetBSD-built sparc64 OpenSSLJonathan A. Kollasch-0/+5
2017-09-05bootstrap: add openssl config for sparc64-unknown-netbsdJonathan A. Kollasch-0/+5
2017-09-05Include rustc in the default `./x.py install`Josh Stone-1/+1
2017-09-05Test rustdoc unit tests.Mark Simulacrum-4/+71
2017-09-05disable gcc warningsRalf Jung-2/+4
2017-09-04bootstrap: only include docs in extended distribution if enabledJonathan A. Kollasch-1/+4
2017-09-04Only include git-commit-hash in tarballs when availableSimon Sapin-6/+9
2017-09-04Auto merge of #44268 - kennytm:fix-python-bootstrap-test, r=Mark-Simulacrumbors-6/+4