rust/compiler/rustc_query_system/src/query
surechen 40ae34194c remove redundant imports
detects redundant imports that can be eliminated.

for #117772 :

In order to facilitate review and modification, split the checking code and
removing redundant imports code into two PR.
2023-12-10 10:56:22 +08: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 remove redundant imports 2023-12-10 10:56:22 +08: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 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.