| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-06-29 | Re-disable `tests/run-make/short-ice` on Windows MSVC again | Jieyou Xu | -3/+6 | |
| 2025-06-24 | Enable short-ice for Windows | Daniel Paoliello | -4/+11 | |
| 2025-06-12 | ignore `run-make` tests that need `std` on `no_std` targets | Folkert de Vries | -0/+1 | |
| In particular, anything that includes `none` in the target tripple, and `nvptx64-nvidia-cuda` | ||||
| 2024-06-11 | Add set_backtrace_level helper function to run_make_support | Oneirical | -13/+24 | |
| 2024-06-09 | rewrite `short-ice` in `rmake` format | Oneirical | -46/+31 | |
| 2023-07-20 | Fix `dump-ice-to-disk` and `short-ice` tests when librustc-driver is ↵ | Raoul Strackx | -0/+1 | |
| dynamically linked | ||||
| 2023-07-19 | On nightly, dump ICE backtraces to disk | Esteban Küber | -1/+1 | |
| Implement rust-lang/compiler-team#578. When an ICE is encountered on nightly releases, the new rustc panic handler will also write the contents of the backtrace to disk. If any `delay_span_bug`s are encountered, their backtrace is also added to the file. The platform and rustc version will also be collected. | ||||
| 2023-07-11 | typeck in parallel | SparrowLii | -2/+2 | |
| 2023-05-17 | Fix #107910, Shorten backtraces in ICEs | yukang | -0/+52 | |
