]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #22729 - alexcrichton:ptr-stabilization, r=aturon
authorManish Goregaokar <manishsmail@gmail.com>
Wed, 25 Feb 2015 04:59:46 +0000 (10:29 +0530)
committerManish Goregaokar <manishsmail@gmail.com>
Wed, 25 Feb 2015 04:59:46 +0000 (10:29 +0530)
 Specifically, the following actions were takend:

* The `copy_memory` and `copy_nonoverlapping_memory` functions
  to drop the `_memory` suffix (as it's implied by the functionality). Both
  functions are now marked as `#[stable]`.
* The `set_memory` function was renamed to `write_bytes` and is now stable.
* The `zero_memory` function is now deprecated in favor of `write_bytes`
  directly.
* The `Unique` pointer type is now behind its own feature gate called `unique`
  to facilitate future stabilization.

[breaking-change]

1  2 
src/libcollections/slice.rs
src/libcollections/string.rs
src/libcollections/vec.rs
src/libcollections/vec_deque.rs
src/libstd/io/buffered.rs

Simple merge
Simple merge
Simple merge
Simple merge
Simple merge