rust/compiler/rustc_incremental/src/persist
jyn d5f2b8e5c6 Only depend on CFG_VERSION in rustc_interface
this avoids having to rebuild the whole compiler on each commit when
`omit-git-hash = false`.
2023-05-17 23:54:21 -05: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 Spelling - compiler 2023-04-17 16:09:18 -04:00
file_format.rs Only depend on CFG_VERSION in rustc_interface 2023-05-17 23:54:21 -05:00
fs.rs Use the full Fingerprint when stringifying Svh 2023-04-30 14:28:30 -04:00
load.rs Only depend on CFG_VERSION in rustc_interface 2023-05-17 23:54:21 -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 Only depend on CFG_VERSION in rustc_interface 2023-05-17 23:54:21 -05:00
work_product.rs incremental: migrate diagnostics 2023-01-30 17:11:35 +00:00

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