rust/compiler/rustc_incremental/src/persist
Nicholas Nethercote c1ac4a2f28 Run rustfmt on files that need it.
Somehow these files aren't properly formatted. By default `x fmt` and `x
tidy` only check files that have changed against master, so if an
ill-formatted file somehow slips in it can stay that way as long as it
doesn't get modified(?)

I found these when I ran `x fmt` explicitly on every `.rs` file in the
repo, while working on
https://github.com/rust-lang/compiler-team/issues/750.
2024-05-24 15:17:21 +10: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 mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
dirty_clean.rs Remove #[macro_use] extern crate tracing from rustc_incremental. 2024-05-23 18:02:17 +10:00
file_format.rs Remove #[macro_use] extern crate tracing from rustc_incremental. 2024-05-23 18:02:17 +10:00
fs.rs Remove #[macro_use] extern crate tracing from rustc_incremental. 2024-05-23 18:02:17 +10:00
load.rs Run rustfmt on files that need it. 2024-05-24 15:17:21 +10:00
mod.rs Reduce exposure of three functions used only within rustc_incremental. 2023-10-26 08:46:10 +11:00
README.md mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
save.rs Remove #[macro_use] extern crate tracing from rustc_incremental. 2024-05-23 18:02:17 +10:00
work_product.rs Remove #[macro_use] extern crate tracing from rustc_incremental. 2024-05-23 18:02:17 +10:00

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