rust/compiler/rustc_query_impl/src
2023-11-27 18:13:15 +03:00
..
lib.rs Bump cfg(bootstrap)s 2023-11-15 19:41:28 -05:00
plumbing.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
profiling_support.rs Replace QueryStruct with arrays local to rustc_query_impl 2023-05-21 03:12:56 +02:00
README.md Move the query system to rustc_query_impl. 2021-02-19 17:51:58 +01:00

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