rust/compiler/rustc_incremental/src/persist
2021-11-12 13:41:46 -06: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 Merge two query callbacks arrays. 2021-10-20 18:29:27 +02:00
file_format.rs Add support for artifact size profiling 2021-10-07 14:22:29 +02:00
fs.rs Remove rustc_incremental::persist::fs::dep_graph_path_from 2021-11-09 10:58:11 -06:00
load.rs Add -Zassert-incr-state to assert state of incremental cache 2021-11-12 13:41:46 -06: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.