about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2017-10-10Enable building clippy in CIOliver Schneider-4/+9
2017-10-10Rollup merge of #45116 - johnthagen:typo-fix, r=alexcrichtonkennytm-2/+2
2017-10-10Auto merge of #45141 - kennytm:rollup, r=kennytmbors-3/+3
2017-10-10Auto merge of #44822 - frewsxcv:frewsxcv-eprintln, r=Kimundibors-3/+1
2017-10-09cleanup: rustc doesn't use an external archiverVadim Petrochenkov-9/+2
2017-10-10Rollup merge of #45120 - johnthagen:none-identity-test, r=sfacklerkennytm-1/+1
2017-10-10Rollup merge of #45118 - johnthagen:fix-section-key-name, r=alexcrichtonkennytm-1/+1
2017-10-09Add __future__ imports to increase compatibility with Python 3. Derive Option...johnthagen-2/+4
2017-10-08Fix PEP8 style issues in bootstrap codejohnthagen-17/+32
2017-10-08Use identity operator `is` when comparing to Nonejohnthagen-1/+1
2017-10-08Fix variable name referencejohnthagen-1/+1
2017-10-08Fix trying to raise a bare str as an exception. This has been deprecated sinc...johnthagen-1/+1
2017-10-08Fix typo in READMEjohnthagen-1/+1
2017-10-08Fix typo in commentjohnthagen-1/+1
2017-10-06incr.comp.: Bring back output of -Zincremental-info.Michael Woerister-4/+0
2017-09-29Rollup merge of #44694 - tommyip:make_clean, r=Mark-SimulacrumMark Simulacrum-25/+37
2017-09-29Rollup merge of #44320 - jakllsch:jakllsch-caf2c3d2-c939-4c4d-8c68-1aecbd570f...Mark Simulacrum-2/+2
2017-09-28Auto merge of #44785 - alexcrichton:update-cargo, r=nikomatsakisbors-33/+38
2017-09-28Migrate to eprint/eprintln macros where appropriate.Corey Farwell-3/+1
2017-09-28Update to the `cc` crateAlex Crichton-16/+20
2017-09-28Auto merge of #44779 - tjkirch:master, r=alexcrichtonbors-0/+3
2017-09-27Add RLS and Rustfmt to the toolstate mechanismNick Cameron-4/+14
2017-09-27Rename rls component to rls-preview on nightlyNick Cameron-13/+4
2017-09-27bootstrap: use tar -z on extractJonathan A. Kollasch-1/+1
2017-09-27bootstrap: use shasum(1) on NetBSD build hostsJonathan A. Kollasch-1/+1
2017-09-27Auto merge of #44812 - Mark-Simulacrum:rustdoc-debug, r=alexcrichtonbors-0/+5
2017-09-26Allow rustdoc to get compiled with debuginfoMark Simulacrum-0/+5
2017-09-25Auto merge of #44085 - bjorn3:no_llvm_write_metadata, r=arielb1bors-1/+4
2017-09-24Fix fuchsia toolchain prebuild setupJames Tucker-2/+3
2017-09-23add aarch64-unknown-linux-musl targetBen Cressey-0/+3
2017-09-23Remove leftoverbjorn3-6/+0
2017-09-23Move NoLlvmMetadataLoader to rustc_trans_traitsbjorn3-4/+3
2017-09-23Dont do no-trans for llvm enabled buildsbjorn3-1/+7
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