about summary refs log tree commit diff
path: root/src/librustc_query_system
AgeCommit message (Expand)AuthorLines
2020-03-26Unify key types in get_lookup.Camille GILLOT-4/+4
2020-03-26Rustfmt.Camille GILLOT-249/+239
2020-03-26Make librustc_query_system compile.Camille GILLOT-785/+54
2020-03-26Move query system to librustc_query_system.Camille GILLOT-0/+2304
2020-03-26Generalise Query starting.Camille GILLOT-1/+4
2020-03-26Decouple from DepKind.Camille GILLOT-0/+4
2020-03-23Address review.Camille GILLOT-10/+10
2020-03-23Put extract_def_id back on DepNode.Camille GILLOT-13/+0
2020-03-23Remove assert_ignored and with_ignore_deps.Camille GILLOT-10/+4
2020-03-23Merge ensure_node_can_be_forced into force_from_dep_node.Camille GILLOT-8/+3
2020-03-23Fallout in other crates.Camille GILLOT-13/+2
2020-03-23Make librustc_query_system compile.Camille GILLOT-604/+340
2020-03-23Move dep_graph to new crate librustc_query_system.Camille GILLOT-0/+2015