summary refs log tree commit diff
path: root/src/librustc_data_structures/snapshot_map/test.rs
AgeCommit message (Expand)AuthorLines
2018-12-25Remove licensesMark Rousskov-10/+0
2018-11-25Remove `OpenSnapshot` and `CommittedSnapshot` markers from `SnapshotMap`.Nicholas Nethercote-4/+7
2018-11-25Make `commit` and `rollback_to` methods take ownership of the snapshots.Nicholas Nethercote-4/+4
2018-10-19Update unit testsOliver Scherer-3/+3
2018-08-09Make SnapshotMap::{commit, rollback_to} take referencesljedrz-4/+4
2016-05-31add a snapshottable hashmapNiko Matsakis-0/+50