about summary refs log tree commit diff
path: root/src/librustc/dep_graph/serialized.rs
AgeCommit message (Expand)AuthorLines
2019-02-05move librustc to 2018Mark Mansi-2/+2
2018-12-25Remove licensesMark Rousskov-10/+0
2018-10-19Prefer `Default::default` over `FxHash*::default` in struct constructorsOliver Scherer-11/+1
2018-09-07change syntax of `newtype_index` to look like a struct declNiko Matsakis-1/+3
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