rust/compiler/rustc_incremental/src/persist
2021-03-09 19:28:00 +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 Deduplicate unchecked_attrs errors. 2021-03-09 19:28:00 +01:00
file_format.rs Print -Ztime-passes (and misc stats/logs) on stderr, not stdout. 2021-02-18 14:13:38 +02:00
fs.rs Print -Ztime-passes (and misc stats/logs) on stderr, not stdout. 2021-02-18 14:13:38 +02:00
load.rs Print -Ztime-passes (and misc stats/logs) on stderr, not stdout. 2021-02-18 14:13:38 +02: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.