]> git.lizzy.rs Git - rust.git/commit
auto merge of #15591 : aturon/rust/box-cell-stability, r=alexcrichton
authorbors <bors@rust-lang.org>
Sun, 13 Jul 2014 21:01:28 +0000 (21:01 +0000)
committerbors <bors@rust-lang.org>
Sun, 13 Jul 2014 21:01:28 +0000 (21:01 +0000)
commitffd9966c79ad034fe16e66e6c6795473473a6f50
treee50643ce8f24f411e120b8e1381b026d5d9fadc2
parent7a6208f2cc1bbe29dc42b21d27e98894b8bacc04
parente0ede9c6b3894851b800a323757857eba07943b5
auto merge of #15591 : aturon/rust/box-cell-stability, r=alexcrichton

This PR is the outcome of the library stabilization meeting for the
`liballoc::owned` and `libcore::cell` modules.

Aside from the stability attributes, there are a few breaking changes:

* The `owned` modules is now named `boxed`, to better represent its
  contents. (`box` was unavailable, since it's a keyword.) This will
  help avoid the misconception that `Box` plays a special role wrt
  ownership.

* The `AnyOwnExt` extension trait is renamed to `BoxAny`, and its `move`
  method is renamed to `downcast`, in both cases to improve clarity.

* The recently-added `AnySendOwnExt` extension trait is removed; it was
  not being used and is unnecessary.

[breaking-change]
src/libcollections/treemap.rs
src/librustrt/lib.rs
src/libstd/io/fs.rs
src/libstd/lib.rs