summary refs log tree commit diff
path: root/src/librustc_incremental/persist/file_format.rs
AgeCommit message (Expand)AuthorLines
2020-03-16use direct imports for `rustc::{lint, session}`.Mazdak Farrokhzad-1/+1
2020-02-04fix couple of perf related clipyp warningsMatthias Krüger-2/+1
2019-12-22Format the worldMark Rousskov-18/+24
2019-02-10rustc: doc commentsAlexander Regueiro-3/+3
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-04cleanup: remove static lifetimes from constsljedrz-2/+2
2018-06-27Make opaque::Encoder append-only and make it infallibleJohn Kåre Alsaker-8/+7
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