| Age | Commit message (Expand) | Author | Lines |
| 2018-06-01 | Update version to 1.26.2 | Mark Simulacrum | -1/+1 |
| 2018-05-25 | Bump for 1.26.1 | Mark Simulacrum | -1/+1 |
| 2018-04-20 | Add docs for the test crate with the std docs | Oliver Middleton | -1/+4 |
| 2018-04-17 | Don't inject clippy into rls on stable/beta | Oliver Schneider | -1/+2 |
| 2018-04-01 | Rollup merge of #49549 - Mark-Simulacrum:bootstrap-cleanup, r=alexcrichton | Mark Simulacrum | -1/+1 |
| 2018-04-01 | Remove filetime dep from build_helper | Mark Simulacrum | -1/+1 |
| 2018-04-01 | Auto merge of #49530 - petrhosek:empty-extra-flags, r=cramertj | bors | -1/+3 |
| 2018-03-30 | Only include space in RUSTFLAGS extra flags if not empty | Petr Hosek | -1/+3 |
| 2018-03-30 | Handle fast-submodules option correctly | Petr Hosek | -1/+5 |
| 2018-03-28 | rustbuild: Don't leak file handles when creating junctions on Windows | Oliver Middleton | -2/+5 |
| 2018-03-26 | rustbuild: Fail the build if we build Cargo twice | Alex Crichton | -49/+152 |
| 2018-03-25 | rustbuild: Disable docs on cross-compiled builds | Alex Crichton | -6/+9 |
| 2018-03-26 | Auto merge of #49341 - alexcrichton:more-balance, r=kennytm | bors | -0/+7 |
| 2018-03-24 | appveyor: Move run-pass-fulldeps to extra builders | Alex Crichton | -0/+7 |
| 2018-03-25 | Rollup merge of #49290 - cuviper:unextended-dist-rustfmt, r=nikomatsakis | kennytm | -1/+0 |
| 2018-03-25 | Rollup merge of #49193 - davidtwco:issue-29893, r=alexcrichton | kennytm | -44/+200 |
| 2018-03-25 | Rollup merge of #49120 - Zoxc:parallel-ci, r=alexcrichton | kennytm | -0/+1 |
| 2018-03-25 | Rollup merge of #49089 - alexcrichton:fix-timings, r=Mark-Simulacrum | kennytm | -54/+60 |
| 2018-03-23 | Auto merge of #49311 - SimonSapin:bootstrap-vs-rustflags-the-return, r=Mark-S... | bors | -0/+6 |
| 2018-03-23 | Use the same RUSTFLAGS for building and testing `bootstrap` | Simon Sapin | -0/+6 |
| 2018-03-22 | Allow installing rustfmt without config.extended | Josh Stone | -1/+0 |
| 2018-03-22 | Remove std/test documentation from compiler docs. | David Wood | -14/+6 |
| 2018-03-22 | rustc: Add a `#[wasm_custom_section]` attribute | Alex Crichton | -8/+14 |
| 2018-03-22 | Only generate documentation for local rustc crates. | David Wood | -4/+31 |
| 2018-03-22 | Auto merge of #49264 - kennytm:rollup, r=kennytm | bors | -2/+4 |
| 2018-03-22 | Rollup merge of #49209 - Zoxc:run-make-last, r=Mark-Simulacrum | kennytm | -2/+4 |
| 2018-03-22 | Auto merge of #49094 - alexcrichton:print-step-duration, r=kennytm | bors | -22/+75 |
| 2018-03-21 | Add support to rustbuild for a 'rustc docs' component tarball | David Wood | -41/+178 |
| 2018-03-20 | Run the `run-make` tests last, so more tests run on Windows when `make` is un... | John Kåre Alsaker | -2/+4 |
| 2018-03-20 | ci: Print out how long each step takes on CI | Alex Crichton | -22/+75 |
| 2018-03-18 | Add a CI job for parallel rustc using x.py check | John Kåre Alsaker | -0/+1 |
| 2018-03-18 | rustbuild: Ship libsynchronization | Maxim Nazarenko | -0/+1 |
| 2018-03-17 | rustbuild: Tweak where timing information goes | Alex Crichton | -54/+60 |
| 2018-03-17 | Rollup merge of #49057 - Zoxc:fast-submodules, r=alexcrichton | kennytm | -12/+50 |
| 2018-03-17 | Rollup merge of #49055 - alexcrichton:ship-more-libs, r=nikomatsakis | kennytm | -2/+4 |
| 2018-03-17 | Rollup merge of #48943 - comex:verbose, r=kennytm | kennytm | -14/+7 |
| 2018-03-17 | Auto merge of #49090 - QuietMisdreavus:test-rustdoc-again, r=Mark-Simulacrum | bors | -2/+2 |
| 2018-03-16 | Automatically enable the `clippy` feature of `rls` if clippy builds | Oliver Schneider | -10/+39 |
| 2018-03-16 | re-enable resting librustdoc | QuietMisdreavus | -2/+2 |
| 2018-03-16 | rustbuild: Add more MinGW libraries to ship | Alex Crichton | -2/+4 |
| 2018-03-16 | Auto merge of #48896 - alexcrichton:bitcode-in-object, r=michaelwoerister | bors | -2/+2 |
| 2018-03-15 | Support extra-verbose builds: | comex | -14/+7 |
| 2018-03-15 | Faster submodule updating | John Kåre Alsaker | -12/+50 |
| 2018-03-16 | Rollup merge of #48892 - alexcrichton:thinlto-again, r=Mark-Simulacrum | kennytm | -20/+0 |
| 2018-03-13 | rustbuild: Tweak CFLAGS to various libstd pieces | Alex Crichton | -2/+2 |
| 2018-03-12 | Auto merge of #48295 - Keruspe:master, r=alexcrichton | bors | -3/+10 |
| 2018-03-11 | Auto merge of #48549 - alexcrichton:update-cargo, r=Mark-Simulacrum | bors | -1/+3 |
| 2018-03-11 | Update Cargo submodule | Alex Crichton | -1/+3 |
| 2018-03-11 | Auto merge of #48599 - Mark-Simulacrum:rustbuild-updates-step-1, r=alexcrichton | bors | -59/+46 |
| 2018-03-09 | rustbuild: Pass `-j1` to OpenSSL `make install` | Alex Crichton | -1/+1 |