about summary refs log tree commit diff
path: root/src/librustc_data_structures/snapshot_map/test.rs
AgeCommit message (Collapse)AuthorLines
2019-08-02librustc_data_structures: Unconfigure tests during normal buildVadim Petrochenkov-43/+0
2018-12-25Remove licensesMark Rousskov-10/+0
2018-11-25Remove `OpenSnapshot` and `CommittedSnapshot` markers from `SnapshotMap`.Nicholas Nethercote-4/+7
They're not strictly necessary, and they result in the `Vec` being allocated even for the trivial (and common) case where a `start_snapshot` is immediately followed by a `commit` or `rollback_to`.
2018-11-25Make `commit` and `rollback_to` methods take ownership of the snapshots.Nicholas Nethercote-4/+4
Because they shouldn't be reused. This provides consistency with the `ena` crate.
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