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