about summary refs log tree commit diff
path: root/compiler/rustc_incremental/src/persist/save.rs
AgeCommit message (Expand)AuthorLines
2021-08-28Drop the query result memmap before serializing it back.Camille GILLOT-0/+5
2021-08-28Move save_in to file_format.Camille GILLOT-56/+6
2021-06-01Avoid creating anonymous nodes with zero or one dependency.Camille GILLOT-0/+1
2021-05-22Get rid of PreviousDepGraph.Camille GILLOT-2/+2
2021-04-27Add [TRACKED_NO_CRATE_HASH] and [SUBSTRUCT] directivesJoshua Nelson-1/+1
2021-03-30Also profile finishing the encoding.Camille GILLOT-1/+1
2021-03-30Address review.Camille GILLOT-4/+2
2021-03-30Stream the dep-graph to a file.Camille GILLOT-23/+84
2021-01-12Serialize dependency graph directly from DepGraphTyson Nottingham-75/+7
2021-01-11Serialize incr comp structures to file via fixed-size bufferTyson Nottingham-32/+38
2021-01-06Optimize away some `fs::metadata` calls.Dan Gohman-13/+13
2020-11-07Allow making `RUSTC_BOOTSTRAP` conditional on the crate nameJoshua Nelson-1/+1
2020-10-28Clean up encode_dep_graphDániel Buga-12/+5
2020-08-30mv compiler to compiler/mark-0/+248