| Age | Commit message (Expand) | Author | Lines |
| 2025-06-29 | Rollup merge of #142214 - Kivooeo:tf9, r=jieyouxu | Guillaume Gomez | -0/+17 |
| 2025-06-28 | cleaned up some tests | Kivooeo | -0/+17 |
| 2025-06-08 | cleaned up some tests | Kivooeo | -0/+24 |
| 2025-04-28 | Remove backticks from `ShouldPanic::YesWithMessage`'s `TrFailedMsg` | Lieselotte | -3/+3 |
| 2025-04-14 | Adjust test directives | xizheyin | -33/+23 |
| 2025-04-14 | Report span of test when should_panic test failed | xizheyin | -0/+101 |
| 2025-04-03 | compiletest: Require `//~` annotations even if `error-pattern` is specified | Vadim Petrochenkov | -1/+2 |
| 2025-03-14 | Do not suggest using `-Zmacro-backtrace` for builtin macros | Esteban Küber | -3/+0 |
| 2025-02-21 | More sophisticated span trimming | Michael Goulet | -1/+1 |
| 2025-02-14 | Trim suggestion parts to the subset that is purely additive | Michael Goulet | -1/+1 |
| 2025-02-14 | Consider add-prefix replacements too | Michael Goulet | -3/+2 |
| 2025-02-10 | Show diff suggestion format on verbose replacement | Esteban Küber | -29/+45 |
| 2025-02-03 | tests: remove redundant `//@ ignore-{wasm,wasm32,emscripten}` | 许杰友 Jieyou Xu (Joe) | -9/+3 |
| 2025-01-23 | tests: use `needs-threads` instead of `ignore-emscripten` | 许杰友 Jieyou Xu (Joe) | -3/+3 |
| 2025-01-23 | tests: use `needs-subprocess` instead of `ignore-{wasm32,emscripten,sgx}` | 许杰友 Jieyou Xu (Joe) | -8/+9 |
| 2025-01-21 | remove support for the #[start] attribute | Ralf Jung | -7/+0 |
| 2025-01-01 | Try to write the panic message with a single `write_all` call | John Kåre Alsaker | -0/+8 |
| 2024-12-27 | Remove the `-test` suffix from normalize directives | Zalathar | -10/+10 |
| 2024-07-15 | Update name of Windows abort constant to match platform documentation | Charles Celerier | -2/+0 |
| 2024-07-15 | Add match arm for Fuchsia status code upon an abort in a test | Charles Celerier | -3/+3 |
| 2024-07-11 | Always use a colon in `//@ normalize-*:` headers | Zalathar | -8/+8 |
| 2024-07-09 | Ignore fuchsia tests implicitly relying on a signal upon abort | Charles Celerier | -3/+5 |
| 2024-03-11 | Update test directives for `wasm32-wasip1` | Alex Crichton | -28/+0 |
| 2024-03-07 | Rollup merge of #122109 - alexcrichton:compiletests-needs-threads, r=workingj... | Matthias Krüger | -2/+2 |
| 2024-03-06 | compiletest: Add a `//@ needs-threads` directive | Alex Crichton | -2/+2 |
| 2024-03-04 | libtest: Print the names of failed tests eagerly | jyn | -0/+156 |
| 2024-02-16 | [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives | 许杰友 Jieyou Xu (Joe) | -148/+148 |
| 2024-02-01 | Ignore test-panic-abort tests on Android | Tyler Mandry | -3/+5 |
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -5/+5 |
| 2023-09-01 | Auto merge of #113126 - Bryanskiy:delete_old, r=petrochenkov | bors | -1/+1 |
| 2023-08-15 | Cleaner assert_eq! & assert_ne! panic messages | Yuri Astrakhan | -9/+9 |
| 2023-08-02 | Replace old private-in-public diagnostic with type privacy lints | Bryanskiy | -1/+1 |
| 2023-07-29 | Change default panic handler message format. | Mara Bos | -8/+13 |
| 2023-07-01 | Auto merge of #111992 - ferrocene:pa-panic-abort-tests-bench, r=m-ou-se | bors | -4/+14 |
| 2023-06-23 | Rollup merge of #112616 - ferrocene:pa-more-test-suite-fixes, r=Nilstrieb | Matthias Krüger | -2/+2 |
| 2023-06-21 | remove needs-unwind attr for test with -Zpanic-abort-tests | Pietro Albini | -1/+0 |
| 2023-06-14 | mark relevant tests as requiring unwinding | Pietro Albini | -0/+1 |
| 2023-06-14 | ensure test harness test works on panic=abort targets | Pietro Albini | -1/+1 |
| 2023-06-07 | Add test for test function signature verification. | Lukas Markeffsky | -0/+70 |
| 2023-05-26 | Revert "Adjusting test to needs-unwind, with linking issue" | Pietro Albini | -1/+1 |
| 2023-05-26 | add tests on running benchmarks with -Z panic-abort-tests | Pietro Albini | -3/+13 |
| 2023-05-24 | libtest: Improve error when missing `-Zunstable-options` | jyn | -1/+1 |
| 2023-05-08 | Move tests | Caio | -0/+66 |
| 2023-05-02 | Add needs-unwind annotations to tests that need stack unwinding | bjorn3 | -0/+1 |
| 2023-04-28 | bless line changes in tests-listing-format-json.run.stdout | Josh Stone | -3/+3 |
| 2023-04-21 | update tests for the test harness's json formatting | Pietro Albini | -0/+1 |
| 2023-04-07 | fix: ensure bad `#[test]` invocs retain correct AST | Ezra Shaw | -32/+57 |
| 2023-03-20 | Rollup merge of #109301 - Ezrashaw:fix-ctf-ice, r=Nilstrieb | Matthias Krüger | -0/+25 |
| 2023-03-19 | fix: fix ICE in `custom-test-frameworks` feature | Ezra Shaw | -0/+25 |
| 2023-03-15 | Implementing "<test_binary> --list --format json" #107307 #49359 | Partha P. Das | -0/+88 |