rust/compiler/rustc_incremental/src/persist
2021-07-18 11:14:07 +02:00
..
fs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
data.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
dirty_clean.rs Remove remains of rustc_dirty. 2021-05-16 10:16:31 +02:00
file_format.rs Move raw bytes handling to Encoder/Decoder. 2021-03-19 19:35:22 +01:00
fs.rs Revert "Revert "Merge CrateDisambiguator into StableCrateId"" 2021-07-06 11:28:04 +02:00
load.rs Move OnDiskCache to rustc_query_impl. 2021-07-18 11:14:07 +02:00
mod.rs Stream the dep-graph to a file. 2021-03-30 18:09:59 +02:00
README.md mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
save.rs Avoid creating anonymous nodes with zero or one dependency. 2021-06-01 21:43:30 +02:00
work_product.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00

For info on how the incremental compilation works, see the rustc dev guide.