| Age | Commit message (Expand) | Author | Lines |
| 2018-05-07 | Auto merge of #50000 - michaelwoerister:cross-lang-lto, r=alexcrichton | bors | -4/+4 |
| 2018-05-06 | Auto merge of #50468 - nrc:test-rustfmt, r=alexcrichton | bors | -0/+3 |
| 2018-05-06 | Pass a test directory to rustfmt | Nick Cameron | -0/+3 |
| 2018-05-06 | s/DocTestsOption/DocTests/g | kennytm | -4/+4 |
| 2018-05-06 | Added test case. | kennytm | -7/+7 |
| 2018-05-06 | Added `./x.py test --no-doc` option. | kennytm | -3/+9 |
| 2018-05-04 | bootstrap: Fix LLVM bin path setup for Windows. | Michael Woerister | -11/+0 |
| 2018-05-03 | Make run-make host_test!(). | Michael Woerister | -1/+1 |
| 2018-05-03 | Add LLVM bin directory to PATH for running run-make tests. | Michael Woerister | -3/+14 |
| 2018-04-27 | Rollup merge of #49707 - steveklabnik:rustc-book, r=QuietMisdreavus | kennytm | -0/+1 |
| 2018-04-21 | Do not test RLS and rustfmt if build of these failed. | kennytm | -2/+20 |
| 2018-04-18 | Expand `x.py test` to also run with `--compare-mode=nll` on src/test/ui suite. | Felix S. Klock II | -3/+42 |
| 2018-04-17 | Remove uses of Build across Builder steps | Mark Simulacrum | -172/+153 |
| 2018-04-16 | Fix empty tests | Guillaume Gomez | -3/+1 |
| 2018-04-16 | Fix nits | Guillaume Gomez | -2/+0 |
| 2018-04-16 | Add rustdoc-ui test suite | Guillaume Gomez | -7/+21 |
| 2018-04-16 | Add warning if a resolution failed | Guillaume Gomez | -0/+35 |
| 2018-04-14 | Rollup merge of #49922 - f-bro:zmiri, r=oli-obk | kennytm | -1/+1 |
| 2018-04-13 | Remove -Z miri debugging option | Fabio B | -1/+1 |
| 2018-04-12 | Fix test failure in src/tools/rustdoc-themes when rust.rpath = false | Chris Coulson | -1/+1 |
| 2018-04-09 | Add rustc book to the build system | steveklabnik | -0/+1 |
| 2018-04-03 | Fix a few accidental expectations | Mark Simulacrum | -8/+14 |
| 2018-04-03 | Avoid printing output when in dry run mode | Mark Simulacrum | -24/+25 |
| 2018-04-03 | Refactor to use a dry-run config instead of cfg(test) | Mark Simulacrum | -1/+8 |
| 2018-04-03 | Add tests to rustbuild | Mark Simulacrum | -0/+1 |
| 2018-03-25 | Rollup merge of #49089 - alexcrichton:fix-timings, r=Mark-Simulacrum | kennytm | -27/+28 |
| 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 | rustc: Add a `#[wasm_custom_section]` attribute | Alex Crichton | -7/+12 |
| 2018-03-17 | rustbuild: Tweak where timing information goes | Alex Crichton | -27/+28 |
| 2018-03-16 | Automatically enable the `clippy` feature of `rls` if clippy builds | Oliver Schneider | -4/+14 |
| 2018-03-11 | Auto merge of #48599 - Mark-Simulacrum:rustbuild-updates-step-1, r=alexcrichton | bors | -12/+4 |
| 2018-03-09 | rustbuild: Fix MSBuild location of `llvm-config.exe` | Alex Crichton | -2/+5 |
| 2018-03-08 | Remove ONLY_BUILD. | Mark Simulacrum | -12/+4 |
| 2018-03-05 | Get the path to cargo from rustbuild | Mark Mansi | -0/+1 |
| 2018-03-03 | rust: Import LLD for linking wasm objects | Alex Crichton | -1/+1 |
| 2018-02-24 | Run the external doc tests in tools job. | kennytm | -6/+16 |
| 2018-02-23 | Split test::Docs into one Step for each book. | kennytm | -12/+53 |
| 2018-02-18 | Rollup merge of #48275 - matthiaskrgr:codespell, r=kennytm,varkor | Guillaume Gomez | -1/+1 |
| 2018-02-17 | fix more typos found by codespell. | Matthias Krüger | -1/+1 |
| 2018-02-17 | Add command to launch only doc tests | Guillaume Gomez | -0/+3 |
| 2018-02-11 | Change Step to be invoked with a path when in default mode. | Mark Simulacrum | -245/+298 |
| 2018-02-10 | fix typos in src/{bootstrap,ci,etc,lib{backtrace,core,fmt_macros}} | Matthias Krüger | -1/+1 |
| 2018-02-08 | Convert python script to rust | Guillaume Gomez | -11/+8 |
| 2018-02-08 | Pass themes folder as parameter | Guillaume Gomez | -1/+3 |
| 2018-02-08 | Add tests for themes | Guillaume Gomez | -0/+42 |
| 2018-02-04 | Run the `run-make` tests last, so more tests run on Windows when `make` is un... | John Kåre Alsaker | -1/+1 |
| 2018-01-30 | Add wasm_syscall feature to build system | Diggory Blake | -0/+8 |
| 2018-01-27 | rustc: Load the `rustc_trans` crate at runtime | Alex Crichton | -1/+3 |
| 2018-01-23 | Rename check.rs to test.rs | Mark Simulacrum | -0/+1542 |