rust/compiler/rustc_incremental/src/persist
Jonathan Dönszelmann d50c0a5480
Add hir::Attribute
2024-12-15 19:18:46 +01: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 Add hir::Attribute 2024-12-15 19:18:46 +01:00
file_format.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
fs.rs Remove all threading through of ErrorGuaranteed from the driver 2024-12-06 18:42:31 +00:00
load.rs Remove all threading through of ErrorGuaranteed from the driver 2024-12-06 18:42:31 +00: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 Move some code from Compiler::enter to GlobalCtxt::finish 2024-11-09 17:55:39 +00:00
work_product.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00

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