| Age | Commit message (Expand) | Author | Lines |
| 2023-06-28 | Extract a common function for setting up environment vars | Zalathar | -13/+12 |
| 2023-06-20 | add support for needs-dynamic-linking | Pietro Albini | -0/+5 |
| 2023-06-20 | avoid dynamic linking on targets that do not support dynamic linking | Pietro Albini | -1/+3 |
| 2023-06-20 | merge target spec and --print=cfg for compiletest target info | Pietro Albini | -64/+24 |
| 2023-06-18 | Fixes tests/ui/test-attrs/tests-listing-format-json.rs on Windows | ForrestOfBarnes | -1/+4 |
| 2023-06-17 | Rollup merge of #112435 - antoyo:allow-overwrite-sysroot, r=Mark-Simulacrum | Matthias Krüger | -1/+3 |
| 2023-06-15 | Remove comments from mir-opt MIR dumps | Ben Kimock | -1/+0 |
| 2023-06-12 | add way to split mir-opt into panic=abort and panic=unwind | Pietro Albini | -9/+19 |
| 2023-06-08 | Allow overwriting the sysroot compile flag via --rustc-args | Antoni Boucher | -1/+3 |
| 2023-06-06 | Make TraitEngine::new use the right solver, add compare mode | Michael Goulet | -0/+4 |
| 2023-05-31 | Rollup merge of #111975 - jyn514:normalization, r=cjgillot | Matthias Krüger | -29/+18 |
| 2023-05-28 | Auto merge of #111813 - scottmcm:pretty-mir, r=cjgillot | bors | -1/+4 |
| 2023-05-28 | Auto merge of #112000 - wesleywiser:safestack, r=Amanieu | bors | -0/+9 |
| 2023-05-27 | Auto merge of #111348 - ozkanonur:remove-hardcoded-rustdoc-flags, r=albertlar... | bors | -1136/+1148 |
| 2023-05-26 | Add SafeStack support to rustc | Wesley Wiser | -0/+9 |
| 2023-05-26 | Stop normalizing so many different prefixes | jyn | -29/+18 |
| 2023-05-21 | Normalize block and local orders in mir-opt tests | Scott McMurray | -1/+4 |
| 2023-05-20 | derive `Default` trait for `compiletest::common::Config` | ozkanonur | -1/+7 |
| 2023-05-18 | Rollup merge of #111561 - dtolnay:compiletestdirexists, r=Mark-Simulacrum | Dylan DPC | -1/+7 |
| 2023-05-16 | add lib module to `src/tool/compiletest` | ozkanonur | -1135/+1141 |
| 2023-05-16 | Auto merge of #111472 - djkoloski:compiletest_cfg_current_target, r=compiler-... | bors | -5/+84 |
| 2023-05-14 | Include better context for "already exists" error in compiletest | David Tolnay | -1/+7 |
| 2023-05-11 | Get current target config from` --print=cfg` | David Koloski | -5/+84 |
| 2023-05-09 | bump windows crate 0.46 -> 0.48 in workspace | klensy | -1/+1 |
| 2023-05-06 | Rollup merge of #111251 - mj10021:issue-109502-follow-up, r=oli-obk | Yuki Okushi | -13/+21 |
| 2023-05-06 | Rollup merge of #109677 - dpaoliello:rawdylib, r=michaelwoerister,wesleywiser | Yuki Okushi | -5/+31 |
| 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 |