about summary refs log tree commit diff
path: root/compiler/rustc_query_system/src/query/mod.rs
AgeCommit message (Expand)AuthorLines
2022-02-17Remove SimpleDefKindMark Rousskov-28/+3
2022-02-08Switch QueryJobId to a single global counterMark Rousskov-3/+5
2021-10-23Build the query vtable directly.Camille GILLOT-1/+1
2021-10-20Invoke callbacks from rustc_middle.Camille GILLOT-7/+1
2021-08-27Note that type aliases cannot be recursiveNoah Lev-0/+29
2021-07-25Restrict field visibilityAaron Hill-1/+1
2021-07-25Create `QuerySideEffects` and use it for diagnosticsAaron Hill-5/+30
2021-05-15Remove def_path_str.Camille GILLOT-4/+0
2021-02-21Simplify hashing.Camille GILLOT-11/+10
2021-02-20Move print_query_stack to rustc_query_system.Camille GILLOT-1/+1
2021-02-20Move Query to rustc_query_system.Camille GILLOT-6/+45
2021-02-20Access the session directly from DepContext.Camille GILLOT-9/+0
2021-02-19Use a QueryContext for try_mark_green.Camille GILLOT-1/+23
2021-02-19Move try_load_from_on_disk_cache to the QueryContext.Camille GILLOT-1/+4
2021-02-19Decouple QueryContext from DepContext.Camille GILLOT-3/+3
2021-02-19Don't require a QueryContext to access the DepGraph.Camille GILLOT-4/+1
2020-10-19Remove <CTX: QueryContext> in a bunch of places.Julian Wollersberger-4/+2
2020-08-30mv compiler to compiler/mark-0/+54