summary refs log tree commit diff
path: root/src/librustc_incremental/persist/file_format.rs
AgeCommit message (Expand)AuthorLines
2018-01-10Use the new fs_read_write functions in rustc internalsMatt Brubeck-6/+2
2017-12-15Resolves #46555 - Moving loading and decoding of dependency graph to backgrou...David Teller-7/+8
2017-11-13incr.comp.: Include header when loading cache files in order to get the same ...Michael Woerister-7/+11
2017-10-06incr.comp.: Bring back output of -Zincremental-info.Michael Woerister-1/+1
2017-06-22Print -Zincremental-info to stderr instead of stdout.Michael Woerister-3/+3
2017-03-27Fix various useless derefs and slicingsOliver Schneider-2/+2
2016-11-30incr.comp.: Add more output to -Z incremental-info.Michael Woerister-1/+15
2016-09-26incr.comp.: Fix build issue in rustc_incremental if CFG_VERSION is not set.Michael Woerister-3/+5
2016-09-26incr.comp.: Add test case for cache artifact file headers.Michael Woerister-3/+18
2016-09-26incr.comp.: Add file header to on-disk artifacts for validation.Michael Woerister-0/+105