summary refs log tree commit diff
path: root/src/librustc/dep_graph/serialized.rs
AgeCommit message (Expand)AuthorLines
2018-03-19Convert SerializedDepGraph to be a struct-of-arraysWesley Wiser-1/+5
2017-10-04Generate SerializedDepNodeIndex using newtype_index macroSantiago Pastorino-17/+1
2017-10-02incr.comp.: Remove legacy dep-graph runtime.Michael Woerister-1/+4
2017-09-27Remove SerializedDepNodeIndex::new it is already impl for IdxSantiago Pastorino-8/+0
2017-09-23incr.comp.: Serialize and deserialize new DepGraphMichael Woerister-0/+71