about summary refs log tree commit diff
path: root/src/librustc_query_system/query/plumbing.rs
AgeCommit message (Collapse)AuthorLines
2020-08-30mv compiler to compiler/mark-752/+0
2020-08-12Remove unused tcx parameterMark Rousskov-5/+5
2020-05-01Restrict access.Camille GILLOT-1/+1
2020-05-01Inline a few things.Camille GILLOT-1/+8
2020-05-01Monomorphise the interface.Camille GILLOT-29/+72
2020-05-01Move the DepNode construction to librustc_query_system.Camille GILLOT-1/+3
2020-05-01Monomorphise try_execute_query.Camille GILLOT-43/+32
2020-05-01Monomorphise try_start.Camille GILLOT-18/+20
2020-05-01Monomorphise try_execute_anon_query.Camille GILLOT-15/+30
2020-05-01Monomorphise load_from_disk_and_cache_in_memory.Camille GILLOT-13/+14
2020-05-01Monomorphise force_query_with_job.Camille GILLOT-13/+16
2020-04-28Allow the QueryCache to specify storage.Camille GILLOT-24/+20
2020-03-30Add inline attributes for functions used in the query systemJohn Kåre Alsaker-0/+1
2020-03-27Move QueryContext to the parent module.Camille GILLOT-1/+2
2020-03-27Remove the QueryGetter trait.Camille GILLOT-88/+70
2020-03-26Don't allow access to the Session.Camille GILLOT-1/+1
2020-03-26Rename read_query_job -> current_query_job and simplify it.Camille GILLOT-1/+2
2020-03-26Simplify generics on try_start.Camille GILLOT-5/+4
2020-03-26Move generics on QueryCache.Camille GILLOT-10/+10
2020-03-26Retire DepGraphSafe and HashStableContext.Camille GILLOT-18/+11
2020-03-26Access QueryStateShard directly.Camille GILLOT-8/+1
2020-03-26Unify key types in get_lookup.Camille GILLOT-2/+2
2020-03-26Rustfmt.Camille GILLOT-246/+232
2020-03-26Make librustc_query_system compile.Camille GILLOT-552/+21
2020-03-26Move query system to librustc_query_system.Camille GILLOT-0/+1269