summary refs log tree commit diff
path: root/compiler/rustc_query_system/src/dep_graph/graph.rs
AgeCommit message (Expand)AuthorLines
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