about summary refs log tree commit diff
path: root/compiler/rustc_query_system/src/query/config.rs
AgeCommit message (Expand)AuthorLines
2021-10-03Access StableHashingContext in rustc_query_system.Camille GILLOT-6/+5
2021-05-30Reduce amount of function pointers.Camille GILLOT-9/+1
2021-05-02Streamline try_start codeMark Rousskov-4/+0
2021-02-20Move report_cycle to rustc_query_system.Camille GILLOT-5/+5
2021-02-20Move Query to rustc_query_system.Camille GILLOT-4/+4
2021-02-20Do not hold query key in Query.Camille GILLOT-1/+3
2021-02-19Decouple QueryContext from DepContext.Camille GILLOT-2/+2
2021-02-19Remove QueryAccessors::to_dep_node.Camille GILLOT-7/+0
2021-02-13Separate the query cache from the query state.Camille GILLOT-2/+7
2021-02-08Switch query descriptions to just StringMark Rousskov-2/+1
2020-10-22Remove unused ProfileCategory.Camille GILLOT-2/+0
2020-10-19Remove <CTX: QueryContext> in a bunch of places.Julian Wollersberger-1/+1
2020-10-12Remove generic argument from `QueryConfig`.Julian Wollersberger-4/+2
2020-08-30mv compiler to compiler/mark-0/+133