rust/compiler/rustc_incremental/src/persist
2024-08-27 14:30:20 +10: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 Add warn(unreachable_pub) to rustc_incremental. 2024-08-27 14:30:20 +10:00
dirty_clean.rs Add warn(unreachable_pub) to rustc_incremental. 2024-08-27 14:30:20 +10:00
file_format.rs Add warn(unreachable_pub) to rustc_incremental. 2024-08-27 14:30:20 +10:00
fs.rs Add warn(unreachable_pub) to rustc_incremental. 2024-08-27 14:30:20 +10:00
load.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
mod.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
README.md mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
save.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
work_product.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00

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