rust/src/libcollections
Brian Anderson adbd5d7a42 core: Add stability attributes to Clone
The following are tagged 'unstable'

- core::clone
- Clone
- Clone::clone
- impl Clone for Arc
- impl Clone for arc::Weak
- impl Clone for Rc
- impl Clone for rc::Weak
- impl Clone for Vec
- impl Clone for Cell
- impl Clone for RefCell
- impl Clone for small tuples

The following are tagged 'experimental'

- Clone::clone_from - may not provide enough utility
- impls for various extern "Rust" fns - may not handle lifetimes correctly

See https://github.com/rust-lang/rust/wiki/Meeting-API-review-2014-06-23#clone
2014-06-24 17:22:57 -07:00
..
hash Shorten endian conversion method names 2014-06-18 17:01:34 -07:00
bitv.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
btree.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
deque.rs core: Move the collections traits to libcollections 2014-06-09 00:38:46 -07:00
dlist.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
enum_set.rs Merge the Bitwise and ByteOrder traits into the Int trait 2014-06-18 17:01:34 -07:00
lib.rs Register new snapshots 2014-06-22 21:16:11 -07:00
macros.rs std: Recreate a collections module 2014-06-05 13:55:10 -07:00
priority_queue.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
ringbuf.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
slice.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
smallintmap.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
str.rs Deprecate the bytes!() macro. 2014-06-18 17:02:22 -07:00
string.rs std: Bring back half of Add on String 2014-06-24 17:17:09 -07:00
treemap.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
trie.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
unicode.rs std: Recreate a collections module 2014-06-05 13:55:10 -07:00
vec.rs core: Add stability attributes to Clone 2014-06-24 17:22:57 -07:00