rust/compiler/rustc_incremental/src/persist
Camille GILLOT cebbba081e Only store a LocalDefId in hir::Item.
Items are guaranteed to be HIR owner.
2021-02-15 19:32:10 +01: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 Only store a LocalDefId in hir::Item. 2021-02-15 19:32:10 +01:00
file_format.rs Serialize incr comp structures to file via fixed-size buffer 2021-01-11 12:13:22 -08:00
fs.rs Optimize away some fs::metadata calls. 2021-01-06 08:31:25 -08:00
load.rs Remove DepKind::CrateMetadata and pre-allocation of DepNodes 2021-01-12 11:22:57 -08:00
mod.rs Remove DepKind::CrateMetadata and pre-allocation of DepNodes 2021-01-12 11:22:57 -08:00
README.md mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
save.rs Serialize dependency graph directly from DepGraph 2021-01-12 22:20:29 -08: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.