| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 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 | |
