summary refs log tree commit diff
path: root/src/librustc/ich/mod.rs
AgeCommit message (Expand)AuthorLines
2018-03-09Move PROFQ_CHAN to a Session fieldJohn Kåre Alsaker-1/+1
2018-01-21Remove the IGNORED_ATTR_NAMES thread localJohn Kåre Alsaker-1/+1
2017-11-29incr.comp.: Remove on-export crate metadata hashing.Michael Woerister-6/+0
2017-09-18incr.comp.: Use StableHash impls instead of functions for hashing most maps.Michael Woerister-3/+1
2017-09-18Fix issues uncovered by rebasing:Michael Woerister-0/+1
2017-09-18incr.comp.: Compute hashes of all query results.Michael Woerister-2/+3
2017-08-11Use ItemLocalId as key for node_types, node_substs, and adjustments in Typeck...Michael Woerister-1/+1
2017-05-15ICH: Hash lists of local trait impls as part of the HIR.Michael Woerister-1/+2
2017-05-08incr.comp.: Hash more pieces of crate metadata to detect changes there.Michael Woerister-0/+1
2017-04-12ICH: Hash everything that gets encoded into crate metadata.Michael Woerister-2/+2
2017-04-07ICH: Centrally compute and cache DefPath hashes as part of DefPathTable.Michael Woerister-2/+0
2017-04-06Introduce HashStable trait and base ICH implementations on it.Michael Woerister-1/+27
2017-03-22Move some constants to rustc::ich.Michael Woerister-0/+17
2017-03-22Move CachingCodemapView to rustc::ich.Michael Woerister-0/+2
2017-03-22Move DefPathHashes to rustc::ichMichael Woerister-1/+2
2017-03-22Move Fingerprint to rustc::ich::Fingerprint.Michael Woerister-0/+14