rust/src/liballoc
Frank McSherry 094f1c4dc6 Update rc.rs
The original description suggests that the original `Rc<T>` itself is downgraded, which doesn't seem to be what the code does. At the same time, `Rc` is one of those types that can do weird things with only a shared reference, so I thought it would be good to be clear.
2016-06-05 20:26:24 +02:00
..
arc.rs rustfmt liballoc folder 2016-05-28 02:25:16 +05:30
boxed_test.rs rustfmt liballoc folder 2016-05-28 02:25:16 +05:30
boxed.rs rustfmt liballoc folder 2016-05-28 02:25:16 +05:30
Cargo.toml rustbuild: Add support for crate tests + doctests 2016-05-12 08:52:20 -07:00
heap.rs rustfmt liballoc folder 2016-05-28 02:25:16 +05:30
lib.rs std: Stabilize APIs for the 1.10 release 2016-05-24 09:00:39 -07:00
oom.rs
raw_vec.rs Support 16-bit pointers as well as i/usize 2016-05-19 13:55:13 -04:00
rc.rs Update rc.rs 2016-06-05 20:26:24 +02:00