| Age | Commit message (Expand) | Author | Lines |
| 2017-10-14 | rustbuild: Don't try to build rustdoc API docs with compiler docs | Oliver Middleton | -5/+3 |
| 2017-10-14 | Auto merge of #45102 - petrochenkov:noar, r=alexcrichton | bors | -9/+2 |
| 2017-10-13 | fix typo in src/bootstrap/README.md | Alexander Kuleshov | -1/+1 |
| 2017-10-13 | Auto merge of #45261 - kennytm:rollup, r=kennytm | bors | -24/+47 |
| 2017-10-13 | Rollup merge of #45236 - alexcrichton:build-less, r=Mark-Simulacrum | kennytm | -4/+10 |
| 2017-10-13 | Rollup merge of #45209 - kennytm:treat-checksum-error-as-download-error, r=Ma... | kennytm | -20/+37 |
| 2017-10-13 | Auto merge of #45063 - michaelwoerister:bring-back-incremental-info, r=nikoma... | bors | -4/+0 |
| 2017-10-13 | Rollup merge of #45121 - johnthagen:pep8-bootstrap, r=alexcrichton | kennytm | -17/+32 |
| 2017-10-13 | Rollup merge of #44989 - QuietMisdreavus:what-is-your-quest, r=GuillaumeGomez | kennytm | -1/+13 |
| 2017-10-12 | rustbuild: Prevent spurious rebuilds of the RLS | Alex Crichton | -4/+10 |
| 2017-10-11 | Bump cc to 1.01 to include x86_64-unknown-linux-gnux32 support | Marco A L Barbosa | -1/+1 |
| 2017-10-12 | rustbuild: Make openssl download more reliable. | kennytm | -20/+37 |
| 2017-10-11 | Fix typo during merge from master | johnthagen | -1/+1 |
| 2017-10-11 | Merge branch 'master' into pep8-bootstrap | johnthagen | -9/+7 |
| 2017-10-10 | render the rust version into std/compiler/test docs | QuietMisdreavus | -1/+13 |
| 2017-10-10 | Rollup merge of #45180 - 0xAX:fix-help-message-in-configure.py, r=Mark-Simula... | Steve Klabnik | -6/+1 |
| 2017-10-11 | Fix path to x.py in configure.py script | Alexander Kuleshov | -6/+1 |
| 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 |