rust/src/liballoc
Alex Crichton d03120afd3 rollup merge of #23876: alexcrichton/stabilize-any
This commit stabilizes the following APIs:

* `TypeId::of` - now that it has an `Any` bound it's ready to be stable.
* `Box<Any>::downcast` - now that an inherent impl on `Box<Any>` as well as
  `Box<Any+Send>` is allowed the `BoxAny` trait is removed in favor of these
  inherent methods.

This is a breaking change due to the removal of the `BoxAny` trait, but
consumers can simply remove imports to fix crates.

[breaking-change]
2015-03-31 15:49:11 -07:00
..
arc.rs Rollup merge of #23803 - richo:unused-braces, r=Manishearth 2015-03-28 18:12:06 +05:30
boxed.rs std: Stabilize the rest of Any/BoxAny 2015-03-30 16:44:11 -07:00
boxed_test.rs std: Stabilize the rest of Any/BoxAny 2015-03-30 16:44:11 -07:00
heap.rs rollup merge of #23549: aturon/stab-num 2015-03-31 10:15:26 -07:00
lib.rs Added instability markers to POST_DROP_* consts, and related opt-in's. 2015-03-26 14:08:55 +01:00
rc.rs rollup merge of #23743: Adenilson/addInfoArcClone01 2015-03-27 10:07:47 -07:00