| Age | Commit message (Expand) | Author | Lines |
| 2018-05-17 | Remove MAKEFLAGS to prevent accidental inheritance | Mark Simulacrum | -5/+4 |
| 2018-05-17 | Fix selftests | Oliver Schneider | -0/+1 |
| 2018-05-17 | Make `bless` a flag instead of a subcommand | Oliver Schneider | -5/+0 |
| 2018-05-17 | Add `bless` x.py subcommand for easy ui test replacement | Oliver Schneider | -0/+5 |
| 2018-05-17 | Rename trans to codegen everywhere. | Irina Popa | -1/+1 |
| 2018-05-15 | Ensure libraries built in stage0 have unique metadata | Josh Stone | -1/+9 |
| 2018-05-11 | Auto merge of #50105 - mixi:crt-included, r=alexcrichton | bors | -0/+4 |
| 2018-05-10 | Auto merge of #50200 - alexcrichton:compile-with-clang, r=kennytm | bors | -1/+5 |
| 2018-05-10 | Auto merge of #49729 - collin5:b48483, r=Mark-Simulacrum | bors | -13/+38 |
| 2018-05-09 | ci: Compile LLVM with Clang 6.0.0 | Alex Crichton | -1/+5 |
| 2018-05-07 | ./x.py test should be able to run individual tests | Collins Abitekaniza | -13/+38 |
| 2018-05-06 | Auto merge of #50466 - kennytm:rustbuild-stage0-lib-test, r=Mark-Simulacrum | bors | -3/+40 |
| 2018-05-06 | s/DocTestsOption/DocTests/g | kennytm | -3/+3 |
| 2018-05-05 | Misc tweaks | John Kåre Alsaker | -0/+4 |
| 2018-05-06 | Added test case. | kennytm | -0/+35 |
| 2018-05-06 | Added `./x.py test --no-doc` option. | kennytm | -3/+5 |
| 2018-04-29 | bootstrap: pass crt-static for the compiler host as well | Johannes Nixdorf | -0/+4 |
| 2018-04-27 | Rollup merge of #49707 - steveklabnik:rustc-book, r=QuietMisdreavus | kennytm | -2/+2 |
| 2018-04-19 | Ensure CleanTools is run for check rustdoc | varkor | -1/+2 |
| 2018-04-19 | Add rustdoc to x.py check | varkor | -1/+1 |
| 2018-04-19 | Auto merge of #49890 - varkor:xpy-check-rustc_trans, r=alexcrichton | bors | -2/+8 |
| 2018-04-18 | Auto merge of #50022 - nrc:doc-analysis, r=mark-simulacrum | bors | -1/+3 |
| 2018-04-18 | Do not rebuild LLVM for x.py check | varkor | -0/+6 |
| 2018-04-18 | Add rustc_trans to x.py check | varkor | -2/+2 |
| 2018-04-17 | Remove uses of Build across Builder steps | Mark Simulacrum | -21/+20 |
| 2018-04-17 | Only emit save-analysis data for `cargo build` tasks | Nick Cameron | -1/+3 |
| 2018-04-17 | Auto merge of #49542 - GuillaumeGomez:intra-link-resolution-error, r=Guillaum... | bors | -1/+1 |
| 2018-04-16 | Add rustdoc-ui test suite | Guillaume Gomez | -1/+1 |
| 2018-04-13 | Avoid specific claims about debuginfo size | Josh Stone | -1/+1 |
| 2018-04-13 | rustbuild: allow building tools with debuginfo | Josh Stone | -4/+8 |
| 2018-04-09 | Add rustc book to the build system | steveklabnik | -2/+2 |
| 2018-04-08 | Move deny(warnings) into rustbuild | Mark Simulacrum | -0/+5 |
| 2018-04-03 | Refactor to use a dry-run config instead of cfg(test) | Mark Simulacrum | -1/+9 |
| 2018-04-03 | Implement generating graphs of the build steps | Mark Simulacrum | -0/+40 |
| 2018-04-03 | Stub out less code | Mark Simulacrum | -1/+3 |
| 2018-04-03 | Add tests to rustbuild | Mark Simulacrum | -2/+477 |
| 2018-04-03 | Stub out various functions during testing | Mark Simulacrum | -1/+1 |
| 2018-04-03 | Permit constructing Builder without executing | Mark Simulacrum | -9/+10 |
| 2018-03-30 | Only include space in RUSTFLAGS extra flags if not empty | Petr Hosek | -1/+3 |
| 2018-03-25 | Rollup merge of #49193 - davidtwco:issue-29893, r=alexcrichton | kennytm | -5/+7 |
| 2018-03-22 | rustc: Add a `#[wasm_custom_section]` attribute | Alex Crichton | -0/+1 |
| 2018-03-22 | Auto merge of #49264 - kennytm:rollup, r=kennytm | bors | -2/+4 |
| 2018-03-21 | Add support to rustbuild for a 'rustc docs' component tarball | David Wood | -5/+7 |
| 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 | -2/+27 |
| 2018-03-17 | Rollup merge of #48943 - comex:verbose, r=kennytm | kennytm | -1/+1 |
| 2018-03-16 | re-enable resting librustdoc | QuietMisdreavus | -2/+2 |
| 2018-03-15 | Support extra-verbose builds: | comex | -1/+1 |
| 2018-03-16 | Rollup merge of #48892 - alexcrichton:thinlto-again, r=Mark-Simulacrum | kennytm | -11/+0 |
| 2018-03-11 | Auto merge of #48549 - alexcrichton:update-cargo, r=Mark-Simulacrum | bors | -1/+3 |