about summary refs log tree commit diff
path: root/compiler/rustc_incremental/src/persist/load.rs
AgeCommit message (Expand)AuthorLines
2021-02-18Print -Ztime-passes (and misc stats/logs) on stderr, not stdout.Eduard-Mihai Burtescu-1/+1
2021-01-12Remove DepKind::CrateMetadata and pre-allocation of DepNodesTyson Nottingham-9/+0
2020-11-25Fix rebase falloutAaron Hill-2/+7
2020-11-25Lazy DefPath decoding for incremental compilationAaron Hill-4/+3
2020-11-19Only create `OnDiskCache` in incremental compilation modeAaron Hill-4/+11
2020-11-07Allow making `RUSTC_BOOTSTRAP` conditional on the crate nameJoshua Nelson-5/+14
2020-08-30mv compiler to compiler/mark-0/+208