| Age | Commit message (Expand) | Author | Lines |
| 2025-10-02 | implement range support in `//@ edition` | Pietro Albini | -14/+270 |
| 2025-10-02 | Forbid `//@ compile-flags: -Cincremental=` in tests | Zalathar | -1/+9 |
| 2025-09-30 | Pass around `DirectiveLine` instead of bare strings | Zalathar | -145/+107 |
| 2025-09-30 | Remove `parse_negative_name_directive` | Zalathar | -16/+2 |
| 2025-09-30 | Split off a separate name/value parser for debuginfo test commands | Zalathar | -16/+19 |
| 2025-09-29 | Rollup merge of #146929 - Zalathar:capture, r=Kobzol,jieyouxu | Stuart Cook | -66/+10 |
| 2025-09-28 | Remove old-output-capture from compiletest | Zalathar | -66/+10 |
| 2025-09-27 | Use `PanicHookInfo::payload_as_str` now that it's stable in beta | Zalathar | -14/+1 |
| 2025-09-24 | Rollup merge of #146969 - RalfJung:maybe-null-errors, r=oli-obk | Matthias Krüger | -1/+1 |
| 2025-09-24 | const validation: better error for maybe-null references | Ralf Jung | -1/+1 |
| 2025-09-23 | Rollup merge of #146731 - Muscraft:svg-test-terminal-url, r=jdonszelmann | Matthias Krüger | -1/+1 |
| 2025-09-21 | Add panic=immediate-abort | Ben Kimock | -7/+35 |
| 2025-09-19 | chore(compiletest): Use newest anstyle-svg version | Scott Schafer | -1/+1 |
| 2025-09-16 | Rollup merge of #146618 - GuillaumeGomez:backend-run-llvm-options, r=kobzol | Matthias Krüger | -5/+12 |
| 2025-09-16 | Do not run ui test if options specific to llvm are used when another codegen ... | Guillaume Gomez | -5/+12 |
| 2025-09-16 | Rollup merge of #146601 - Enselic:fix-test-args, r=Mark-Simulacrum | Stuart Cook | -3/+6 |
| 2025-09-16 | Rollup merge of #146574 - Zalathar:capture, r=jieyouxu | Stuart Cook | -1/+1 |
| 2025-09-15 | compiletest: Make `./x test --test-args ...` work again | Martin Nordholts | -3/+6 |
| 2025-09-15 | compiletest: Enable new-output-capture by default | Zalathar | -1/+1 |
| 2025-09-13 | compiletest: Fix `--exact` test filtering | Martin Nordholts | -11/+54 |
| 2025-09-05 | compiletest: implement {`run-make`,`run-make-cargo`} test suite split | Jieyou Xu | -7/+10 |
| 2025-09-04 | Rollup merge of #146119 - Zalathar:capture, r=jieyouxu | Jacob Pratt | -75/+275 |
| 2025-09-04 | Implement compiletest `--new-output-capture`, in stable Rust | Zalathar | -2/+76 |
| 2025-09-02 | compiletest: cygwin follows windows in using PATH for dynamic libraries | jeremyd2019 | -1/+1 |
| 2025-09-02 | Replace print statements in runtest with `write!` or `writeln!` | Zalathar | -60/+98 |
| 2025-09-02 | Preliminary plumbing of stdout/stderr as `&dyn ConsoleOut` | Zalathar | -8/+60 |
| 2025-09-02 | Encapsulate output-capture mode in a dedicated enum | Zalathar | -7/+43 |
| 2025-09-02 | Revert introduction of `[workspace.dependencies]`. | Nicholas Nethercote | -4/+4 |
| 2025-09-01 | Capture panic messages via a custom panic hook | Zalathar | -0/+152 |
| 2025-08-31 | Rollup merge of #144443 - WaffleLapkin:integer-target-pointer-width, r=Noratrieb | Matthias Krüger | -7/+1 |
| 2025-08-29 | Rollup merge of #145982 - Zalathar:logv, r=jieyouxu | Matthias Krüger | -83/+30 |
| 2025-08-29 | Don't print captures in `TestCx::normalize_platform_differences` | Zalathar | -7/+4 |
| 2025-08-29 | Move module `compute_diff` into `compiletest::runtest` | Zalathar | -5/+4 |
| 2025-08-29 | Change the `logv` function into a `TestCx` method. | Zalathar | -23/+19 |
| 2025-08-29 | Don't bother logging an arbitrary subset of the compiletest config | Zalathar | -48/+3 |
| 2025-08-29 | Rollup merge of #145947 - nnethercote:workspace-members-2, r=Kobzol | Stuart Cook | -3/+3 |
| 2025-08-28 | Rollup merge of #145926 - Zalathar:no-libtest, r=jieyouxu | Stuart Cook | -88/+53 |
| 2025-08-28 | Add `indexmap` to `[workspace.dependencies]`. | Nicholas Nethercote | -1/+1 |
| 2025-08-28 | Add `serde_json` to `[workspace.dependencies]`. | Nicholas Nethercote | -1/+1 |
| 2025-08-28 | Add `libc` to `[workspace.dependencies]`. | Nicholas Nethercote | -1/+1 |
| 2025-08-27 | accept integer `target-pointer-width` in compiletest | Waffle Lapkin | -7/+1 |
| 2025-08-27 | Remove several remnants of the old libtest-based executor | Zalathar | -88/+53 |
| 2025-08-27 | Rollup merge of #145885 - madsmtm:lldb-inherit-tcc, r=Kobzol | Matthias Krüger | -0/+29 |
| 2025-08-27 | Add `tracing` to `[workspace.dependencies]`. | Nicholas Nethercote | -1/+1 |
| 2025-08-26 | Inherit TCC in debuginfo tests on macOS | Mads Marquart | -0/+29 |
| 2025-08-26 | Rollup merge of #145821 - lolbinarycat:compiletest-error-show, r=clubby789 | Stuart Cook | -2/+3 |
| 2025-08-24 | compiletest: if a compiler fails outside a ui test, show its output | binarycat | -2/+3 |
| 2025-08-24 | Auto merge of #145384 - ywxt:parallel-tests, r=jieyouxu | bors | -1/+15 |
| 2025-08-21 | Rollup merge of #144541 - folkertdev:c-variadic-same-program-multiple-abis-ar... | Jacob Pratt | -0/+1 |
| 2025-08-20 | Split compiletest `--codegen-backend` into two options `--default-codegen-bac... | Guillaume Gomez | -13/+26 |