rust/src/liballoc
Sebastian Hahn 79d0235439 Implement Weak::new_downgraded() (#30425)
This adds a constructor for a Weak that can never be upgraded. These are
mostly useless, but for example are required when deserializing.
2015-12-18 20:40:17 +01:00
..
arc.rs Auto merge of #30182 - alexcrichton:remove-deprecated, r=aturon 2015-12-10 19:54:15 +00:00
boxed_test.rs rustfmt: liballoc, liballoc_*, libarena 2015-11-24 11:23:17 +13:00
boxed.rs std: Stabilize APIs for the 1.6 release 2015-12-05 15:09:44 -08:00
heap.rs rustfmt: liballoc, liballoc_*, libarena 2015-11-24 11:23:17 +13:00
lib.rs std: Stabilize APIs for the 1.6 release 2015-12-05 15:09:44 -08:00
raw_vec.rs std: Stabilize APIs for the 1.6 release 2015-12-05 15:09:44 -08:00
rc.rs Implement Weak::new_downgraded() (#30425) 2015-12-18 20:40:17 +01:00