rust/compiler/rustc_incremental/src/persist
2024-11-09 17:55:39 +00: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 nightly feature tracking: get rid of the per-feature bool fields 2024-10-23 09:14:41 +01:00
file_format.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
fs.rs replace manual time convertions with std ones 2024-11-03 15:51:39 +03:00
load.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04: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.