summary refs log tree commit diff
path: root/src/librustc/query
AgeCommit message (Expand)AuthorLines
2019-04-05Remove no_force from coherent_traitJohn Kåre Alsaker-1/+0
2019-03-30Move query definitions over to the proc macroJohn Kåre Alsaker-2/+920
2019-03-20Add eval_always to query macro and move a query overJohn Kåre Alsaker-0/+5
2019-03-20Add anon to query macro and move a query overJohn Kåre Alsaker-2/+16
2019-03-20Add no_force to query macro and move some queries overJohn Kåre Alsaker-1/+24
2019-03-20Add no_hash to query macro and move some queries overJohn Kåre Alsaker-0/+43
2019-03-18Add load_cached query modifier and keep dep node names consistent with query ...John Kåre Alsaker-0/+29
2019-03-18Define queries using a proc macroJohn Kåre Alsaker-0/+37