rust/compiler/rustc_query_system/src/query
2023-10-13 08:59:36 +00: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 Don't store lazyness in DefKind 2023-09-26 02:53:59 +00:00
mod.rs Move DepKind to rustc_query_system and define it as u16 2023-09-21 17:06:14 +02:00
plumbing.rs Format all the let chains in compiler 2023-10-13 08:59:36 +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.