rust/compiler/rustc_incremental/src/persist
2023-06-11 22:45:04 -04: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 Applied nits 2023-06-11 22:45:04 -04:00
file_format.rs Only depend on CFG_VERSION in rustc_interface 2023-05-17 23:54:21 -05:00
fs.rs Applied nits 2023-06-11 22:45:04 -04:00
load.rs Fixed to_sorted => to_sorted_stable_ord 2023-06-05 00:16:20 -04: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 Fixed failing test + minor cleanup 2023-06-04 21:55:32 -04:00
work_product.rs 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

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