summary refs log tree commit diff
path: root/compiler/rustc_middle/src/dep_graph
AgeCommit message (Expand)AuthorLines
2021-02-20Access the session directly from DepContext.Camille GILLOT-8/+7
2021-02-19Split DepKindStruct in two.Camille GILLOT-101/+8
2021-02-19Use QueryCtxt in DepKindStruct.Camille GILLOT-9/+4
2021-02-19Use a QueryContext for try_mark_green.Camille GILLOT-96/+1
2021-02-19Move try_load_from_on_disk_cache to the QueryContext.Camille GILLOT-9/+4
2021-02-19Make QueryEngine opaque to TyCtxt.Camille GILLOT-2/+3
2021-02-19Wrap TyCtxt inside a QueryCtxt for queries.Camille GILLOT-2/+3
2021-02-19Decouple the on-disk cache from the query engine.Camille GILLOT-10/+6
2021-02-19Don't require a QueryContext to access the DepGraph.Camille GILLOT-0/+5
2021-01-22Edit rustc_middle::dep_graph module documentationpierwill-7/+10
2021-01-15Auto merge of #80602 - tgnottingham:cratemetadata_you_aint_special, r=michael...bors-27/+2
2021-01-12Remove DepKind::CrateMetadata and pre-allocation of DepNodesTyson Nottingham-27/+2
2021-01-08Get rid of `DepConstructor`Joshua Nelson-33/+15
2021-01-08Check is_anon outside of can_reconstruct_query_key.Camille GILLOT-2/+9
2021-01-08Make DepConstructor a module.Camille GILLOT-7/+7
2021-01-08Make force_from_dep_node a function pointer.Camille GILLOT-3/+89
2021-01-08Make try_load_from_on_disk_cache a function pointer.Camille GILLOT-3/+31
2021-01-08Make can_reconstruct_query_key a function pointer.Camille GILLOT-35/+61
2021-01-08Use a field for has_params.Camille GILLOT-25/+17
2021-01-08Use a field for is_eval_always.Camille GILLOT-13/+14
2021-01-08Use a field for is_anon.Camille GILLOT-18/+18
2021-01-08Use a side-table of consts instead of matching on the DepKind enum.Camille GILLOT-1/+47
2021-01-08Simplify DepNodeParams.Camille GILLOT-5/+20
2021-01-08Move DepNodeExt outside of the macro.Camille GILLOT-95/+91
2020-12-18rustc_query_system: explicitly register reused dep nodesTyson Nottingham-3/+3
2020-12-10Use `def_path_hash_to_def_id` when re-using a `RawDefId`Aaron Hill-1/+1
2020-11-25Fix rebase falloutAaron Hill-4/+7
2020-11-25Lazy DefPath decoding for incremental compilationAaron Hill-5/+17
2020-11-25Auto merge of #79216 - Aaron1011:opt-on-disk-cache, r=pnkfelixbors-3/+11
2020-11-19Only create `OnDiskCache` in incremental compilation modeAaron Hill-3/+11
2020-11-18Make PackedFingerprint's Fingerprint privateTyson Nottingham-3/+3
2020-11-18Use PackedFingerprint in DepNode to reduce memory consumptionTyson Nottingham-3/+12
2020-08-30mv compiler to compiler/mark-0/+597