rust/src/liballoc
bors 6d88afe477 Auto merge of #30015 - petrochenkov:staged, r=brson
Closes https://github.com/rust-lang/rust/issues/30008

`#[stable]`, `#[unstable]` and `#[rustc_deprecated]` are now guarded by `#[feature(staged_api)]`

r? @brson
2015-11-26 10:22:37 +00:00
..
arc.rs Auto merge of #30017 - nrc:fmt, r=brson 2015-11-25 20:40:27 +00:00
boxed.rs rustfmt: liballoc, liballoc_*, libarena 2015-11-24 11:23:17 +13:00
boxed_test.rs rustfmt: liballoc, liballoc_*, libarena 2015-11-24 11:23:17 +13:00
heap.rs rustfmt: liballoc, liballoc_*, libarena 2015-11-24 11:23:17 +13:00
lib.rs Remove all uses of #[staged_api] 2015-11-25 21:55:26 +03:00
raw_vec.rs Fix excessive memory allocation in RawVec::reserve 2015-10-31 00:17:16 +03:00
rc.rs Auto merge of #30017 - nrc:fmt, r=brson 2015-11-25 20:40:27 +00:00