| Age | Commit message (Expand) | Author | Lines |
| 2019-10-05 | Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcri... | Tyler Mandry | -3/+2 |
| 2019-10-04 | Fix ABI, run and fix more tests, re-enable CI for PRs | Thomas Lively | -2/+5 |
| 2019-10-04 | Upgrade Emscripten targets to use upstream LLVM backend | Thomas Lively | -4/+2 |
| 2019-09-23 | Move handling of `-Cprefer-dynamic` into `builder.rs` | Alex Crichton | -4/+0 |
| 2019-09-23 | Allow adding `RUSTFLAGS` after `Builder::cargo` | Alex Crichton | -19/+19 |
| 2019-09-23 | bootstrap: Remove usage of `RUSTC_TARGET_LINKER` | Alex Crichton | -11/+1 |
| 2019-09-05 | Explicitly create test tempdir | Mark Rousskov | -1/+4 |
| 2019-08-28 | std: Remove the `wasm_syscall` feature | Alex Crichton | -10/+0 |
| 2019-08-23 | bootstrap: Merge the libtest build step with libstd | Alex Crichton | -28/+8 |
| 2019-08-20 | Remove serialization of diagnostics to files | Mark Rousskov | -2/+1 |
| 2019-08-08 | don't set RUSTC_DEBUG_ASSERTIONS here; let cargo-miri do that | Ralf Jung | -2/+0 |
| 2019-08-08 | install and use xargo inside the build dir | Ralf Jung | -0/+4 |
| 2019-08-08 | let us try to find out where that panic is coming from | Ralf Jung | -0/+2 |
| 2019-08-08 | dont test Miri by default (also be more verbose when being verbose) | Ralf Jung | -1/+1 |
| 2019-08-08 | more comments | Ralf Jung | -0/+1 |
| 2019-08-08 | remove test-miri flag from bootstrap | Ralf Jung | -2/+1 |
| 2019-08-08 | Miri test: call 'cargo miri test' and use the sysroot it has set up | Ralf Jung | -11/+71 |
| 2019-08-02 | Fix rustc-guide toolstate tracking. | Eric Huss | -1/+6 |
| 2019-08-01 | replace what I think is an erroneous try_run_quiet by try_run | Ralf Jung | -1/+1 |
| 2019-07-30 | Auto merge of #62766 - alexcrichton:stabilize-pipelined-compilation, r=oli-obk | bors | -0/+3 |
| 2019-07-29 | Fix rustc-guide build failure ignoring no-fail-fast. | kennytm | -3/+1 |
| 2019-07-27 | Remove run-pass test suites | Vadim Petrochenkov | -20/+0 |
| 2019-07-26 | rustc: Stabilize options for pipelined compilation | Alex Crichton | -0/+3 |
| 2019-07-26 | `run_quiet` outputs stdout/stderr when things go wrong. | Giles Cope | -1/+1 |
| 2019-07-15 | ci: Remove Travis/AppVeyor configuration | Alex Crichton | -15/+0 |
| 2019-07-06 | Add linkcheck command to rustbook tool | André Luis Leal Cardoso Junior | -1/+25 |
| 2019-07-06 | add ./x.py test src/doc/rustc-guide | André Luis Leal Cardoso Junior | -0/+1 |
| 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 |