]> git.lizzy.rs Git - rust.git/commit
add a snapshottable hashmap
authorNiko Matsakis <niko@alum.mit.edu>
Sat, 21 May 2016 12:18:09 +0000 (08:18 -0400)
committerNiko Matsakis <niko@alum.mit.edu>
Tue, 31 May 2016 23:44:05 +0000 (19:44 -0400)
commitd042ce2ed3da66b8c1e1983ab82f5973a926af74
treef5169459b4b75bfa8fc6f7617a9cce844fbd5bbc
parent5cff88f2a0646297e76539fd90a084d6926fdf7d
add a snapshottable hashmap
src/librustc_data_structures/lib.rs
src/librustc_data_structures/snapshot_map/mod.rs [new file with mode: 0644]
src/librustc_data_structures/snapshot_map/test.rs [new file with mode: 0644]