rust/compiler/rustc_incremental/src/persist
Nicholas Nethercote 4143b101f9 Use ThinVec in various AST types.
This commit changes the sequence parsers to produce `ThinVec`, which
triggers numerous conversions.
2023-02-21 11:51:56 +11: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 Use ThinVec in various AST types. 2023-02-21 11:51:56 +11:00
file_format.rs incremental: migrate diagnostics 2023-01-30 17:11:35 +00:00
fs.rs incremental: migrate diagnostics 2023-01-30 17:11:35 +00:00
load.rs incremental: migrate diagnostics 2023-01-30 17:11:35 +00: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 incremental: migrate diagnostics 2023-01-30 17:11:35 +00: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.