about summary refs log tree commit diff
path: root/compiler/rustc_query_impl/src/plumbing.rs
AgeCommit message (Expand)AuthorLines
2021-10-06Query the fingerprint style during key reconstructionMark Rousskov-3/+4
2021-10-05Auto merge of #89266 - cjgillot:session-ich, r=michaelwoeristerbors-1/+0
2021-10-03Access StableHashingContext in rustc_query_system.Camille GILLOT-1/+0
2021-10-03Remove re-export.Camille GILLOT-1/+1
2021-10-02Prevent macro ambiguity errorsbjorn3-13/+13
2021-09-21Disable visible path calculation for PrettyPrinter in Ok path of compilerAlik Aslanyan-2/+5
2021-08-29Retrieve `DefKind` from HIR map to reduce chance of cyclesNoah Lev-4/+6
2021-08-27Note that type aliases cannot be recursiveNoah Lev-1/+6
2021-07-25Create `QuerySideEffects` and use it for diagnosticsAaron Hill-9/+11
2021-07-18Remove deadlock virtual call.Camille GILLOT-6/+5
2021-07-18Move OnDiskCache to rustc_query_impl.Camille GILLOT-33/+43
2021-06-15Auto merge of #85154 - cjgillot:lessfn, r=bjorn3bors-5/+5
2021-05-31Auto merge of #85266 - cjgillot:hir-dep-clean, r=michaelwoeristerbors-34/+1
2021-05-30Only test if key is local.Camille GILLOT-2/+1
2021-05-30Reduce amount of function pointers.Camille GILLOT-4/+5
2021-05-27Remove obsolete workaround.Camille GILLOT-34/+1
2021-05-15Remove def_path_str.Camille GILLOT-5/+2
2021-05-15Move key recovering into force_query.Camille GILLOT-14/+1
2021-05-01Apply `--cfg parallel_compiler` when documentingJoshua Nelson-6/+4
2021-04-12Introduce CompileMonoItem DepNodebjorn3-0/+5
2021-03-30Stream the dep-graph to a file.Camille GILLOT-4/+1
2021-03-29Don't duplicate the extern providers once for each cratebjorn3-13/+12
2021-02-21Simplify hashing.Camille GILLOT-2/+2
2021-02-20Move print_query_stack to rustc_query_system.Camille GILLOT-32/+2
2021-02-20Move report_cycle to rustc_query_system.Camille GILLOT-56/+6
2021-02-20Move Query to rustc_query_system.Camille GILLOT-42/+16
2021-02-20Do not hold query key in Query.Camille GILLOT-52/+61
2021-02-20Access the session directly from DepContext.Camille GILLOT-15/+0
2021-02-19Workaround rustdoc not honouring cfg(parallel_compiler).Camille GILLOT-4/+6
2021-02-19Move the query system to rustc_query_impl.Camille GILLOT-0/+726