| Age | Commit message (Expand) | Author | Lines |
| 2022-05-22 | Disallow non-same compare-mode-nll | Jack Huey | -18/+44 |
| 2022-05-13 | Auto merge of #96493 - chbaker0:issue-96342-fix, r=Mark-Simulacrum | bors | -1/+9 |
| 2022-05-12 | compiletest: normalize paths from repository root | David Wood | -10/+9 |
| 2022-05-10 | Add test skip support | Collin Baker | -1/+9 |
| 2022-04-28 | extract code to detect files related to a test into a different function | Pietro Albini | -11/+35 |
| 2022-04-27 | compiletest: add support for unused extern notifications | Jeremy Fitzhardinge | -0/+11 |
| 2022-04-25 | Rollup merge of #96090 - JakobDegen:mir-tests, r=nagisa | Matthias Krüger | -1/+12 |
| 2022-04-19 | compiletest: combine `--*-python` args | Alec Goncharow | -16/+10 |
| 2022-04-16 | Add support for MIR opt unit tests | Jakob Degen | -1/+12 |
| 2022-04-11 | Auto merge of #94243 - compiler-errors:compiler-flags-typo, r=Mark-Simulacrum | bors | -0/+5 |
| 2022-04-07 | Auto merge of #95678 - pietroalbini:pa-1.62.0-bootstrap, r=Mark-Simulacrum | bors | -3/+1 |
| 2022-04-05 | trivial cfg(bootstrap) changes | Pietro Albini | -3/+1 |
| 2022-03-26 | Print the full relative path to failed tests | Joshua Nelson | -6/+4 |
| 2022-03-18 | Re-enable parallel debuginfo tests | Tom Tromey | -5/+0 |
| 2022-03-14 | debuginfo: Refactor debuginfo generation for types -- Address review comments. | Michael Woerister | -0/+2 |
| 2022-03-14 | debuginfo: Refactor debuginfo generation for types -- Run x.py fmt | Michael Woerister | -35/+7 |
| 2022-03-14 | compiletest: Don't update PDB files of test cases in-place. | Michael Woerister | -9/+48 |
| 2022-03-03 | bootstrap: correct reading of flags for llvm | Jon Gjengset | -2/+13 |
| 2022-02-25 | Switch bootstrap cfgs | Mark Rousskov | -2/+0 |
| 2022-02-24 | Include ignore message in libtest output | Antonio Yang | -0/+4 |
| 2022-02-21 | reject compiler-flags as a compiletest attribute | Michael Goulet | -0/+5 |
| 2022-02-20 | compiletest: Print process output info with less whitespace | Nixon Enraght-Moony | -15/+19 |
| 2022-02-18 | Rollup merge of #93953 - jackh726:known_bug, r=Mark-Simulacrum | Matthias Krüger | -221/+186 |
| 2022-02-16 | MemTagSanitizer Support | Ivan Lozano | -0/+5 |
| 2022-02-14 | Don't allow error annotations in known-bug tests | Jack Huey | -7/+11 |
| 2022-02-12 | Cleanup header parsing by extracting common logic | Jack Huey | -229/+168 |
| 2022-02-12 | Add the known-bug compiletest prop | Jack Huey | -1/+23 |
| 2022-02-07 | Rollup merge of #93416 - name1e5s:chore/remove_allow_fail, r=m-ou-se | Mara Bos | -1/+2 |
| 2022-02-04 | Rollup merge of #93508 - CraftSpider:jsondocck-runtest-output, r=Mark-Simulacrum | Matthias Krüger | -5/+12 |
| 2022-02-01 | Add rustdoc info to jsondocck output | Rune Tynan | -5/+12 |
| 2022-01-28 | add allow_fail field in TestDesc to pass check | yuhaixin.hx | -0/+2 |
| 2022-01-28 | remove allow_fail test flag | yuhaixin.hx | -1/+0 |
| 2022-01-21 | Auto merge of #92363 - the8472:less-compiletest-normalization, r=Mark-Simulacrum | bors | -65/+32 |
| 2022-01-21 | use lazy_static to compile `Regex::new` instances once instead on each test | The 8472 | -31/+32 |
| 2022-01-21 | Override rustc version in ui and mir-opt tests to get stable hashes | The 8472 | -34/+0 |
| 2022-01-19 | Support --bless for pp-exact pretty printer tests | David Tolnay | -1/+13 |
| 2021-12-29 | Auto merge of #92309 - ehuss:remove-check_lines, r=Mark-Simulacrum | bors | -11/+0 |
| 2021-12-26 | compiletest: Remove some vestigial code | Eric Huss | -11/+0 |
| 2021-12-22 | Upgrade `tracing-subscriber` | pierwill | -1/+1 |
| 2021-12-13 | Add run-make-fulldeps test | pierwill | -0/+13 |
| 2021-12-13 | Include rustc version in `rustc_span::StableCrateId` | pierwill | -0/+53 |
| 2021-12-05 | Rollup merge of #91535 - Aaron1011:stabilize-future-incompat, r=nagisa | Matthias Krüger | -1/+2 |
| 2021-12-04 | Stabilize `-Z emit-future-incompat` as `--json future-incompat` | Aaron Hill | -1/+2 |
| 2021-12-04 | Rollup merge of #91209 - camelid:snapshot, r=jyn514 | Matthias Krüger | -6/+6 |
| 2021-12-01 | Implement `@snapshot` check for htmldocck | Noah Lev | -6/+6 |
| 2021-11-26 | Deny warnings in rustdoc non-UI tests | Noah Lev | -0/+2 |
| 2021-11-07 | Auto merge of #90348 - Amanieu:asm_feature_gates, r=joshtriplett | bors | -2/+4 |
| 2021-11-07 | Restrict tests that use needs-asm-support to non-experimental | Amanieu d'Antras | -2/+4 |
| 2021-11-05 | Rollup merge of #90569 - wesleywiser:fix_only_i686_tests, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2021-11-04 | Fix tests using `only-i686` to use the correct `only-x86` directive | Wesley Wiser | -1/+1 |