| Age | Commit message (Expand) | Author | Lines |
| 2018-06-02 | Rollup merge of #51302 - Mark-Simulacrum:rustdoc-fast, r=QuietMisdreavus | Mark Simulacrum | -2/+1 |
| 2018-06-02 | Rustdoc itself no longer requires proc macros to build | Mark Simulacrum | -2/+1 |
| 2018-05-31 | Use builder.cargo() for cargo-vendor. | Johannes Nixdorf | -5/+8 |
| 2018-05-31 | builder.cargo(): don't add "--target"/"--release" to cargo install | Johannes Nixdorf | -5/+10 |
| 2018-05-31 | bootstrap: pass crt-static for the compiler host as well | Johannes Nixdorf | -0/+13 |
| 2018-05-31 | bootstrap.py: respect crt-static | Johannes Nixdorf | -3/+30 |
| 2018-05-30 | Run rustfmt | Santiago Pastorino | -738/+1127 |
| 2018-05-30 | Add compare-mode to x.py | Santiago Pastorino | -1/+14 |
| 2018-05-28 | Auto merge of #50892 - davidtwco:issue-50004, r=alexcrichton | bors | -8/+84 |
| 2018-05-24 | Rollup merge of #50864 - jakllsch:add-netbsd-arm-target-specs, r=alexcrichton | kennytm | -0/+2 |
| 2018-05-23 | Rollup merge of #50961 - Zoxc:fix-filecheck, r=alexcrichton | kennytm | -5/+13 |
| 2018-05-22 | build the 2018 edition | steveklabnik | -0/+6 |
| 2018-05-22 | Fix FileCheck finding | John Kåre Alsaker | -5/+13 |
| 2018-05-20 | Added rustdoc documentation step outputting into compiler documentation. | David Wood | -8/+84 |
| 2018-05-19 | Auto merge of #50709 - alexcrichton:revert-musl, r=sfackler | bors | -43/+3 |
| 2018-05-18 | Add armv6-unknown-netbsd-eabihf target | Jonathan A. Kollasch | -0/+1 |
| 2018-05-18 | Add armv7-unknown-netbsd-eabihf target | Jonathan A. Kollasch | -0/+1 |
| 2018-05-17 | Rollup merge of #50806 - oli-obk:gesundheit, r=ehuss | Mark Simulacrum | -29/+37 |
| 2018-05-17 | Revert "bootstrap.py: respect crt-static" | Alex Crichton | -30/+3 |
| 2018-05-17 | Revert "bootstrap: pass crt-static for the compiler host as well" | Alex Crichton | -13/+0 |
| 2018-05-17 | Auto merge of #50629 - Mark-Simulacrum:stage-step, r=alexcrichton | bors | -8/+7 |
| 2018-05-17 | Remove MAKEFLAGS to prevent accidental inheritance | Mark Simulacrum | -5/+4 |
| 2018-05-17 | Fix rustc binary metadata overwriting librustc metadata | Mark Simulacrum | -1/+1 |
| 2018-05-17 | Rename rustdoc to use underscores | Mark Simulacrum | -1/+1 |
| 2018-05-17 | Switch to 1.26 bootstrap compiler | Mark Simulacrum | -1/+1 |
| 2018-05-17 | Fix selftests | Oliver Schneider | -0/+1 |
| 2018-05-17 | Make `bless` a flag instead of a subcommand | Oliver Schneider | -22/+11 |
| 2018-05-17 | Add `bless` x.py subcommand for easy ui test replacement | Oliver Schneider | -29/+47 |
| 2018-05-17 | Rename trans to codegen everywhere. | Irina Popa | -14/+14 |
| 2018-05-17 | Rollup merge of #50789 - cuviper:bootstrap-metadata, r=alexcrichton | kennytm | -1/+9 |
| 2018-05-17 | Rollup merge of #50787 - ehuss:fix-run-make-wasm, r=alexcrichton | kennytm | -4/+4 |
| 2018-05-15 | Ensure libraries built in stage0 have unique metadata | Josh Stone | -1/+9 |
| 2018-05-15 | Fix run-make wasm tests | Eric Huss | -4/+4 |
| 2018-05-15 | Don't inject clippy into the rls anymore | Oliver Schneider | -9/+0 |
| 2018-05-11 | Auto merge of #50105 - mixi:crt-included, r=alexcrichton | bors | -3/+43 |
| 2018-05-10 | Auto merge of #50200 - alexcrichton:compile-with-clang, r=kennytm | bors | -12/+107 |
| 2018-05-10 | Auto merge of #49729 - collin5:b48483, r=Mark-Simulacrum | bors | -15/+59 |
| 2018-05-09 | ci: Compile LLVM with Clang 6.0.0 | Alex Crichton | -12/+107 |
| 2018-05-09 | ignore test-args if user specifies suite_path | Collins Abitekaniza | -5/+1 |
| 2018-05-07 | ./x.py test should be able to run individual tests | Collins Abitekaniza | -15/+63 |
| 2018-05-07 | Auto merge of #50000 - michaelwoerister:cross-lang-lto, r=alexcrichton | bors | -7/+43 |
| 2018-05-06 | Auto merge of #50468 - nrc:test-rustfmt, r=alexcrichton | bors | -0/+3 |
| 2018-05-06 | Auto merge of #50466 - kennytm:rustbuild-stage0-lib-test, r=Mark-Simulacrum | bors | -21/+85 |
| 2018-05-06 | Pass a test directory to rustfmt | Nick Cameron | -0/+3 |
| 2018-05-06 | s/DocTestsOption/DocTests/g | kennytm | -16/+16 |
| 2018-05-06 | Added some simple documentation. | kennytm | -0/+4 |
| 2018-05-05 | Auto merge of #50276 - Zoxc:build-cleanup, r=alexcrichton | bors | -6/+18 |
| 2018-05-05 | Misc tweaks | John Kåre Alsaker | -6/+18 |
| 2018-05-06 | Added test case. | kennytm | -8/+43 |
| 2018-05-06 | Added `./x.py test --no-doc` option. | kennytm | -13/+38 |