about summary refs log tree commit diff
path: root/src/librustc_query_system/query/config.rs
AgeCommit message (Expand)AuthorLines
2020-05-01Move the DepNode construction to librustc_query_system.Camille GILLOT-5/+11
2020-05-01Monomorphise try_execute_query.Camille GILLOT-0/+6
2020-05-01Monomorphise try_start.Camille GILLOT-0/+6
2020-05-01Monomorphise try_execute_anon_query.Camille GILLOT-0/+4
2020-05-01Monomorphise load_from_disk_and_cache_in_memory.Camille GILLOT-2/+28
2020-05-01Monomorphise force_query_with_job.Camille GILLOT-0/+25
2020-04-28Allow the QueryCache to specify storage.Camille GILLOT-2/+3
2020-03-30rustc -> rustc_middle part 1Mazdak Farrokhzad-2/+2
2020-03-27Move QueryContext to the parent module.Camille GILLOT-38/+2
2020-03-26Don't allow access to the Session.Camille GILLOT-4/+3
2020-03-26Rename read_query_job -> current_query_job and simplify it.Camille GILLOT-1/+1
2020-03-26Add comment.Camille GILLOT-0/+2
2020-03-26Move generics on QueryCache.Camille GILLOT-1/+1
2020-03-26Prune dependencies.Camille GILLOT-1/+1
2020-03-26Make librustc_query_system compile.Camille GILLOT-9/+9
2020-03-26Move query system to librustc_query_system.Camille GILLOT-0/+117