rust/compiler/rustc_incremental/src/persist
bors ac923d94f8 Auto merge of #83610 - bjorn3:driver_cleanup, r=cjgillot
rustc_driver cleanup

Best reviewed one commit at a time.
2021-05-12 08:38:03 +00: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 Address review. 2021-03-30 18:10:08 +02:00
file_format.rs Move raw bytes handling to Encoder/Decoder. 2021-03-19 19:35:22 +01:00
fs.rs Stream the dep-graph to a file. 2021-03-30 18:09:59 +02:00
load.rs Auto merge of #83610 - bjorn3:driver_cleanup, r=cjgillot 2021-05-12 08:38:03 +00: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 Add [TRACKED_NO_CRATE_HASH] and [SUBSTRUCT] directives 2021-04-27 16:46:33 +00: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.