summary refs log tree commit diff
path: root/compiler/rustc_query_system/src/dep_graph/mod.rs
AgeCommit message (Expand)AuthorLines
2021-02-20Access the session directly from DepContext.Camille GILLOT-3/+4
2021-02-19Use a QueryContext for try_mark_green.Camille GILLOT-24/+0
2021-02-19Move try_load_from_on_disk_cache to the QueryContext.Camille GILLOT-3/+0
2021-02-19Decouple QueryContext from DepContext.Camille GILLOT-0/+21
2021-02-19Don't require a QueryContext to access the DepGraph.Camille GILLOT-0/+3
2021-01-08Use a side-table of consts instead of matching on the DepKind enum.Camille GILLOT-1/+1
2020-12-18rustc_query_system: explicitly register reused dep nodesTyson Nottingham-2/+1
2020-11-25Lazy DefPath decoding for incremental compilationAaron Hill-0/+3
2020-08-30mv compiler to compiler/mark-0/+85