rust/src/test
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
..
auxiliary auto merge of #15394 : pcwalton/rust/new-index-traits, r=nick29581 2014-07-07 22:46:41 +00:00
bench std: Rename the ToStr trait to ToString, and to_str to to_string. 2014-07-08 13:01:43 -07:00
codegen Add pub to all the codegen tests 2013-10-10 06:00:51 -07:00
compile-fail Stabilization for owned (now boxed) and cell 2014-07-13 12:52:51 -07:00
compile-fail-fulldeps Add scaffolding for assigning alpha-numeric codes to rustc diagnostics 2014-07-11 00:32:00 +02:00
debuginfo std: Rename the ToStr trait to ToString, and to_str to to_string. 2014-07-08 13:01:43 -07:00
pretty librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
run-fail rustc: Remove &str indexing from the language. 2014-07-01 19:12:29 -07:00
run-make auto merge of #15518 : alexcrichton/rust/fix-some-crate-names, r=sfackler 2014-07-08 13:31:41 +00:00
run-pass Stabilization for owned (now boxed) and cell 2014-07-13 12:52:51 -07:00
run-pass-fulldeps librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00