rust/compiler/rustc_incremental/src/persist
2021-10-20 18:29:27 +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 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 Adopt let_else across the compiler 2021-10-16 07:18:05 +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.