| Age | Commit message (Expand) | Author | Lines |
| 2021-02-02 | Rollup merge of #81455 - Amanieu:aarch64_ilp32, r=sanxiyn | Jack Huey | -1/+5 |
| 2021-01-29 | Rollup merge of #79570 - alexcrichton:split-debuginfo, r=bjorn3 | Yuki Okushi | -2/+2 |
| 2021-01-28 | rustc: Stabilize `-Zrun-dsymutil` as `-Csplit-debuginfo` | Alex Crichton | -2/+2 |
| 2021-01-28 | Rollup merge of #81428 - phansch:compiletest-tests, r=Mark-Simulacrum | Yuki Okushi | -1/+20 |
| 2021-01-27 | Support AArch64 big-endian and ILP32 in compiletest | Amanieu d'Antras | -1/+5 |
| 2021-01-27 | compiletest: Add two more unit tests | Philipp Hansch | -1/+20 |
| 2021-01-19 | No longer require unstable for jsondocck, only build it for json tests | Rune Tynan | -4/+4 |
| 2021-01-19 | Address review v2 | Rune Tynan | -1/+0 |
| 2021-01-19 | Add jsondocck tool, and use it for rustdoc JSON | Rune Tynan | -11/+18 |
| 2020-12-31 | Merge remote-tracking branch 'origin/master' into frewsxcv-san | Corey Farwell | -39/+50 |
| 2020-12-29 | Remove `compile-fail` test suite | Vadim Petrochenkov | -22/+10 |
| 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-09 | Enable ASan, TSan, UBSan for aarch64-apple-darwin. | Corey Farwell | -2/+8 |
| 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 |