| Age | Commit message (Expand) | Author | Lines |
| 2020-12-16 | compiletest: add split dwarf compare mode | David Wood | -0/+14 |
| 2020-12-12 | Ignore .css files in the diff | Joshua Nelson | -1/+2 |
| 2020-12-12 | If tidy isn't installed, only give one error, not many | Joshua Nelson | -19/+22 |
| 2020-12-12 | Don't abort rustdoc tests if `tidy` isn't installed | Joshua Nelson | -11/+16 |
| 2020-12-11 | Auto merge of #79349 - Nemo157:issue-79201, r=jyn514 | bors | -1/+1 |
| 2020-12-03 | Coverage tests for remaining TerminatorKinds and async, improve Assert | Rich Kadel | -2/+0 |
| 2020-12-01 | Address review comments. | Nixon Enraght-Moony | -7/+7 |
| 2020-12-01 | Add tests for rustdoc json | Nixon Enraght-Moony | -10/+62 |
| 2020-11-23 | Fix order of diff when rustdoc tests fail | Wim Looman | -1/+1 |
| 2020-11-22 | Drop support for cloudabi targets | Lzu Tao | -3/+1 |
| 2020-11-22 | Auto merge of #78752 - jyn514:html-diff, r=GuillaumeGomez | bors | -10/+146 |
| 2020-11-20 | Move from bash to rust | Joshua Nelson | -40/+33 |
| 2020-11-17 | compiletest: Fix a warning in debuginfo tests on windows-gnu | Vadim Petrochenkov | -1/+2 |
| 2020-11-14 | Use default git pager instead of hard-coding `delta` | Joshua Nelson | -9/+23 |
| 2020-11-14 | Capture stdout and stderr of diff so they'll be printed at the end | Joshua Nelson | -8/+14 |
| 2020-11-14 | Fix tests with auxiliary docs | Joshua Nelson | -3/+22 |
| 2020-11-14 | Fall back to `diff` if `delta` isn't installed | Joshua Nelson | -14/+20 |
| 2020-11-14 | Fix bugs | Joshua Nelson | -4/+5 |
| 2020-11-14 | Address review comments | Joshua Nelson | -29/+21 |
| 2020-11-14 | Give a better error when rustdoc tests fail | Joshua Nelson | -8/+113 |
| 2020-11-03 | Print a summary of which test suite failed | Mark Rousskov | -2/+35 |
| 2020-11-02 | Auto merge of #78667 - pietroalbini:lldb-unbuffered, r=Mark-Simulacrum | bors | -0/+1 |
| 2020-11-02 | compiletest: try running lldb_batchmode.py with PYTHONUNBUFFERED | Pietro Albini | -0/+1 |
| 2020-10-30 | Always pass `-Z future-incompat-report` to UI tests | Aaron Hill | -0/+1 |
| 2020-10-30 | Don't display empty future-compat report | Aaron Hill | -16/+21 |
| 2020-10-30 | Update into-iter-on-arrays test to check future-incompat-report | Aaron Hill | -11/+22 |
| 2020-10-30 | Only error on unfixed diagnostics | Aaron Hill | -1/+3 |
| 2020-10-30 | Strip out non-diagnostic lines from rustfix input | Aaron Hill | -7/+20 |
| 2020-10-30 | Print future breakage report | Aaron Hill | -6/+9 |
| 2020-10-30 | Some work | Aaron Hill | -2/+17 |
| 2020-10-29 | Add support for rustc-env and unset-rustc-env for aux-builds | Tomasz Miąsko | -0/+5 |
| 2020-10-20 | Initialize tracing subscriber in compiletest tool | Tomasz Miąsko | -2/+2 |
| 2020-10-05 | Updates to experimental coverage counter injection | Rich Kadel | -2/+12 |
| 2020-09-29 | Ensure that all LLVM components requested by tests are available on CI | Vadim Petrochenkov | -2/+5 |
| 2020-09-18 | Fix --bless for mir-opt 32/64 bit file | Nixon Enraght-Moony | -3/+4 |
| 2020-09-17 | Put bit qualifier before mir/diff | Nixon Enraght-Moony | -2/+2 |
| 2020-09-05 | compiletest: Introduce "min-cdb-version" | MaulingMonkey | -6/+51 |
| 2020-08-27 | Adds --bless support to test/run-make-fulldeps | Rich Kadel | -0/+12 |
| 2020-08-22 | compiletest: fix a couple clippy lint findings | Matthias Krüger | -72/+59 |
| 2020-08-18 | Validate the MIR of all optimizations in the mir-opt directory | Oliver Scherer | -0/+1 |
| 2020-08-15 | replaced log with tracing | Gurpreet Singh | -6/+6 |
| 2020-08-09 | Add sanitizer support on FreeBSD | Greg V | -3/+8 |
| 2020-08-07 | Auto merge of #74821 - oli-obk:const_eval_read_uninit_fast_path, r=wesleywiser | bors | -2/+13 |
| 2020-08-07 | Auto merge of #73842 - euclio:doctest-expn, r=GuillaumeGomez | bors | -2/+4 |
| 2020-08-07 | Rollup merge of #74888 - infinity0:ignore-endian-big, r=nikomatsakis | Yuki Okushi | -0/+21 |
| 2020-08-02 | Rollup merge of #75064 - petrochenkov:llvmtarg, r=Mark-Simulacrum | Manish Goregaokar | -0/+12 |
| 2020-08-02 | compiletest: Support ignoring tests requiring missing LLVM components | Vadim Petrochenkov | -0/+12 |
| 2020-08-02 | compiletest: print diff for pretty tests | David Wood | -9/+16 |
| 2020-07-31 | Move from `log` to `tracing` | Oliver Scherer | -1/+1 |
| 2020-07-31 | compiletest: ignore-endian-big, fixes #74829, fixes #74885 | Ximin Luo | -0/+21 |