rust/src/libstd/collections
Aaron Turon 5fa9de16df Implement RFC 580
This commit implements RFC 580 by renaming:

* DList -> LinkedList
* Bitv -> BitVec
* BitvSet -> BitSet
* RingBuf -> VecDeque

More details are in [the
RFC](https://github.com/rust-lang/rfcs/pull/580)

[breaking-change]
2015-02-18 14:01:46 -05:00
..
hash Register new snapshots 2015-02-17 22:04:31 -08:00
mod.rs Implement RFC 580 2015-02-18 14:01:46 -05:00