rust/compiler/rustc_incremental/src/persist
2025-03-10 01:21:57 +00: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 Change span field accesses to method calls 2025-02-24 14:22:31 +01:00
file_format.rs compiler: Use size_of from the prelude instead of imported 2025-03-07 13:37:04 -08:00
fs.rs Update rand to 0.9.0 2025-03-10 01:21:57 +00:00
load.rs Use StableHasher + Hash64 for dep_tracking_hash 2025-02-21 21:36:58 -05:00
mod.rs Move some code from Compiler::enter to GlobalCtxt::finish 2024-11-09 17:55:39 +00:00
README.md mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
save.rs Move some code from Compiler::enter to GlobalCtxt::finish 2024-11-09 17:55:39 +00: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.