1
Fork 0
rust/compiler/rustc_query_system/src/query
Oli Scherer 7ba82d61eb Use a dedicated type instead of a reference for the diagnostic context
This paves the way for tracking more state (e.g. error tainting) in the diagnostic context handle
2024-06-18 15:42:11 +00:00
..
caches.rs Remove sharding for VecCache 2024-04-06 10:49:31 -04:00
config.rs Value recovery can take the whole CycleError 2024-01-08 20:30:10 +00:00
job.rs Use a dedicated type instead of a reference for the diagnostic context 2024-06-18 15:42:11 +00:00
mod.rs Remove extern crate rustc_macros from numerous crates. 2024-04-29 10:21:54 +10:00
plumbing.rs Remove extern crate tracing from numerous crates. 2024-04-30 16:47:49 +10:00
README.md

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