Files
rust/compiler/rustc_hir/src
bors d6cd2c6c87 Auto merge of #82183 - michaelwoerister:lazier-defpathhash-loading2, r=wesleywiser
Simplify lazy DefPathHash decoding by using an on-disk hash table.

This PR simplifies the logic around mapping `DefPathHash` values encountered during incremental compilation to valid `DefId`s in the current session. It is able to do so by using an on-disk hash table encoding that allows for looking up values directly, i.e. without deserializing the entire table.

The main simplification comes from not having to keep track of `DefPathHashes` being used during the compilation session.
2021-09-18 14:37:39 +00:00
..
2021-08-30 13:09:38 +02:00
2021-03-27 22:16:34 -04:00
2021-09-09 05:21:28 +00:00
2021-08-28 00:16:34 -07:00
2021-08-28 00:16:34 -07:00
2021-07-06 11:28:06 +02:00