]> git.lizzy.rs Git - rust.git/commit
Convert SerializedDepGraph to be a struct-of-arrays
authorWesley Wiser <wwiser@gmail.com>
Thu, 15 Mar 2018 22:56:20 +0000 (18:56 -0400)
committerWesley Wiser <wwiser@gmail.com>
Mon, 19 Mar 2018 23:45:35 +0000 (19:45 -0400)
commitc43b1a09e034f978317bf087214f8f4cde80ba40
tree312b6ef0dfa61b5861216cec15ce8ae50a35bcdb
parent5508b27145cfb82896ae838e6aca0cd48750796f
Convert SerializedDepGraph to be a struct-of-arrays

Fixes #47326
src/librustc/dep_graph/graph.rs
src/librustc/dep_graph/prev.rs
src/librustc/dep_graph/serialized.rs
src/librustc_data_structures/indexed_vec.rs
src/librustc_incremental/persist/save.rs