rust/compiler/rustc_query_system/src/query
2024-01-20 13:43:05 +01:00
..
caches.rs Cache local DefId-keyed queries without hashing 2024-01-15 17:16:45 -05:00
config.rs Value recovery can take the whole CycleError 2024-01-08 20:30:10 +00:00
job.rs Value recovery can take the whole CycleError 2024-01-08 20:30:10 +00:00
mod.rs Avoid code generation for ThinVec<Diagnostic>'s destructor in the query system 2024-01-20 13:43:05 +01:00
plumbing.rs Avoid code generation for ThinVec<Diagnostic>'s destructor in the query system 2024-01-20 13:43:05 +01: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.