rust/src/test
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
..
auxiliary mk: Move rust_test_helpers out of libstd 2014-06-05 17:55:41 -07:00
bench relicense shootout-fannkuch-redux.rs 2014-06-08 22:25:49 +02:00
codegen
compile-fail core: Move the collections traits to libcollections 2014-06-09 00:38:46 -07:00
compile-fail-fulldeps Fixes #14185. 2014-06-04 16:59:27 -04:00
debuginfo debuginfo: Make DWARF representation of enums uniform. 2014-05-29 14:21:03 +02:00
pretty Move std::{reflect,repr,Poly} to a libdebug crate 2014-05-27 21:44:51 -07:00
run-fail Fallout from the libcollections movement 2014-06-05 13:55:11 -07:00
run-make rustc: Preserve reachable extern fns with LTO 2014-06-06 19:52:21 -07:00
run-pass core: Rename container mod to collections. Closes #12543 2014-06-08 21:29:57 -07:00
run-pass-fulldeps std: Rename {Eq,Ord} to Partial{Eq,Ord} 2014-05-30 15:52:24 -07:00