about summary refs log tree commit diff
path: root/src/libstd/sys/common
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-01-01 22:24:06 -0800
committerAlex Crichton <alex@alexcrichton.com>2015-01-01 22:31:53 -0800
commitf2ccdfd8914b7b8f8f8f2053f9ecd98d54ef95a6 (patch)
treec4b42e27633b47edf08b898f565eab5b38493541 /src/libstd/sys/common
parentcd614164e692cca3a1460737f581fcb6d4630baf (diff)
downloadrust-f2ccdfd8914b7b8f8f8f2053f9ecd98d54ef95a6.tar.gz
rust-f2ccdfd8914b7b8f8f8f2053f9ecd98d54ef95a6.zip
std: Second pass stabilization for `boxed`
This commit performs a second pass over the `std::boxed` module, taking the
following actions:

* `boxed` is now stable
* `Box` is now stable
* `BoxAny` is removed in favor of a direct `impl Box<Any>`
* `Box::downcast` remains unstable while the name of the `downcast` family of
  methods is determined.

This is a breaking change due to the removal of the `BoxAny` trait (note that
the `downcast` method still exists), and existing consumers of `BoxAny` simply
need to remove the import in their modules.

[breaking-change]
Diffstat (limited to 'src/libstd/sys/common')
0 files changed, 0 insertions, 0 deletions