about summary refs log tree commit diff
path: root/compiler/rustc_query_system/src/query/caches.rs
AgeCommit message (Expand)AuthorLines
2021-05-02Streamline try_start codeMark Rousskov-2/+2
2021-04-29Move iter_results to dyn FnMut rather than a genericMark Rousskov-15/+19
2021-03-12rustc_query_system: simplify QueryCache::iterTyson Nottingham-20/+15
2021-02-13Drop the cache lock earlier.Camille GILLOT-7/+7
2021-02-13Separate the query cache from the query state.Camille GILLOT-12/+12
2021-02-13Return a Result for query cache.Camille GILLOT-30/+26
2021-01-16Run fmtAaron Hill-1/+1
2021-01-16Enforce that query results implement DebugAaron Hill-4/+5
2020-10-19Remove <CTX: QueryContext> in a bunch of places.Julian Wollersberger-13/+20
2020-08-30mv compiler to compiler/mark-0/+220