| Age | Commit message (Expand) | Author | Lines |
| 2022-03-14 | bootstrap: correct reading of flags for llvm | Jon Gjengset | -2/+13 |
| 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 |
| 2021-11-03 | Clean up some `-Z unstable-options` in tests. | Eric Huss | -6/+0 |
| 2021-10-20 | Add edition configuration to compiletest | Andre Bogus | -1/+12 |
| 2021-10-17 | Remove dead code from `compiletest::json` | pierwill | -2/+0 |
| 2021-10-09 | Simplified 3 ifs found by clippy. | Nicholas-Baron | -12/+10 |
| 2021-10-09 | Simplified two printlns picked out by clippy | Nicholas-Baron | -2/+2 |
| 2021-10-09 | Move check_debugger_output to the debugger module | Nicholas-Baron | -64/+69 |
| 2021-10-09 | Move DebuggerCommands to its own file | Nicholas-Baron | -48/+71 |
| 2021-10-08 | Move read2_abbreviated function into read2.rs | Nicholas-Baron | -70/+73 |
| 2021-10-07 | Rollup merge of #89082 - smoelius:master, r=kennytm | Jubilee | -0/+2 |
| 2021-10-03 | Make write_rustdoc_diff a more generic function | Nicholas-Baron | -8/+21 |
| 2021-10-03 | Extract a portion of diff writing code to separate function | Nicholas-Baron | -38/+50 |
| 2021-10-02 | Move items related to computing diffs to a separate file | Nicholas-Baron | -106/+109 |
| 2021-09-29 | Implement #85440 | Samuel E. Moelius III | -0/+2 |
| 2021-09-23 | Support incremental in compiletest for non-incremental modes. | Eric Huss | -32/+56 |
| 2021-09-22 | Rollup merge of #89170 - rusticstuff:aarch64_macos_disable_leak_sanitizer, r=... | the8472 | -1/+2 |
| 2021-09-22 | Disable the leak sanitizer on Macos aarch64 for now. | Hans Kratz | -1/+2 |
| 2021-09-20 | Migrate to 2021 | Mark Rousskov | -1/+1 |
| 2021-09-17 | compiletest: Add m68k to ARCH_TABLE | John Paul Adrian Glaubitz | -0/+1 |
| 2021-08-26 | compiletest: allow `.` in remote test paths (can arise from revisions). | Eduard-Mihai Burtescu | -1/+1 |
| 2021-08-22 | Fix typos “a”→“an” | Frank Steffahn | -1/+1 |
| 2021-08-03 | Add x.py option to --force-rerun compiletest tests | Smitty | -7/+15 |