summary refs log tree commit diff
path: root/src/librustc_incremental/persist/data.rs
AgeCommit message (Expand)AuthorLines
2016-11-08Replace FnvHasher use with FxHasher.Nicholas Nethercote-2/+2
2016-10-17ICH: Use 128-bit Blake2b hash instead of 64-bit SipHash for incr. comp. finge...Michael Woerister-2/+3
2016-09-23ICH: Add ability to test the ICH of exported metadata items.Michael Woerister-0/+13
2016-08-09use preds to serialize just what we needNiko Matsakis-5/+11
2016-07-28Code to save/load the work-products map from diskNiko Matsakis-1/+11
2016-05-18load/save hashes of metadataNiko Matsakis-8/+35
2016-05-18identify inputs of `MetaData(X)` nodesNiko Matsakis-1/+33
2016-05-03Remove unused trait imports flagged by lintSeo Sanghyeon-1/+0
2016-04-12prevent other `encode` methods from breaking `derive(RustcEncodable)`Oliver Schneider-3/+1
2016-04-06add code to persist graph and for unit-testingNiko Matsakis-0/+35