summary refs log tree commit diff
path: root/compiler/rustc_query_impl/src/lib.rs
AgeCommit message (Expand)AuthorLines
2021-10-28Revert "Add rustc lint, warning when iterating over hashmaps"Mark Rousskov-1/+0
2021-10-25Avoid a branch on key being local for queries that use the same local and ext...bjorn3-1/+1
2021-10-25Auto merge of #90210 - cjgillot:qarray2, r=Mark-Simulacrumbors-6/+11
2021-10-24Rollup merge of #89558 - lcnr:query-stable-lint, r=estebankMatthias Krüger-0/+1
2021-10-23Build the query vtable directly.Camille GILLOT-6/+11
2021-10-20Build jump table at runtime.Camille GILLOT-0/+1
2021-10-20Invoke callbacks from rustc_middle.Camille GILLOT-2/+0
2021-10-20Merge two query callbacks arrays.Camille GILLOT-2/+1
2021-10-15allow `potential_query_instability` everywherelcnr-0/+1
2021-10-03Remove re-export.Camille GILLOT-1/+1
2021-08-27Note that type aliases cannot be recursiveNoah Lev-0/+2
2021-07-18Move OnDiskCache to rustc_query_impl.Camille GILLOT-3/+7
2021-06-15Auto merge of #85154 - cjgillot:lessfn, r=bjorn3bors-1/+0
2021-05-31Remove unused feature gatesbjorn3-4/+0
2021-05-30Only test if key is local.Camille GILLOT-1/+0
2021-05-15Move key recovering into force_query.Camille GILLOT-1/+1
2021-03-29Don't duplicate the extern providers once for each cratebjorn3-2/+1
2021-02-20Move print_query_stack to rustc_query_system.Camille GILLOT-1/+1
2021-02-20Move report_cycle to rustc_query_system.Camille GILLOT-1/+1
2021-02-20Move Query to rustc_query_system.Camille GILLOT-1/+0
2021-02-20Do not hold query key in Query.Camille GILLOT-2/+1
2021-02-19Move the query system to rustc_query_impl.Camille GILLOT-0/+65