about summary refs log tree commit diff
path: root/compiler/rustc_incremental/src/persist/file_format.rs
AgeCommit message (Expand)AuthorLines
2021-08-28Drop the query result memmap before serializing it back.Camille GILLOT-1/+10
2021-08-28Move save_in to file_format.Camille GILLOT-2/+55
2021-08-28Mmap the incremental data instead of reading it.Camille GILLOT-5/+7
2021-03-19Move raw bytes handling to Encoder/Decoder.Camille GILLOT-0/+1
2021-02-18Print -Ztime-passes (and misc stats/logs) on stderr, not stdout.Eduard-Mihai Burtescu-1/+1
2021-01-11Serialize incr comp structures to file via fixed-size bufferTyson Nottingham-7/+9
2021-01-06Optimize away some `fs::metadata` calls.Dan Gohman-5/+5
2020-11-07Allow making `RUSTC_BOOTSTRAP` conditional on the crate nameJoshua Nelson-6/+6
2020-08-30mv compiler to compiler/mark-0/+131