rust/compiler/rustc_incremental/src/persist
2022-05-10 12:07:35 +02: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 only_local: always check for misuse 2022-05-10 12:07:35 +02:00
file_format.rs Rename environment variable for overriding rustc version 2022-01-12 15:31:26 -06:00
fs.rs incr. comp.: Let compiler retry finalizing session directory a few times. 2022-03-25 14:14:26 +01:00
load.rs all: fix some typos 2022-03-03 19:47:23 +08: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 Spellchecking some comments 2022-03-30 01:39:38 -04:00
work_product.rs Document all public items in rustc_incremental 2021-12-07 10:10:52 -06:00

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