about summary refs log tree commit diff
path: root/compiler/rustc_query_impl/src/plumbing.rs
AgeCommit message (Expand)AuthorLines
2021-03-29Don't duplicate the extern providers once for each cratebjorn3-13/+12
2021-02-21Simplify hashing.Camille GILLOT-2/+2
2021-02-20Move print_query_stack to rustc_query_system.Camille GILLOT-32/+2
2021-02-20Move report_cycle to rustc_query_system.Camille GILLOT-56/+6
2021-02-20Move Query to rustc_query_system.Camille GILLOT-42/+16
2021-02-20Do not hold query key in Query.Camille GILLOT-52/+61
2021-02-20Access the session directly from DepContext.Camille GILLOT-15/+0
2021-02-19Workaround rustdoc not honouring cfg(parallel_compiler).Camille GILLOT-4/+6
2021-02-19Move the query system to rustc_query_impl.Camille GILLOT-0/+726