summary refs log tree commit diff
path: root/src/librustc_data_structures/snapshot_map
AgeCommit message (Expand)AuthorLines
2018-10-19Update unit testsOliver Scherer-3/+3
2018-10-19Prefer `Default::default` over `FxHash*::default` in struct constructorsOliver Scherer-2/+6
2018-10-19Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hackOliver Scherer-1/+1
2018-08-09Make SnapshotMap::{commit, rollback_to} take referencesljedrz-9/+9
2018-05-17Avoid repeated HashMap lookups in `opt_normalize_projection_type`.Nicholas Nethercote-0/+6
2018-02-18Generate documentation for auto-trait implsAaron Hill-0/+5
2016-11-08Replace FnvHasher use with FxHasher.Nicholas Nethercote-3/+3
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