rust/src/libstd/rand
Alex Crichton da0703973a core: Move the collections traits to libcollections
This commit moves Mutable, Map, MutableMap, Set, and MutableSet from
`core::collections` to the `collections` crate at the top-level. Additionally,
this removes the `deque` module and moves the `Deque` trait to only being
available at the top-level of the collections crate.

All functionality continues to be reexported through `std::collections`.

[breaking-change]
2014-06-09 00:38:46 -07:00
..
mod.rs Rename Iterator::len to count 2014-06-06 19:51:31 -07:00
os.rs core: Move the collections traits to libcollections 2014-06-09 00:38:46 -07:00
reader.rs core: Move the collections traits to libcollections 2014-06-09 00:38:46 -07:00