1
Fork 0
rust/compiler/rustc_query_system/src/query
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
..
caches.rs Split {Idx, IndexVec, IndexSlice} into their own modules 2023-04-24 13:53:35 +00:00
config.rs Use dynamic dispatch for queries 2023-04-30 09:48:47 +02:00
job.rs On nightly, dump ICE backtraces to disk 2023-07-19 14:10:07 +00:00
mod.rs Use dynamic dispatch for queries 2023-04-30 09:48:47 +02:00
plumbing.rs Remove a redundant argument 2023-07-05 07:30:28 +00:00
README.md mv compiler to compiler/ 2020-08-30 18:45:07 +03:00

For more information about how the query system works, see the rustc dev guide.