| Age | Commit message (Expand) | Author | Lines |
| 2023-04-17 | add support for `// unset-exec-env` in compiletest | Pietro Albini | -4/+32 |
| 2023-04-17 | treat the dev channel as nightly in compiletest | Pietro Albini | -1/+5 |
| 2023-04-11 | Rollup merge of #110018 - jfgoog:host-and-target-linker, r=wesleywiser | Michael Goulet | -7/+16 |
| 2023-04-10 | Rollup merge of #110115 - jyn514:remap-path-prefix-ci, r=compiler-errors | Dylan DPC | -2/+7 |
| 2023-04-09 | Rollup merge of #110114 - jyn514:wasm-errors, r=compiler-errors | Matthias Krüger | -2/+2 |
| 2023-04-09 | Auto merge of #109751 - bzEq:aix-gmake, r=Mark-Simulacrum | bors | -0/+1 |
| 2023-04-09 | compiletest: Use remap-path-prefix only in CI | Joshua Nelson | -2/+7 |
| 2023-04-09 | compiletest: Give a better error message if `node` isn't installed | Joshua Nelson | -2/+2 |
| 2023-04-06 | Pass host linker to compiletest. | James Farrell | -7/+16 |
| 2023-04-06 | Rollup merge of #110004 - SparrowLii:failure_status, r=oli-obk | Matthias Krüger | -1/+13 |
| 2023-04-06 | add `dont_check_failure_status` option in the compiler test | SparrowLii | -1/+13 |
| 2023-04-05 | Auto merge of #108905 - ferrocene:pa-compiletest-ignore, r=ehuss | bors | -332/+636 |
| 2023-04-03 | restore check for both target os and env | Pietro Albini | -0/+15 |
| 2023-04-03 | add support for ignore-gdb-version | Pietro Albini | -0/+6 |
| 2023-04-03 | add support for ignore-llvm-version | Pietro Albini | -7/+15 |
| 2023-04-03 | fix remaining tests | Pietro Albini | -13/+21 |
| 2023-04-03 | properly match multiple families | Pietro Albini | -25/+39 |
| 2023-04-03 | migrate existing behavior of matches_arch | Pietro Albini | -1/+12 |
| 2023-04-03 | allow some out of tree archs | Pietro Albini | -1/+14 |
| 2023-04-03 | reduce allocations when validating cfgs | Pietro Albini | -20/+47 |
| 2023-04-03 | move cfg handling into its own module | Pietro Albini | -231/+239 |
| 2023-04-03 | handle "ignore-" and "only-" | Pietro Albini | -0/+6 |
| 2023-04-03 | avoid cloning the whole compiletest configuration for every test | Pietro Albini | -31/+50 |
| 2023-04-03 | use --print=all-target-specs-json for stage1+ | Pietro Albini | -20/+33 |
| 2023-04-03 | use target specs rather than --print=cfg to discover targets | Pietro Albini | -49/+29 |
| 2023-04-03 | reduce boilerplate with common enums | Pietro Albini | -146/+76 |
| 2023-04-03 | validate ignore-FOO/only-FOO directives and output only-FOO reasoning | Pietro Albini | -38/+178 |
| 2023-04-03 | include pretty reason why ignore-FOO matched | Pietro Albini | -73/+141 |
| 2023-04-03 | include eventual comment in the compiletest ignore reason | Pietro Albini | -17/+55 |
| 2023-04-03 | Rollup merge of #109526 - bzEq:aix-libpath, r=Mark-Simulacrum | Matthias Krüger | -0/+2 |
| 2023-03-30 | Rollup merge of #109509 - ehuss:overlapping-tests, r=Mark-Simulacrum | Yuki Okushi | -2/+35 |
| 2023-03-30 | AIX uses gmake for GNU style Makefile | Kai Luo | -0/+1 |
| 2023-03-29 | Use LIBPATH in compiletest | Kai Luo | -0/+2 |
| 2023-03-27 | Rollup merge of #109445 - Teapot4195:issue-109407-fix, r=ozkanonur | Guillaume Gomez | -4/+13 |
| 2023-03-26 | Allow passing the --nocapture flag to compiletest | Alex Huang | -4/+13 |
| 2023-03-23 | Add a check to ensure tests with overlapping prefixes aren't added. | Eric Huss | -2/+35 |
| 2023-03-22 | Use -m option instead of looking for a cross-compiling version of dlltool | Daniel Paoliello | -0/+15 |
| 2023-03-21 | Auto merge of #108659 - ferrocene:pa-test-metrics, r=Mark-Simulacrum | bors | -6/+12 |
| 2023-03-20 | migrate compiler, bootstrap, and compiletest to windows-rs | Andy Russell | -5/+14 |
| 2023-03-20 | Auto merge of #108148 - parthopdas:master, r=oli-obk | bors | -0/+10 |
| 2023-03-19 | Rollup merge of #105793 - lukas-code:circular-deps, r=Mark-Simulacrum | Dylan DPC | -15/+35 |
| 2023-03-15 | Implementing "<test_binary> --list --format json" #107307 #49359 | Partha P. Das | -0/+10 |
| 2023-03-06 | Append to PYTHONPATH in compiletest | clubby789 | -2/+12 |
| 2023-03-05 | Add cpass to incremental tests | Lukas Markeffsky | -15/+35 |
| 2023-03-03 | change approach to prevent interleaving compiletest message | Pietro Albini | -1/+1 |
| 2023-03-02 | add the --json flag to compiletest | Pietro Albini | -5/+11 |
| 2023-03-01 | Highlight whole expression for E0599 | clubby789 | -6/+7 |
| 2023-02-21 | Rollup merge of #108313 - chenyukang:yukang/fix-only-modified, r=oli-obk | Matthias Krüger | -1/+2 |
| 2023-02-21 | replace lazy_static with once_cell | klensy | -44/+37 |
| 2023-02-21 | Fix compiletest crash when test file path does not exist | yukang | -1/+2 |