rust/compiler/rustc_incremental/src/persist
2022-12-10 18:45:34 +01:00
..
fs eplace usages of vec![].into_iter with [].into_iter 2022-01-09 14:09:25 +11:00
data.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
dirty_clean.rs compiler: remove unnecessary imports and qualified paths 2022-12-10 18:45:34 +01:00
file_format.rs Use delayed error handling for Encodable and Encoder infallible. 2022-06-08 07:01:26 +10:00
fs.rs compiler: remove unnecessary imports and qualified paths 2022-12-10 18:45:34 +01:00
load.rs Rename debugging_opts to unstable_opts 2022-07-13 17:47:06 -05: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 make error_reported check for delayed bugs 2022-11-24 11:12:46 +00:00
work_product.rs Remove unused StableMap and StableSet types from rustc_data_structures 2022-07-20 13:11:39 +02:00

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