summary refs log tree commit diff
path: root/src/librustc_data_structures/snapshot_map
AgeCommit message (Collapse)AuthorLines
2016-11-08Replace FnvHasher use with FxHasher.Nicholas Nethercote-3/+3
This speeds up compilation by 3--6% across most of rustc-benchmarks.
2016-10-21only remove keys that mention skolemized regionsNiko Matsakis-3/+7
2016-10-21when pop skol, also remove from proj cacheNiko Matsakis-15/+42
2016-10-20run rustfmt on snapshot_mapSrinivas Reddy Thatiparthy-8/+9
2016-05-31add a snapshottable hashmapNiko Matsakis-0/+188