about summary refs log tree commit diff
path: root/compiler/rustc_query_system/src/dep_graph/serialized.rs
AgeCommit message (Expand)AuthorLines
2021-09-15Use explicit log level in tracing instrument macroTomasz Miąsko-2/+2
2021-06-01Remove unused functions and arguments from rustc_serializebjorn3-6/+6
2021-05-22Get rid of PreviousDepGraph.Camille GILLOT-5/+35
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.Ca