rust/src/libstd/thread
Alex Crichton f19e763e08 std: Stabilize the rest of Any/BoxAny
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-30 16:44:11 -07:00
..
local.rs Bug fixes 2015-03-25 10:37:03 +13:00
mod.rs std: Stabilize the rest of Any/BoxAny 2015-03-30 16:44:11 -07:00
scoped.rs Test fixes and rebase conflicts, round 2 2015-03-23 17:10:19 -07:00