rust/compiler/rustc_query_impl/src
Dylan DPC 1d1453a2f6
Rollup merge of #110632 - saethlin:panic-if-dep-graph-too-big, r=lcnr
Panic instead of truncating if the incremental on-disk cache is too big

It seems _unlikely_ that anyone would hit this truncation, but if this `as` does actually truncate, that seems incredibly bad.
2023-04-21 20:35:29 +05:30
..
lib.rs Address comments 2023-04-06 08:25:53 +02:00
on_disk_cache.rs Panic instead of truncating if the dep graph is too big 2023-04-20 21:12:39 -04:00
plumbing.rs Store hashes in special types so they aren't accidentally encoded as numbers 2023-04-18 10:52:47 -04:00
profiling_support.rs Remove WithOptconstParam. 2023-04-20 17:48:32 +00: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.