summary refs log tree commit diff
path: root/compiler/rustc_query_system/src/query/caches.rs
AgeCommit message (Expand)AuthorLines
2023-01-17Remove double spaces after dots in commentsMaybe Waffle-2/+2
2022-12-10compiler: remove unnecessary imports and qualified pathsKaDiWa-1/+0
2022-11-29Sanity check fingerprints in the dep-graph.Camille GILLOT-0/+4
2022-11-01Use Key impl to select cache.Camille GILLOT-0/+26
2022-11-01Use VecCache for LocalDefId.Camille GILLOT-0/+172
2022-11-01Remove CacheSelector.Camille GILLOT-17/+0
2022-02-20Avoid sharding query caches entirely in single-threaded modeMark Rousskov-20/+59
2022-02-20Delete QueryLookupMark Rousskov-10/+7
2022-02-20Move Sharded maps into each QueryCache implMark Rousskov-65/+32
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