1
Fork 0
rust/compiler/rustc_query_system/src/query
2023-12-18 16:06:22 +11:00
..
caches.rs Add optimized lock methods for Sharded 2023-09-08 08:48:44 +02:00
config.rs Move DepKind to rustc_query_system and define it as u16 2023-09-21 17:06:14 +02:00
job.rs Rename many DiagCtxt arguments. 2023-12-18 16:06:22 +11:00
mod.rs QueryContext: rename try_collect_active_jobs -> collect_active_jobs and change it's return type from Option<QueryMap> to QueryMap 2023-11-27 18:13:15 +03:00
plumbing.rs Rename HandlerInner::delay_span_bug as HandlerInner::span_delayed_bug. 2023-12-02 09:01:19 +11:00
README.md

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