summary refs log tree commit diff
path: root/compiler/rustc_query_system/src/dep_graph/serialized.rs
AgeCommit message (Expand)AuthorLines
2021-03-31Enable debugging the dep-graph without debug-assertions.Camille GILLOT-9/+5
2021-03-30Also profile finishing the encoding.Camille GILLOT-1/+2
2021-03-30Adjust profiling.Camille GILLOT-0/+3
2021-03-30Address review.Camille GILLOT-8/+9
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-1/+8
2021-03-30Do not allocate in decoder.Camille GILLOT-24/+34
2021-03-30Stream the dep-graph to a file.Camille GILLOT-74/+352
2021-01-12Serialize dependency graph directly from DepGraphTyson Nottingham-1/+78
2020-12-22rustc_query_system: share previous graph edges with current graphTyson Nottingham-1/+6
2020-08-30mv compiler to compiler/mark-0/+45