summary refs log tree commit diff
path: root/src/librustc/ich/mod.rs
AgeCommit message (Expand)AuthorLines
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