about summary refs log tree commit diff
path: root/compiler/rustc_query_system/src/dep_graph/mod.rs
AgeCommit message (Expand)AuthorLines
2021-10-06Query the fingerprint style during key reconstructionMark Rousskov-1/+22
2021-10-03Access StableHashingContext in rustc_query_system.Camille GILLOT-8/+3
2021-09-14Remove RawDefId tracking infrastructure from incr. comp. framework.Michael Woerister-2/+0
2021-05-22Get rid of PreviousDepGraph.Camille GILLOT-2/+0
2021-03-30Stream the dep-graph to a file.Camille GILLOT-1/+2
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