summary refs log tree commit diff
path: root/compiler/rustc_query_system/src/dep_graph
AgeCommit message (Expand)AuthorLines
2021-04-08Fix outdated crate names in compiler docspierwill-1/+1
2021-03-31Enable debugging the dep-graph without debug-assertions.Camille GILLOT-9/+5
2021-03-30Also profile finishing the encoding.Camille GILLOT-3/+8
2021-03-30Adjust profiling.Camille GILLOT-10/+32
2021-03-30Address review.Camille GILLOT-49/+43
2021-03-30Add documentation.Camille GILLOT-0/+12
2021-03-30Simplify tracking the encoder state.Camille GILLOT-80/+72
2021-03-30Remove the parallel version.Camille GILLOT-135/+13
2021-03-30Fix parallel compiler.Camille GILLOT-1/+3
2021-03-30Fix tests.Camille GILLOT-5/+21
2021-03-30Do not allocate in decoder.Camille GILLOT-24/+34
2021-03-30Stream the dep-graph to a file.Camille GILLOT-832/+568
2021-03-27Remove (lots of) dead codeJoshua Nelson-11/+3
2021-02-20Access the session directly from DepContext.Camille GILLOT-7/+11
2021-02-19Use a QueryContext for try_mark_green.Camille GILLOT-28/+4
2021-02-19Move try_load_from_on_disk_cache to the QueryContext.Camille GILLOT-5/+4
2021-02-19Decouple QueryContext from DepContext.Camille GILLOT-6/+28
2021-02-19Don't require a QueryContext to access the DepGraph.Camille GILLOT-1/+4
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-95/+321
2021-01-14Use Option::map_or instead of `.map(..).unwrap_or(..)`LingMan-1/+1
2021-01-12Serialize dependency graph directly from DepGraphTyson Nottingham-95/+321
2021-01-08Use a side-table of consts instead of matching on the DepKind enum.Camille GILLOT-1/+1
2021-01-08Simplify DepNodeParams.Camille GILLOT-6/+0
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-52/+103
2020-12-22rustc_query_system: share previous graph edges with current graphTyson Nottingham-65/+159
2020-12-22rustc_query_system: share previous graph data with current graphTyson Nottingham-216/+499
2020-12-18rustc_query_system: explicitly register reused dep nodesTyson Nottingham-50/+23
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-19/+58
2020-11-25Fix rebase falloutAaron Hill-1/+1
2020-11-25Lazy DefPath decoding for incremental compilationAaron Hill-0/+16
2020-11-18Make PackedFingerprint's Fingerprint privateTyson Nottingham-4/+4
2020-11-18Use PackedFingerprint in DepNode to reduce memory consumptionTyson Nottingham-6/+6
2020-10-30Fix even more clippy warningsJoshua Nelson-4/+2
2020-10-14Remove unused code from rustc_query_systemest31-27/+1
2020-08-30mv compiler to compiler/mark-0/+1634