rust/compiler/rustc_incremental/src/persist
2025-05-01 10:20:31 +02: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 Replace infallible name_or_empty methods with fallible name methods. 2025-04-17 09:50:52 +10:00
file_format.rs compiler: Use size_of from the prelude instead of imported 2025-03-07 13:37:04 -08:00
fs.rs Remove safe remove 2025-04-14 18:47:15 +00:00
load.rs Pass in dep kind names to the duplicate dep node check 2025-03-19 20:12:37 +01: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 Use thread local dep graph encoding 2025-05-01 10:20:31 +02:00
work_product.rs Avoid no-op unlink+link dances in incr comp 2025-02-24 19:46:48 -05:00

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