rust/compiler/rustc_driver_impl/src
Esteban Küber 8eb5843a59 On nightly, dump ICE backtraces to disk
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-19 14:10:07 +00:00
..
args.rs Provide more context for rustc +nightly -Zunstable-options on stable 2023-06-27 23:23:33 +08:00
lib.rs On nightly, dump ICE backtraces to disk 2023-07-19 14:10:07 +00:00
pretty.rs Write to stdout if - is given as output file 2023-06-06 17:53:29 -04:00
print.rs Fix ICE on --print=... i/o errors 2023-04-25 08:17:18 -07:00
session_diagnostics.rs On nightly, dump ICE backtraces to disk 2023-07-19 14:10:07 +00:00