rust/src/liballoc
Nicolas Silva dec23d41a6 Update Rc and Arc documentation.
It was decided in the RFC discussion https://github.com/rust-lang/rfcs/pull/1954 to make the function call syntax Rc::clone(&foo) the idiomatic way to clone a reference counted pointer (over the method call syntax foo.clone(). This change updates the documentation of Rc, Arc and their respoective Weak pointers to reflect it and bring more exposure to the existence of the function call syntax.
2017-05-22 16:15:37 +02:00
..
arc.rs Update Rc and Arc documentation. 2017-05-22 16:15:37 +02:00
boxed.rs Correct some stability versions 2017-05-20 08:38:39 +01:00
boxed_test.rs Direct conversions between slices and boxes. 2017-02-06 18:53:13 -05:00
Cargo.toml rustbuild: Add support for crate tests + doctests 2016-05-12 08:52:20 -07:00
heap.rs Deprecate heap::EMPTY in favour of Unique::empty or otherwise. 2017-05-04 23:54:54 -04:00
lib.rs Update stage0 bootstrap compiler 2017-04-29 12:11:14 -07:00
macros.rs Add {into,from}_raw to Rc and Arc 2016-11-05 00:50:41 +00:00
oom.rs drop an unnecessary newline 2016-11-10 23:44:15 -05:00
raw_vec.rs Deprecate heap::EMPTY in favour of Unique::empty or otherwise. 2017-05-04 23:54:54 -04:00
rc.rs Update Rc and Arc documentation. 2017-05-22 16:15:37 +02:00
str.rs More methods for str boxes. 2017-04-24 17:51:49 -04:00