rust/compiler/rustc_query_system/src/query
2021-02-19 17:51:49 +01:00
..
caches.rs Drop the cache lock earlier. 2021-02-13 21:14:58 +01:00
config.rs Separate the query cache from the query state. 2021-02-13 21:14:58 +01:00
job.rs Fix typos 2020-11-21 09:06:45 +01:00
mod.rs Don't require a QueryContext to access the DepGraph. 2021-02-19 17:51:49 +01:00
plumbing.rs Inline try_get_cached 2021-02-16 00:00:00 +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.