summary refs log tree commit diff
path: root/compiler/rustc_query_system/src/query
AgeCommit message (Collapse)AuthorLines
2020-11-21Fix typosDániel Buga-3/+3
2020-10-30Fix even more clippy warningsJoshua Nelson-4/+2
2020-10-22Remove unused ProfileCategory.Camille GILLOT-2/+0
2020-10-19Remove <CTX: QueryContext> in a bunch of places.Julian Wollersberger-152/+193
It was only needed by `find_cycle_in_stack()` in job.rs, but needed to be forwarded through dozens of types.
2020-10-12Remove generic argument from `QueryConfig`.Julian Wollersberger-4/+2
2020-08-30mv compiler to compiler/mark-0/+1732