summary refs log tree commit diff
path: root/src/librustc_incremental/persist/mod.rs
AgeCommit message (Expand)AuthorLines
2017-01-16incr.comp.: Delete orphaned work-products.Michael Woerister-0/+1
2016-09-26incr.comp.: Add file header to on-disk artifacts for validation.Michael Woerister-0/+1
2016-08-29Implement copy-on-write scheme for managing the incremental compilation cache.Michael Woerister-2/+3
2016-08-09make DepNode PartialOrdNiko Matsakis-0/+1
2016-07-28Modify trans to skip generating `.o` filesNiko Matsakis-0/+3
2016-07-28Code to save/load the work-products map from diskNiko Matsakis-0/+1
2016-05-18load/save hashes of metadataNiko Matsakis-0/+1
2016-04-06add code to persist graph and for unit-testingNiko Matsakis-0/+23