rust/src/librustrt
bors ffd9966c79 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]
2014-07-13 21:01:28 +00:00
..
args.rs Stabilization for owned (now boxed) and cell 2014-07-13 12:52:51 -07:00
at_exit_imp.rs Stabilization for owned (now boxed) and cell 2014-07-13 12:52:51 -07:00
bookkeeping.rs
c_str.rs io::process::Command: add fine-grained env builder 2014-07-10 12:16:16 -07:00
exclusive.rs
lib.rs auto merge of #15591 : aturon/rust/box-cell-stability, r=alexcrichton 2014-07-13 21:01:28 +00:00
libunwind.rs Fix spelling errors. 2014-07-03 12:54:51 -07:00
local_data.rs Stabilization for owned (now boxed) and cell 2014-07-13 12:52:51 -07:00
local_heap.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
local_ptr.rs Stabilization for owned (now boxed) and cell 2014-07-13 12:52:51 -07:00
local.rs Stabilization for owned (now boxed) and cell 2014-07-13 12:52:51 -07:00
macros.rs
mutex.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
rtio.rs Stabilization for owned (now boxed) and cell 2014-07-13 12:52:51 -07:00
stack.rs Stabilization for owned (now boxed) and cell 2014-07-13 12:52:51 -07:00
task.rs Stabilization for owned (now boxed) and cell 2014-07-13 12:52:51 -07:00
thread_local_storage.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
thread.rs Stabilization for owned (now boxed) and cell 2014-07-13 12:52:51 -07:00
unwind.rs Stabilization for owned (now boxed) and cell 2014-07-13 12:52:51 -07:00
util.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00