about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/dep_graph/mod.rs
AgeCommit message (Expand)AuthorLines
2020-12-18rustc_query_system: explicitly register reused dep nodesTyson Nottingham-3/+3
2020-12-10Use `def_path_hash_to_def_id` when re-using a `RawDefId`Aaron Hill-1/+1
2020-11-25Fix rebase falloutAaron Hill-1/+3
2020-11-25Lazy DefPath decoding for incremental compilationAaron Hill-1/+5
2020-11-19Only create `OnDiskCache` in incremental compilation modeAaron Hill-3/+11
2020-08-30mv compiler to compiler/mark-0/+190