about summary refs log tree commit diff
path: root/compiler/rustc_query_system/src/query/mod.rs
AgeCommit message (Expand)AuthorLines
2021-02-21Simplify hashing.Camille GILLOT-11/+10
2021-02-20Move print_query_stack to rustc_query_system.Camille GILLOT-1/+1
2021-02-20Move Query to rustc_query_system.Camille GILLOT-6/+45
2021-02-20Access the session directly from DepContext.Camille GILLOT-9/+0
2021-02-19Use a QueryContext for try_mark_green.Camille GILLOT-1/+23
2021-02-19Move try_load_from_on_disk_cache to the QueryContext.Camille GILLOT-1/+4
2021-02-19Decouple QueryContext from DepContext.Camille GILLOT-3/+3
2021-02-19Don't require a QueryContext to access the DepGraph.Camille GILLOT-4/+1
2020-10-19Remove <CTX: QueryContext> in a bunch of places.Julian Wollersberger-4/+2
2020-08-30mv compiler to compiler/mark-0/+54