| Age | Commit message (Expand) | Author | Lines |
| 2017-10-10 | Enable building clippy in CI | Oliver Schneider | -4/+9 |
| 2017-10-10 | Rollup merge of #45116 - johnthagen:typo-fix, r=alexcrichton | kennytm | -2/+2 |
| 2017-10-10 | Auto merge of #45141 - kennytm:rollup, r=kennytm | bors | -3/+3 |
| 2017-10-10 | Auto merge of #44822 - frewsxcv:frewsxcv-eprintln, r=Kimundi | bors | -3/+1 |
| 2017-10-09 | cleanup: rustc doesn't use an external archiver | Vadim Petrochenkov | -9/+2 |
| 2017-10-10 | Rollup merge of #45120 - johnthagen:none-identity-test, r=sfackler | kennytm | -1/+1 |
| 2017-10-10 | Rollup merge of #45118 - johnthagen:fix-section-key-name, r=alexcrichton | kennytm | -1/+1 |
| 2017-10-09 | Add __future__ imports to increase compatibility with Python 3. Derive Option... | johnthagen | -2/+4 |
| 2017-10-08 | Fix PEP8 style issues in bootstrap code | johnthagen | -17/+32 |
| 2017-10-08 | Use identity operator `is` when comparing to None | johnthagen | -1/+1 |
| 2017-10-08 | Fix variable name reference | johnthagen | -1/+1 |
| 2017-10-08 | Fix trying to raise a bare str as an exception. This has been deprecated sinc... | johnthagen | -1/+1 |
| 2017-10-08 | Fix typo in README | johnthagen | -1/+1 |
| 2017-10-08 | Fix typo in comment | johnthagen | -1/+1 |
| 2017-10-06 | incr.comp.: Bring back output of -Zincremental-info. | Michael Woerister | -4/+0 |
| 2017-09-29 | Rollup merge of #44694 - tommyip:make_clean, r=Mark-Simulacrum | Mark Simulacrum | -25/+37 |
| 2017-09-29 | Rollup merge of #44320 - jakllsch:jakllsch-caf2c3d2-c939-4c4d-8c68-1aecbd570f... | Mark Simulacrum | -2/+2 |
| 2017-09-28 | Auto merge of #44785 - alexcrichton:update-cargo, r=nikomatsakis | bors | -33/+38 |
| 2017-09-28 | Migrate to eprint/eprintln macros where appropriate. | Corey Farwell | -3/+1 |
| 2017-09-28 | Update to the `cc` crate | Alex Crichton | -16/+20 |
| 2017-09-28 | Auto merge of #44779 - tjkirch:master, r=alexcrichton | bors | -0/+3 |
| 2017-09-27 | Add RLS and Rustfmt to the toolstate mechanism | Nick Cameron | -4/+14 |
| 2017-09-27 | Rename rls component to rls-preview on nightly | Nick Cameron | -13/+4 |
| 2017-09-27 | bootstrap: use tar -z on extract | Jonathan A. Kollasch | -1/+1 |
| 2017-09-27 | bootstrap: use shasum(1) on NetBSD build hosts | Jonathan A. Kollasch | -1/+1 |
| 2017-09-27 | Auto merge of #44812 - Mark-Simulacrum:rustdoc-debug, r=alexcrichton | bors | -0/+5 |
| 2017-09-26 | Allow rustdoc to get compiled with debuginfo | Mark Simulacrum | -0/+5 |
| 2017-09-25 | Auto merge of #44085 - bjorn3:no_llvm_write_metadata, r=arielb1 | bors | -1/+4 |
| 2017-09-24 | Fix fuchsia toolchain prebuild setup | James Tucker | -2/+3 |
| 2017-09-23 | add aarch64-unknown-linux-musl target | Ben Cressey | -0/+3 |
| 2017-09-23 | Remove leftover | bjorn3 | -6/+0 |
| 2017-09-23 | Move NoLlvmMetadataLoader to rustc_trans_traits | bjorn3 | -4/+3 |
| 2017-09-23 | Dont do no-trans for llvm enabled builds | bjorn3 | -1/+7 |
| 2017-09-23 | Allow building stage 2 compiler libraries | bjorn3 | -7/+6 |
| 2017-09-23 | Allow writing metadata without llvm | bjorn3 | -1/+6 |
| 2017-09-21 | Catch IOError | Marcus Buffett | -1/+1 |
| 2017-09-20 | Do not show "available paths" help in ./x.py clean | Tommy Ip | -5/+6 |
| 2017-09-20 | Add --all flag to ./x.py clean | Tommy Ip | -20/+31 |
| 2017-09-19 | Disable clippy building | Oliver Schneider | -1/+1 |
| 2017-09-19 | Add clippy to `toolstate.toml` | Oliver Schneider | -3/+48 |
| 2017-09-18 | rustbuild: with --no-fail-fast, report the specific commands that failed | Ximin Luo | -8/+18 |
| 2017-09-18 | Auto merge of #44441 - tamird:cargo-bitflags, r=alexcrichton | bors | -3/+2 |
| 2017-09-18 | Auto merge of #43628 - oli-obk:orbital_standard_library, r=alexcrichton | bors | -18/+229 |
| 2017-09-17 | Rebase fallout | Oliver Schneider | -0/+3 |
| 2017-09-17 | Prevent distribution if miri is enabled | Oliver Schneider | -1/+26 |
| 2017-09-17 | -Zmir-emit-validate is in stage 0 | Oliver Schneider | -1/+1 |
| 2017-09-17 | Add a file to trivially disable tool building or testing | Oliver Schneider | -18/+109 |
| 2017-09-17 | Get the miri test suite to run inside the rustc dev environment | Oliver Schneider | -2/+94 |
| 2017-09-17 | bootstrap: plumb verbosity into submodule ops | Tamir Duberstein | -3/+2 |
| 2017-09-17 | Auto merge of #44607 - alexcrichton:rustbuild-no-j, r=Mark-Simulacrum | bors | -6/+12 |