| Age | Commit message (Expand) | Author | Lines |
| 2023-07-13 | Auto merge of #113637 - Mark-Simulacrum:bootstrap-bump, r=ozkanonur | bors | -1/+4 |
| 2023-07-12 | Re-format let-else per rustfmt update | Mark Rousskov | -1/+4 |
| 2023-07-11 | Support build-pass in codegen tests | Jubilee Young | -12/+13 |
| 2023-07-09 | Auto merge of #113306 - tgross35:debuginfo-better-output, r=Mark-Simulacrum | bors | -108/+131 |
| 2023-07-06 | Rollup merge of #113246 - mirkootter:fix-compiletest-crash, r=pietroalbini | Matthias Krüger | -1/+1 |
| 2023-07-06 | Rollup merge of #112295 - ForrestOfBarnes:tests-listing-format-json-windows-f... | Matthias Krüger | -1/+4 |
| 2023-07-04 | Update debuginfo test runner to provide more useful output | Trevor Gross | -108/+131 |
| 2023-07-03 | Remove compare mode | Michael Goulet | -4/+0 |
| 2023-07-01 | fix compiletest crash | Jan-Mirko Otter | -1/+1 |
| 2023-07-01 | Rollup merge of #113189 - Zalathar:trim-end, r=ozkanonur | Matthias Krüger | -1/+1 |
| 2023-06-30 | fix loading target specs in compiletest not working with custom targets | Pietro Albini | -1/+13 |
| 2023-06-30 | compiletest: Only trim the end of process output | Zalathar | -1/+1 |
| 2023-06-28 | Remove the old `coverage-reports` and `coverage` directories | Zalathar | -1/+1 |
| 2023-06-28 | Re-bless the newly-migrated tests | Zalathar | -12/+0 |
| 2023-06-28 | Migrate the remaining `run-make/coverage-reports` tests over to `run-coverage` | Zalathar | -0/+12 |
| 2023-06-28 | Expand `run-coverage` to support the remaining `coverage-reports` tests | Zalathar | -3/+115 |
| 2023-06-28 | Add a custom `run-coverage` mode to compiletest | Zalathar | -3/+232 |
| 2023-06-28 | Move the `RUSTC_PROFILER_SUPPORT` check into `CachedNeedsConditions` | Zalathar | -1/+3 |
| 2023-06-28 | Remember whether `failure-status` was explicitly specified | Zalathar | -8/+5 |
| 2023-06-28 | Introduce `exec_compiled_test_general` | Zalathar | -1/+12 |
| 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 |