| Age | Commit message (Expand) | Author | Lines |
| 2023-05-05 | add fn compile_test_with_passes() | James Dietz | -13/+21 |
| 2023-05-04 | add passes to miroptfiles struct and passed to -zdump-mir args | James Dietz | -21/+66 |
| 2023-05-02 | Rollup merge of #108161 - WaffleLapkin:const_param_ty, r=BoxyUwU | Dylan DPC | -2/+5 |
| 2023-04-29 | Rollup merge of #110644 - pietroalbini:pa-json-formatting-tests, r=Mark-Simul... | Matthias Krüger | -5/+37 |
| 2023-04-28 | handle cfg(bootstrap) | Pietro Albini | -37/+5 |
| 2023-04-27 | Rollup merge of #110853 - tamird:compiletest-bpflinker-support, r=wesleywiser | Matthias Krüger | -0/+8 |
| 2023-04-27 | Fix compile test so it normalizes (un)expected error messages | Maybe Waffle | -2/+5 |
| 2023-04-26 | compiletest: add bpf-linker assembly support | Tamir Duberstein | -0/+8 |
| 2023-04-26 | compiletest: emit assembly-output header in error | Tamir Duberstein | -1/+1 |
| 2023-04-21 | add support for `// unset-exec-env` in compiletest | Pietro Albini | -4/+32 |
| 2023-04-21 | treat the dev channel as nightly in compiletest | Pietro Albini | -1/+5 |
| 2023-04-20 | Auto merge of #110444 - ferrocene:comptest-lines, r=Mark-Simulacrum | bors | -8/+68 |
| 2023-04-20 | Add compare-output-lines-by-subset flag to compiletest | Lukas Wirth | -8/+68 |
| 2023-04-20 | Allow overwriting the sysroot compile flag in compile tests | Lukas Wirth | -2/+5 |
| 2023-04-18 | Stablize raw-dylib, link_ordinal and -Cdlltool | Daniel Paoliello | -5/+31 |
| 2023-04-18 | Auto merge of #110478 - jyn514:stage1-fulldeps, r=albertlarsan68 | bors | -1/+6 |
| 2023-04-17 | Support `x test --stage 1 ui-fulldeps` | jyn | -1/+6 |
| 2023-04-16 | Add needs-git-hash header to compiletest | Erik Hofmayer | -0/+20 |
| 2023-04-15 | Auto merge of #110319 - ferrocene:pa-more-ignore-reasons, r=ehuss | bors | -187/+458 |
| 2023-04-14 | mark needs-llvm-components as being handled elsewhere | Pietro Albini | -0/+5 |
| 2023-04-14 | use a shared headers cache | Pietro Albini | -9/+28 |
| 2023-04-14 | add line numbers to error messages | Pietro Albini | -6/+8 |
| 2023-04-14 | show all invalid directives errors rather than just the first one | Pietro Albini | -5/+36 |
| 2023-04-14 | refactor ignore- and only- to use decisions | Pietro Albini | -53/+50 |
| 2023-04-14 | rename rust-lldb to needs-rust-lldb for consistency | Pietro Albini | -9/+6 |
| 2023-04-14 | refactor needs, validate them, and add ignore reasons | Pietro Albini | -104/+250 |
| 2023-04-14 | add pretty ignore reasons for llvm, cdb, gdb and lldb | Pietro Albini | -33/+107 |
| 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 |