about summary refs log tree commit diff
path: root/compiler/rustc_query_impl
AgeCommit message (Expand)AuthorLines
2021-03-29Don't duplicate the extern providers once for each cratebjorn3-15/+13
2021-03-16Auto merge of #82936 - oli-obk:valtree, r=RalfJung,lcnr,matthewjasperbors-0/+9
2021-03-12Implement valtreeOli Scherer-0/+9
2021-03-10Update to rustc-rayon 0.3.1Josh Stone-1/+1
2021-02-21Simplify hashing.Camille GILLOT-2/+2
2021-02-20Move print_query_stack to rustc_query_system.Camille GILLOT-33/+3
2021-02-20Move report_cycle to rustc_query_system.Camille GILLOT-57/+7
2021-02-20Move Query to rustc_query_system.Camille GILLOT-43/+16
2021-02-20Do not hold query key in Query.Camille GILLOT-54/+62
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/+1659