rust/compiler/rustc_query_system/src
Mark Rousskov 127373822e Remove built-in cache_hit tracking
This was already only enabled in debug_assertions builds. Generally, it seems
like most use cases that would use this could also use the -Zself-profile flag
which also tracks cache hits (in all builds), and so the extra cfg's and such
are not really necessary.

This is largely just a small cleanup though, which primarily is intended to make
other changes easier by avoiding the need to deal with this field.
2021-10-11 16:33:49 -04:00
..
dep_graph Query the fingerprint style during key reconstruction 2021-10-06 22:19:48 -04:00
ich Add some inlining. 2021-10-03 16:08:57 +02:00
query Remove built-in cache_hit tracking 2021-10-11 16:33:49 -04:00
cache.rs Remove (lots of) dead code 2021-03-27 22:16:33 -04:00
lib.rs Move ICH to rustc_query_system. 2021-10-03 16:08:53 +02:00