rust/compiler/rustc_incremental/src/persist
2021-09-29 23:16:47 +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 Avoid more invocations of hir_crate query. 2021-09-29 23:16:47 +02:00
file_format.rs Drop the query result memmap before serializing it back. 2021-08-28 21:45:02 +02:00
fs.rs Revert "Revert "Merge CrateDisambiguator into StableCrateId"" 2021-07-06 11:28:04 +02:00
load.rs Mmap the incremental data instead of reading it. 2021-08-28 21:45:02 +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 Drop the query result memmap before serializing it back. 2021-08-28 21:45:02 +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.