about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/dep_graph/dep_node.rs
AgeCommit message (Expand)AuthorLines
2021-10-06Query the fingerprint style during key reconstructionMark Rousskov-34/+38
2021-10-02Prevent macro ambiguity errorsbjorn3-2/+2
2021-09-14Make DefPathHash->DefId panic for if the mapping fails.Michael Woerister-1/+5
2021-09-14Remove RawDefId tracking infrastructure from incr. comp. framework.Michael Woerister-11/+1
2021-06-04Fix rebase falloutAaron Hill-1/+1
2021-06-02Restrict access to crate_name.Camille GILLOT-1/+1
2021-06-01Make is_private_dep a query.Camille GILLOT-1/+1
2021-06-01Revert "Reduce the amount of untracked state in TyCtxt"Camille Gillot-1/+1
2021-05-30Make allocator_kind a query.Camille GILLOT-1/+1
2021-05-30Restrict access to crate_name.Camille GILLOT-1/+1
2021-05-30Make resolutions a query.Camille GILLOT-1/+1
2021-05-30Merge CrateDisambiguator into StableCrateIdbjorn3-1/+1
2021-05-22Make THIR building a stealable queryLeSeulArtichaut-1/+1
2021-04-12Introduce CompileMonoItem DepNodebjorn3-8/+28
2021-02-19Split DepKindStruct in two.Camille GILLOT-101/+7
2021-02-19Use QueryCtxt in DepKindStruct.Camille GILLOT-9/+4
2021-02-19Use a QueryContext for try_mark_green.Camille GILLOT-1/+1
2021-02-19Move try_load_from_on_disk_cache to the QueryContext.Camille GILLOT-5/+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-5/+2
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-14/+0
2021-01-12Remove DepKind::CrateMetadata and pre-allocation of DepNodesTyson Nottingham-14/+0
2021-01-08Get rid of `DepConstructor`Joshua Nelson-32/+13
2021-01-08Check is_anon outside of can_reconstruct_query_key.Camille GILLOT-2/+9
2021-01-08Make DepConstructor a module.Camille GILLOT-6/+6
2021-01-08Make force_from_dep_node a function pointer.Camille GILLOT-1/+69
2021-01-08Make try_load_from_on_disk_cache a function pointer.Camille GILLOT-1/+30
2021-01-08Make can_reconstruct_query_key a function pointer.Camille GILLOT-31/+56
2021-01-08Use a field for has_params.Camille GILLOT-23/+14
2021-01-08Use a field for is_eval_always.Camille GILLOT-12/+12
2021-01-08Use a field for is_anon.Camille GILLOT-17/+17
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-11-25Fix rebase falloutAaron Hill-3/+4
2020-11-25Lazy DefPath decoding for incremental compilationAaron Hill-4/+12
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/+407