about summary refs log tree commit diff
path: root/compiler/rustc_query_system/src/dep_graph/graph.rs
AgeCommit message (Expand)AuthorLines
2021-10-03Access StableHashingContext in rustc_query_system.Camille GILLOT-6/+6
2021-09-14Remove RawDefId tracking infrastructure from incr. comp. framework.Michael Woerister-14/+0
2021-08-22Unify `with_task` functions.Camille GILLOT-86/+69
2021-08-22Remove try_mark_green_and_read.Camille GILLOT-13/+2
2021-08-22Move assertion inwards.Camille GILLOT-3/+18
2021-07-25Create `QuerySideEffects` and use it for diagnosticsAaron Hill-49/+14
2021-07-07Add docs to new methodsRyan Levick-1/+2
2021-07-07Profile incremental hashingRyan Levick-3/+24
2021-06-01Make the reasoning more explicit.Camille GILLOT-5/+9
2021-06-01Avoid creating anonymous nodes with zero or one dependency.Camille GILLOT-27/+49
2021-05-30Auto merge of #85319 - cjgillot:query-simp, r=Mark-Simulacrumbors-118/+113
2021-05-22Get rid of PreviousDepGraph.Camille GILLOT-8/+7
2021-05-15Make the fast path faster.Camille GILLOT-1/+1
2021-05-15Refactor try_mark_previous_green.Camille GILLOT-117/+112
2021-03-30Also profile finishing the encoding.Camille GILLOT-2/+6
2021-03-30Adjust profiling.Camille GILLOT-10/+29
2021-03-30Address review.Camille GILLOT-40/+32
2021-03-30Stream the dep-graph to a file.Camille GILLOT-734/+188
2021-03-27Remove (lots of) dead codeJoshua Nelson-2/+2
2021-02-20Access the session directly from DepContext.Camille GILLOT-3/+3
2021-02-19Use a QueryContext for try_mark_green.Camille GILLOT-4/+4
2021-02-19Move try_load_from_on_disk_cache to the QueryContext.Camille GILLOT-2/+4
2021-02-19Decouple QueryContext from DepContext.Camille GILLOT-6/+7
2021-02-18Print -Ztime-passes (and misc stats/logs) on stderr, not stdout.Eduard-Mihai Burtescu-14/+14
2021-01-19Auto merge of #80957 - tgnottingham:direct_serialize_depgraph, r=michaelwoeri...bors-93/+242
2021-01-14Use Option::map_or instead of `.map(..).unwrap_or(..)`LingMan-1/+1
2021-01-12Serialize dependency graph directly from DepGraphTyson Nottingham-93/+242
2020-12-22rustc_query_system: avoid race condition when using edge_countTyson Nottingham-11/+6
2020-12-22rustc_query_system: add more comments for dependency graphTyson Nottingham-1/+33
2020-12-22rustc_query_system: rename intern_node to intern_new_nodeTyson Nottingham-3/+3
2020-12-22rustc_query_system: remove inline annotation from edge_countTyson Nottingham-1/+0
2020-12-22rustc_query_system: minor cleanupTyson Nottingham-17/+3
2020-12-22rustc_query_system: use more space-efficient edges representationTyson Nottingham-46/+91
2020-12-22rustc_query_system: share previous graph edges with current graphTyson Nottingham-64/+153
2020-12-22rustc_query_system: share previous graph data with current graphTyson Nottingham-212/+495
2020-12-18rustc_query_system: explicitly register reused dep nodesTyson Nottingham-5/+19
2020-12-10Use `def_path_hash_to_def_id` when re-using a `RawDefId`Aaron Hill-2/+2
2020-12-04Properly re-use def path hash in incremental modeAaron Hill-18/+5
2020-11-25Fix rebase falloutAaron Hill-1/+1
2020-11-25Lazy DefPath decoding for incremental compilationAaron Hill-0/+13
2020-11-18Make PackedFingerprint's Fingerprint privateTyson Nottingham-2/+2
2020-11-18Use PackedFingerprint in DepNode to reduce memory consumptionTyson Nottingham-2/+2
2020-10-30Fix even more clippy warningsJoshua Nelson-4/+2
2020-10-14Remove unused code from rustc_query_systemest31-5/+0
2020-08-30mv compiler to compiler/mark-0/+1128