rust/compiler/rustc_incremental/src/persist
2023-10-26 09:04:26 +11:00
..
fs Removed stable/unstable sort arg from into_sorted_stable_ord, fixed a few misc issues, added collect to UnordItems 2023-06-08 00:38:50 -04:00
data.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
dirty_clean.rs inline format!() args up to and including rustc_codegen_llvm 2023-07-30 14:22:50 +02:00
file_format.rs Only depend on CFG_VERSION in rustc_interface 2023-05-17 23:54:21 -05:00
fs.rs Reduce some function exposure. 2023-10-26 09:04:26 +11:00
load.rs Tiny comment fixes. 2023-10-26 09:04:17 +11:00
mod.rs Reduce exposure of three functions used only within rustc_incremental. 2023-10-26 08:46:10 +11:00
README.md mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
save.rs Move a use to a more sensible spot. 2023-10-26 08:46:10 +11:00
work_product.rs Tiny comment fixes. 2023-10-26 09:04:17 +11:00

For info on how the incremental compilation works, see the rustc dev guide.