about summary refs log tree commit diff
path: root/tests/run-make/short-ice
AgeCommit message (Collapse)AuthorLines
2023-07-20Fix `dump-ice-to-disk` and `short-ice` tests when librustc-driver is ↵Raoul Strackx-0/+1
dynamically linked
2023-07-19On nightly, dump ICE backtraces to diskEsteban 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-11typeck in parallelSparrowLii-2/+2
2023-05-17Fix #107910, Shorten backtraces in ICEsyukang-0/+52