about summary refs log tree commit diff
path: root/compiler/rustc_incremental/src/persist/mod.rs
AgeCommit message (Expand)AuthorLines
2024-11-09Move some code from Compiler::enter to GlobalCtxt::finishbjorn3-1/+2
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-8/+3
2023-10-26Reduce exposure of three functions used only within `rustc_incremental`.Nicholas Nethercote-3/+0
2023-09-24Don't use a thread to load the dep graphJohn Kåre Alsaker-2/+1
2021-03-30Stream the dep-graph to a file.Camille GILLOT-0/+1
2021-01-12Remove DepKind::CrateMetadata and pre-allocation of DepNodesTyson Nottingham-1/+0
2020-08-30mv compiler to compiler/mark-0/+25