rust/compiler/rustc_query_system/src/query
bors e7e1dc158c Auto merge of #83007 - Aaron1011:incr-verify-default, r=Mark-Simulacrum
Turn `-Z incremental-verify-ich` on by default

Issue #82920 showed that the kind of bugs caught by this flag have
soundness implications.
2021-03-13 17:52:22 +00:00
..
caches.rs rustc_query_system: simplify QueryCache::iter 2021-03-12 17:34:14 -08:00
config.rs Move report_cycle to rustc_query_system. 2021-02-20 23:36:31 +01:00
job.rs Simplify hashing. 2021-02-21 12:22:22 +01:00
mod.rs Simplify hashing. 2021-02-21 12:22:22 +01:00
plumbing.rs Auto merge of #83007 - Aaron1011:incr-verify-default, r=Mark-Simulacrum 2021-03-13 17:52:22 +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.