rust/compiler/rustc_incremental/src/persist
2023-11-22 22:49:22 -05: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 Fix clippy::needless_borrow in the compiler 2023-11-21 20:13:40 +01:00
file_format.rs Call FileEncoder::finish in rmeta encoding 2023-11-22 22:49:22 -05:00
fs.rs Fix clippy::needless_borrow in the compiler 2023-11-21 20:13:40 +01:00
load.rs Fix clippy::needless_borrow in the compiler 2023-11-21 20:13:40 +01: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 Call FileEncoder::finish in rmeta encoding 2023-11-22 22:49:22 -05:00
work_product.rs Fix clippy::needless_borrow in the compiler 2023-11-21 20:13:40 +01:00

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