rust/src/libcollections
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
..
hash Stabilization for owned (now boxed) and cell 2014-07-13 12:52:51 -07:00
bitv.rs auto merge of #15556 : alexcrichton/rust/snapshots, r=brson 2014-07-10 03:21:30 +00:00
btree.rs Stabilization for owned (now boxed) and cell 2014-07-13 12:52:51 -07:00
deque.rs
dlist.rs Stabilization for owned (now boxed) and cell 2014-07-13 12:52:51 -07:00
enum_set.rs
lib.rs auto merge of #15556 : alexcrichton/rust/snapshots, r=brson 2014-07-10 03:21:30 +00:00
macros.rs
priority_queue.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
ringbuf.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
slice.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
smallintmap.rs std: Rename the ToStr trait to ToString, and to_str to to_string. 2014-07-08 13:01:43 -07:00
str.rs auto merge of #15283 : kwantam/rust/master, r=alexcrichton 2014-07-09 18:36:30 +00:00
string.rs std: Rename the ToStr trait to ToString, and to_str to to_string. 2014-07-08 13:01:43 -07:00
treemap.rs Stabilization for owned (now boxed) and cell 2014-07-13 12:52:51 -07:00
trie.rs Stabilization for owned (now boxed) and cell 2014-07-13 12:52:51 -07:00
vec.rs auto merge of #15471 : erickt/rust/push_all, r=acrichto 2014-07-09 20:21:29 +00:00