about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/ty/query/stats.rs
AgeCommit message (Collapse)AuthorLines
2021-02-19Move the query system to rustc_query_impl.Camille GILLOT-140/+0
2021-02-19Wrap TyCtxt inside a QueryCtxt for queries.Camille GILLOT-3/+3
2021-02-18Print -Ztime-passes (and misc stats/logs) on stderr, not stdout.Eduard-Mihai Burtescu-11/+11
2021-02-13Separate the query cache from the query state.Camille GILLOT-8/+3
2020-10-22Unify query name and node name.Camille GILLOT-1/+1
2020-10-22Remove unused category from macros.Camille GILLOT-4/+4
2020-10-19Remove <CTX: QueryContext> in a bunch of places.Julian Wollersberger-8/+10
It was only needed by `find_cycle_in_stack()` in job.rs, but needed to be forwarded through dozens of types.
2020-08-30mv compiler to compiler/mark-0/+143