about summary refs log tree commit diff
path: root/src/librustc_query_system/query/caches.rs
AgeCommit message (Expand)AuthorLines
2020-08-30mv compiler to compiler/mark-220/+0
2020-08-12Remove unused tcx parameterMark Rousskov-6/+3
2020-06-02Rename the crates in source codeVadim Petrochenkov-1/+1
2020-04-28Add inlining.Camille GILLOT-0/+2
2020-04-28Stop leaking memory.Camille GILLOT-7/+6
2020-04-28Introduce ArenaStorage.Camille GILLOT-0/+87
2020-04-28Allow the QueryCache to specify storage.Camille GILLOT-9/+27
2020-03-27Move QueryContext to the parent module.Camille GILLOT-1/+1
2020-03-26Move generics on QueryCache.Camille GILLOT-9/+9
2020-03-26Access QueryStateShard directly.Camille GILLOT-11/+4
2020-03-26Unify key types in get_lookup.Camille GILLOT-2/+2
2020-03-26Make librustc_query_system compile.Camille GILLOT-4/+4
2020-03-26Move query system to librustc_query_system.Camille GILLOT-0/+124