| Age | Commit message (Expand) | Author | Lines |
| 2025-06-17 | Add a missing colon at the end of the expected panic message in location-deta... | Daniel Paoliello | -1/+1 |
| 2025-06-05 | cleaned up some tests | Kivooeo | -0/+51 |
| 2025-05-24 | Disable test on android because it doesn't have backtraces. | Kyle Huey | -1/+2 |
| 2025-05-22 | Use the fn_span when emitting function calls for better debug info. | Kyle Huey | -0/+11 |
| 2025-05-04 | compiletest: Support matching on non-json lines in compiler output | Vadim Petrochenkov | -4/+5 |
| 2025-04-29 | Move tests from /ui directory | mejrs | -0/+15 |
| 2025-04-03 | compiletest: Require `//~` annotations even if `error-pattern` is specified | Vadim Petrochenkov | -1/+1 |
| 2025-02-03 | tests: remove redundant `//@ ignore-{wasm,wasm32,emscripten}` | 许杰友 Jieyou Xu (Joe) | -9/+4 |
| 2025-01-23 | tests: use `needs-threads` instead of `ignore-emscripten` | 许杰友 Jieyou Xu (Joe) | -5/+5 |
| 2025-01-23 | tests: use `needs-subprocess` instead of `ignore-{wasm32,emscripten,sgx}` | 许杰友 Jieyou Xu (Joe) | -31/+30 |
| 2025-01-01 | Try to write the panic message with a single `write_all` call | John Kåre Alsaker | -0/+16 |
| 2024-12-31 | chore: fix some typos | peicuiping | -1/+1 |
| 2024-12-27 | Remove the `-test` suffix from normalize directives | Zalathar | -28/+28 |
| 2024-12-26 | Rollup merge of #134781 - Zalathar:backtrace, r=SparrowLii,jieyouxu | Guillaume Gomez | -4/+12 |
| 2024-12-26 | Add more `begin_panic` normalizations to panic backtrace tests | Zalathar | -4/+12 |
| 2024-12-25 | fix default-backtrace-ice test | jyn | -1/+3 |
| 2024-11-30 | bless tests for changed library path | Ralf Jung | -2/+2 |
| 2024-11-28 | Share inline(never) generics across crates | Mark Rousskov | -26/+26 |
| 2024-09-27 | Add and adapt tests | Gary Guo | -1/+11 |
| 2024-08-02 | Bless tests | bjorn3 | -2/+2 |
| 2024-07-11 | Always use a colon in `//@ normalize-*:` headers | Zalathar | -6/+6 |
| 2024-06-19 | Remove c_unwind from tests and fix tests | Gary Guo | -3/+1 |
| 2024-04-09 | tests: bless ui and rustdoc-ui tests for ICE messages | 许杰友 Jieyou Xu (Joe) | -0/+2 |
| 2024-03-24 | panic-in-panic-hook: formatting a message that's just a string is risk-free | Ralf Jung | -0/+1 |
| 2024-03-23 | add panic location to 'panicked while processing panic' | Ralf Jung | -0/+27 |
| 2024-03-12 | Auto merge of #122036 - alexcrichton:test-wasm-with-wasi, r=oli-obk | bors | -9/+7 |
| 2024-03-11 | Update test directives for `wasm32-wasip1` | Alex Crichton | -9/+7 |
| 2024-03-10 | Ignore tests w/ current/next revisions from compare-mode=next-solver | Michael Goulet | -0/+1 |
| 2024-03-07 | Rollup merge of #121089 - oli-obk:create_def_feed, r=petrochenkov | Guillaume Gomez | -1/+1 |
| 2024-03-06 | compiletest: Add a `//@ needs-threads` directive | Alex Crichton | -4/+3 |
| 2024-03-05 | Avoid using feed_unit_query from within queries | Oli Scherer | -1/+1 |
| 2024-02-16 | [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives | 许杰友 Jieyou Xu (Joe) | -241/+241 |
| 2024-01-11 | Use the right level with `-Ztreat-err-as-bug`. | Nicholas Nethercote | -1/+1 |
| 2023-12-14 | update use of feature flags | lcnr | -1/+1 |
| 2023-09-29 | mark relevant tests as requiring unwinding | Pietro Albini | -2/+4 |
| 2023-08-27 | avoid triple-backtrace due to panic-during-cleanup | Ralf Jung | -6/+7 |
| 2023-08-25 | keep trying which flags we need for this test until it passes bors | Ralf Jung | -5/+10 |
| 2023-08-24 | add tests for both kinds of unwind-terminate messages | Ralf Jung | -0/+51 |
| 2023-08-01 | Auto merge of #112849 - m-ou-se:panic-message-format, r=thomcc | bors | -22/+45 |
| 2023-07-29 | print omitted frames count for short backtrace mode | yukang | -0/+3 |
| 2023-07-29 | Change default panic handler message format. | Mara Bos | -22/+45 |
| 2023-07-11 | Structurally resolve in pattern matching when peeling refs in new solver | Michael Goulet | -0/+2 |
| 2023-05-27 | Rework handling of recursive panics | Amanieu d'Antras | -0/+24 |
| 2023-05-17 | Fix #107910, Shorten backtraces in ICEs | yukang | -0/+143 |
| 2023-05-05 | Improve filtering in `default-backtrace-ice.rs`. | Nicholas Nethercote | -1/+18 |
| 2023-04-25 | test that we format the panic message only once | Lukas Markeffsky | -0/+24 |
| 2023-04-15 | Add some reasons why tests are ignored. | Eric Huss | -1/+1 |
| 2023-02-20 | Move the resolver into a query | Oli Scherer | -0/+1 |
| 2023-02-07 | Tweak ICE message | Esteban Küber | -3/+1 |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+873 |