about summary refs log tree commit diff
path: root/compiler/rustc_query_system/src/query/job.rs
AgeCommit message (Expand)AuthorLines
2021-03-26Use iter::zip in compiler/Josh Stone-2/+2
2021-02-21Simplify hashing.Camille GILLOT-22/+14
2021-02-20Move print_query_stack to rustc_query_system.Camille GILLOT-4/+42
2021-02-20Move report_cycle to rustc_query_system.Camille GILLOT-0/+36
2021-02-20Move Query to rustc_query_system.Camille GILLOT-48/+43
2021-02-19Decouple QueryContext from DepContext.Camille GILLOT-2/+3
2020-11-21Fix typosDániel Buga-3/+3
2020-10-19Remove <CTX: QueryContext> in a bunch of places.Julian Wollersberger-72/+98
2020-08-30mv compiler to compiler/mark-0/+570