about summary refs log tree commit diff
path: root/compiler/rustc_query_system/src/dep_graph/dep_node.rs
AgeCommit message (Expand)AuthorLines
2025-06-03Ensure query keys are printed with reduced queriesMichael Goulet-5/+6
2025-03-14Represent diagnostic side effects as dep nodesJohn Kåre Alsaker-2/+3
2025-02-04Remove `dep_node` comment duplication.Nicholas Nethercote-13/+26
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-5/+7
2024-06-22Ensure careful consideration is given by implsAlan Egerton-0/+3
2024-06-12Un-unsafe the `StableOrd` traitAlan Egerton-1/+1
2024-04-29Remove `extern crate rustc_data_structures` from `rustc_query_system`.Nicholas Nethercote-11/+14
2024-04-29Remove `extern crate rustc_macros` from numerous crates.Nicholas Nethercote-2/+2
2023-09-21Move `DepKind` to `rustc_query_system` and define it as `u16`John Kåre Alsaker-17/+75
2023-06-08Removed stable/unstable sort arg from into_sorted_stable_ord, fixed a few mis...Andrew Xie-1/+5
2023-06-04Switched some uses to UnordMapAndrew Xie-1/+8
2023-01-05Fix `uninlined_format_args` for some compiler cratesnils-1/+1
2022-11-06Rename `Ctxt` and `CTX` to `Tcx` and `Qcx`Nilstrieb-18/+18
2022-09-25Move some more code from rustc_middle to rustc_query_systemJoshua Nelson-0/+12
2022-09-25Move `DepKindStruct` from rustc_middle to rustc_query_systemJoshua Nelson-0/+61
2022-07-13Rename `debugging_opts` to `unstable_opts`Joshua Nelson-2/+2
2022-07-06Allow to create definitions inside the query system.Camille GILLOT-6/+5
2022-06-06Remove unnecessary cgu name length hashbjorn3-1/+0
2021-10-20Inline DepNodeParams methods.Camille GILLOT-1/+4
2021-10-20Merge two query callbacks arrays.Camille GILLOT-3/+6
2021-10-20Drop has_params.Camille GILLOT-1/+1
2021-10-06Query the fingerprint style during key reconstructionMark Rousskov-6/+6
2021-10-03Access StableHashingContext in rustc_query_system.Camille GILLOT-2/+2
2021-09-14Remove RawDefId tracking infrastructure from incr. comp. framework.Michael Woerister-12/+0
2021-04-08Fix outdated crate names in compiler docspierwill-1/+1
2021-02-20Access the session directly from DepContext.Camille GILLOT-1/+4
2021-02-19Don't require a QueryContext to access the DepGraph.Camille GILLOT-1/+1
2021-01-08Simplify DepNodeParams.Camille GILLOT-6/+0
2020-12-18rustc_query_system: explicitly register reused dep nodesTyson Nottingham-3/+2
2020-12-04Properly re-use def path hash in incremental modeAaron Hill-0/+13
2020-11-18Make PackedFingerprint's Fingerprint privateTyson Nottingham-2/+2
2020-11-18Use PackedFingerprint in DepNode to reduce memory consumptionTyson Nottingham-4/+4
2020-10-14Remove unused code from rustc_query_systemest31-4/+0
2020-08-30mv compiler to compiler/mark-0/+179