rust/compiler/rustc_incremental/src/persist
Michael Goulet af8d911d63 Also fix if in else 2024-09-11 17:24:01 -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
README.md mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
data.rs Add `warn(unreachable_pub)` to `rustc_incremental`. 2024-08-27 14:30:20 +10:00
dirty_clean.rs Also fix if in else 2024-09-11 17:24:01 -04: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
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

README.md

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