rust/src/liballoc
Alex Burka 983349ee99 remove #![feature(rc_unique)] from Rc docs
`Rc::try_unwrap` and `Rc::make_mut` are stable since 1.4.0, but the example code still has `#![feature(rc_unique)]`. Ideally the stable and beta docs would be updated, but I don't think that's possible...
2015-11-02 15:36:22 -05:00
..
arc.rs don't use drop_in_place as an intrinsic 2015-10-30 11:24:54 -04:00
boxed.rs Remove some trivial transmutes 2015-10-17 20:29:49 -04:00
boxed_test.rs rustfmt liballoc 2015-09-24 10:00:54 +12:00
heap.rs Better function calls 2015-09-24 11:32:01 +12:00
lib.rs expose drop_in_place as ptr::drop_in_place 2015-10-30 10:54:25 -04:00
raw_vec.rs Fix excessive memory allocation in RawVec::reserve 2015-10-31 00:17:16 +03:00
rc.rs remove #![feature(rc_unique)] from Rc docs 2015-11-02 15:36:22 -05:00