| Age | Commit message (Expand) | Author | Lines |
| 2019-06-24 | bootstrap: pass '--pass' on to compiletest. | Mazdak Farrokhzad | -0/+5 |
| 2019-06-23 | Make tidy quieter by default | Mark Rousskov | -2/+2 |
| 2019-05-30 | Auto merge of #61212 - alexcrichton:skip-rustc, r=pietroalbini | bors | -9/+5 |
| 2019-05-28 | rustbuild: Tweak how stage1 compilers are selected | Alex Crichton | -9/+5 |
| 2019-05-27 | Only build clang_rt when RUSTBUILD_FORCE_CLANG_BASED_TESTS is set. | Michael Woerister | -18/+3 |
| 2019-05-24 | rustbuild: Simplify debuginfo configuration | Vadim Petrochenkov | -3/+1 |
| 2019-05-23 | Auto merge of #60970 - MaulingMonkey:pr-compiletest-cdb-support, r=alexcrichton | bors | -6/+2 |
| 2019-05-19 | Add basic CDB support to debuginfo compiletest s, to help catch `*.natvis` re... | MaulingMonkey | -6/+2 |
| 2019-05-18 | Fix tests not running locally | Guillaume Gomez | -1/+1 |
| 2019-05-14 | Rollup merge of #60719 - varkor:xpy-test-folder, r=Mark-Simulacrum | Mazdak Farrokhzad | -2/+13 |
| 2019-05-14 | Add comment | varkor | -0/+6 |
| 2019-05-11 | Allow subdirectories to be tested by x.py test | varkor | -2/+7 |
| 2019-05-10 | Make tests compatible with musl host | Mateusz Mikuła | -0/+4 |
| 2019-05-09 | remove unneeded `extern crate`s from build tools | Andy Russell | -1/+1 |
| 2019-04-30 | Add local LLD to the PATH for run-make-fulldeps tests. | Michael Woerister | -0/+15 |
| 2019-04-29 | compiletest: Make LLVM's bin directory available to run-make-fulldeps tests. | Michael Woerister | -0/+7 |
| 2019-04-18 | Prefix PROFILER_SUPPORT and SANITIZER_SUPPORT test env vars with RUSTC_ to ma... | Michael Woerister | -2/+2 |
| 2019-04-10 | Don't build test helpers for wasm32 | John Kåre Alsaker | -1/+4 |
| 2019-03-29 | Rollup merge of #59366 - ehuss:update-books, r=QuietMisdreavus | Mazdak Farrokhzad | -0/+1 |
| 2019-03-27 | Update books | Eric Huss | -0/+1 |
| 2019-03-24 | Add a way to track Rustfix UI test coverage | Philipp Hansch | -0/+4 |
| 2019-03-20 | Auto merge of #58897 - Mark-Simulacrum:tool-rework, r=alexcrichton | bors | -9/+9 |
| 2019-03-20 | Auto merge of #58791 - denzp:asm-compile-tests, r=alexcrichton | bors | -0/+6 |
| 2019-03-16 | Merge remote-tracking branch 'upstream/master' into asm-compile-tests | Denys Zariaiev | -9/+3 |
| 2019-03-16 | [bootstrap] Remove llvm.enabled config | bjorn3 | -7/+1 |
| 2019-03-15 | rustbuild: remove obsolete fulldeps behavior from src/test/pretty tests, and ... | Eduard-Mihai Burtescu | -9/+3 |
| 2019-03-13 | Merge remote-tracking branch 'upstream/master' into asm-compile-tests | Denys Zariaiev | -9/+53 |
| 2019-03-03 | Permit getting stage 0 rustdoc | Mark Rousskov | -4/+4 |
| 2019-03-03 | Tools built by the bootstrap compiler must be built by it | Mark Rousskov | -5/+5 |
| 2019-02-28 | Move rustdoc-js testing into compiletest | Guillaume Gomez | -49/+13 |
| 2019-02-27 | Introduce assembly tests | Denys Zariaiev | -0/+6 |
| 2019-02-25 | Update to last updates | Guillaume Gomez | -3/+3 |
| 2019-02-25 | Move documentation build into bootstrap | Guillaume Gomez | -5/+41 |
| 2019-02-25 | Rename rustdoc js test suites | Guillaume Gomez | -9/+9 |
| 2019-02-25 | Add rustdoc JS non-std tests | Guillaume Gomez | -0/+44 |
| 2019-02-25 | bootstrap: deny(rust_2018_idioms) | Taiki Endo | -75/+75 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -8/+8 |
| 2019-02-06 | Add embedded book to test such that checktools works | Mark Rousskov | -0/+1 |
| 2019-01-31 | Auto merge of #57514 - michaelwoerister:xlto-tests, r=alexcrichton | bors | -3/+21 |
| 2019-01-24 | Remove quote_*! macros and associated APIs | Mark Simulacrum | -20/+0 |
| 2019-01-17 | compiletest: Simplify handling of Clang-based tests. | Michael Woerister | -16/+9 |
| 2019-01-17 | Support clang-based run-make tests in rustbuild. | Michael Woerister | -5/+30 |
| 2018-12-28 | Update cargo, rls, miri | Eric Huss | -7/+0 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-12-15 | Auto merge of #56600 - ljedrz:fix_edition, r=Mark-Simulacrum | bors | -12/+12 |
| 2018-12-14 | Bootstrap: Add testsuite for compiletest tool | Philipp Hansch | -0/+39 |
| 2018-12-11 | std: Depend directly on crates.io crates | Alex Crichton | -4/+1 |
| 2018-12-10 | bootstrap: fix edition | ljedrz | -12/+12 |
| 2018-12-09 | Remove compile-fail-fulldeps test suite | Vadim Petrochenkov | -6/+0 |
| 2018-12-08 | Auto merge of #56578 - alexreg:cosmetic-1, r=alexreg | bors | -2/+2 |