rust/src/librustc_incremental
Niko Matsakis 6bd80d1116 compute and cache HIR hashes at beginning
This avoids the compile-time overhead of computing them twice.  It also fixes
an issue where the hash computed after typeck is differen than the hash before,
because typeck mutates the def-map in place.

Fixes #35549.
Fixes #35593.
2016-08-20 07:26:14 -04:00
..
calculate_svh compute and cache HIR hashes at beginning 2016-08-20 07:26:14 -04:00
persist compute and cache HIR hashes at beginning 2016-08-20 07:26:14 -04:00
assert_dep_graph.rs skip assert-dep-graph unless unit testing 2016-08-03 19:33:51 -04:00
Cargo.toml Move errors from libsyntax to its own crate 2016-06-23 08:07:35 -04:00
lib.rs compute and cache HIR hashes at beginning 2016-08-20 07:26:14 -04:00