about summary refs log tree commit diff
path: root/compiler/rustc_query_system/src/query/config.rs
AgeCommit message (Expand)AuthorLines
2022-03-02rename ErrorReported -> ErrorGuaranteedmark-2/+2
2022-02-27Auto merge of #94084 - Mark-Simulacrum:drop-sharded, r=cjgillotbors-2/+2
2022-02-23rustc_errors: let `DiagnosticBuilder::emit` return a "guarantee of emission".Eduard-Mihai Burtescu-2/+2
2022-02-20Move Sharded maps into each QueryCache implMark Rousskov-2/+2
2022-02-08Switch QueryJobId to a single global counterMark Rousskov-1/+1
2021-10-23Do not require QueryCtxt for cache_on_disk.Camille GILLOT-1/+1
2021-10-23Build the query vtable directly.Camille GILLOT-53/+13
2021-10-21Do not depend on the stored value when trying to cache on disk.Camille GILLOT-4/+4
2021-10-20Compute query vtable manually.Camille GILLOT-10/+18
2021-10-20Make hash_result an Option.Camille GILLOT-13/+5
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