rust/src/libcollections/btree
Aaron Turon 92ccc073e1 Stabilize clone
This patch marks `clone` stable, as well as the `Clone` trait, but
leaves `clone_from` unstable. The latter will be decided by the beta.

The patch also marks most manual implementations of `Clone` as stable,
except where the APIs are otherwise deprecated or where there is
uncertainty about providing `Clone`.
2014-12-20 00:37:44 -08:00
..
map.rs rollup merge of #19902: alexcrichton/second-pass-mem 2014-12-17 11:50:29 -08:00
mod.rs refactor libcollections as part of collection reform 2014-11-02 18:58:11 -05:00
node.rs Stabilize clone 2014-12-20 00:37:44 -08:00
set.rs Work around #19982 by rewriting test impls to not use anonymous 2014-12-19 03:29:59 -05:00