summary refs log tree commit diff
path: root/src/librustc_incremental/persist/mod.rs
AgeCommit message (Expand)AuthorLines
2018-03-28[incremental] Don't panic if decoding the cache failsWesley Wiser-0/+1
2018-02-13incr.comp.: Run cache directory garbage collection before loading dep-graph.Michael Woerister-1/+2
2017-10-25incr.comp.: Implement query diagnostic persistence.Michael Woerister-1/+2
2017-10-02incr.comp.: Remove saving and loading of legacy dep-graph.Michael Woerister-2/+1
2017-10-02incr.comp.: Use red/green tracking for CGU re-use.Michael Woerister-0/+1
2017-09-23incr.comp.: Remove support for loading metadata fingerprints.Michael Woerister-1/+0
2017-09-23incr.comp.: Serialize and deserialize new DepGraphMichael Woerister-0/+1
2017-09-14rustc: Remove `Session::dep_graph`Alex Crichton-0/+1
2017-08-19rustc: Remove some dead codeVadim Petrochenkov-1/+0
2017-05-31incr.comp.: Use DefPathHash-based DepNodes in the serialized DepGraph and rem...Michael Woerister-1/+0
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