rust/src/libstd
Aaron Turon e0ede9c6b3 Stabilization for owned (now boxed) and cell
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]
2014-07-13 12:52:51 -07:00
..
collections Stabilization for owned (now boxed) and cell 2014-07-13 12:52:51 -07:00
io Stabilization for owned (now boxed) and cell 2014-07-13 12:52:51 -07:00
num std: Rename the ToStr trait to ToString, and to_str to to_string. 2014-07-08 13:01:43 -07:00
path std: Add some implementation of common traits 2014-07-10 07:50:58 -07:00
rand libstd: set baseline stability levels. 2014-06-30 22:49:18 -07:00
rt Add libunicode; move unicode functions from core 2014-07-07 14:52:24 -04:00
sync libstd: set baseline stability levels. 2014-06-30 22:49:18 -07:00
ascii.rs std: Rename the ToStr trait to ToString, and to_str to to_string. 2014-07-08 13:01:43 -07:00
bitflags.rs libstd: set baseline stability levels. 2014-06-30 22:49:18 -07:00
c_vec.rs libstd: set baseline stability levels. 2014-06-30 22:49:18 -07:00
dynamic_lib.rs std: Rename the ToStr trait to ToString, and to_str to to_string. 2014-07-08 13:01:43 -07:00
failure.rs Stabilization for owned (now boxed) and cell 2014-07-13 12:52:51 -07:00
fmt.rs libstd: set baseline stability levels. 2014-06-30 22:49:18 -07:00
from_str.rs std: Rename the ToStr trait to ToString, and to_str to to_string. 2014-07-08 13:01:43 -07:00
gc.rs libstd: set baseline stability levels. 2014-06-30 22:49:18 -07:00
hash.rs std: move the hash docstring over to std::hash. 2014-07-01 07:29:16 -07:00
lib.rs Stabilization for owned (now boxed) and cell 2014-07-13 12:52:51 -07:00
macros.rs libstd: set baseline stability levels. 2014-06-30 22:49:18 -07:00
os.rs std: Rename the ToStr trait to ToString, and to_str to to_string. 2014-07-08 13:01:43 -07:00
prelude.rs Stabilization for owned (now boxed) and cell 2014-07-13 12:52:51 -07:00
rtdeps.rs libstd: set baseline stability levels. 2014-06-30 22:49:18 -07:00
task.rs Stabilization for owned (now boxed) and cell 2014-07-13 12:52:51 -07:00
to_str.rs std: Rename the ToStr trait to ToString, and to_str to to_string. 2014-07-08 13:01:43 -07:00