rust/src/liballoc
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
..
arc.rs core: Add stability attributes to Clone 2014-06-24 17:22:57 -07:00
heap.rs Merge conflicts from the rollup 2014-06-18 17:23:03 -07:00
lib.rs librustc: Feature gate lang items and intrinsics. 2014-06-23 23:28:28 -07:00
libc_heap.rs alloc: Refactor OOM into a common routine 2014-06-16 18:15:48 -07:00
owned.rs core: Add stability attributes to Clone 2014-06-24 17:22:57 -07:00
rc.rs core: Add stability attributes to Clone 2014-06-24 17:22:57 -07:00
util.rs libs: Fix miscellaneous fallout of librustrt 2014-06-06 23:00:01 -07:00