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