rust/src/libstd
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
..
collections core: Move the collections traits to libcollections 2014-06-09 00:38:46 -07:00
comm core: Rename container mod to collections. Closes #12543 2014-06-08 21:29:57 -07:00
io core: Rename container mod to collections. Closes #12543 2014-06-08 21:29:57 -07:00
num core: Rename container mod to collections. Closes #12543 2014-06-08 21:29:57 -07:00
path core: Move the collections traits to libcollections 2014-06-09 00:38:46 -07:00
rand core: Move the collections traits to libcollections 2014-06-09 00:38:46 -07:00
rt core: Move the collections traits to libcollections 2014-06-09 00:38:46 -07:00
sync std: Deal with fallout of rtio changes 2014-06-06 22:19:57 -07:00
unstable std: Deal with fallout of rtio changes 2014-06-06 22:19:57 -07:00
ascii.rs core: Rename container mod to collections. Closes #12543 2014-06-08 21:29:57 -07:00
bitflags.rs std: Drop Total from Total{Eq,Ord} 2014-06-01 10:31:27 -07:00
c_vec.rs core: Rename container mod to collections. Closes #12543 2014-06-08 21:29:57 -07:00
failure.rs std: Extract librustrt out of libstd 2014-06-06 22:19:41 -07:00
fmt.rs docs: Stop using notrust 2014-06-02 12:37:54 +02:00
from_str.rs std: Recreate a collections module 2014-06-05 13:55:10 -07:00
gc.rs core: Inhert ~/@/& cmp traits, remove old modules 2014-05-07 08:15:58 -07:00
lib.rs core: Move the collections traits to libcollections 2014-06-09 00:38:46 -07:00
macros.rs mk: Run doc tests with --cfg dox 2014-06-06 19:51:52 -07:00
os.rs core: Rename container mod to collections. Closes #12543 2014-06-08 21:29:57 -07:00
prelude.rs core: Move the collections traits to libcollections 2014-06-09 00:38:46 -07:00
rtdeps.rs std: Deal with fallout of rtio changes 2014-06-06 22:19:57 -07:00
task.rs libs: Fix miscellaneous fallout of librustrt 2014-06-06 23:00:01 -07:00
to_str.rs std: Remove format_strbuf!() 2014-05-28 08:35:41 -07:00