rust/src/libstd/io
Manish Goregaokar 6c6f2317ba Rollup merge of #22729 - alexcrichton:ptr-stabilization, r=aturon
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]
2015-02-25 10:29:46 +05:30
..
buffered.rs Rollup merge of #22729 - alexcrichton:ptr-stabilization, r=aturon 2015-02-25 10:29:46 +05:30
cursor.rs Replace all uses of &foo[] with &foo[..] en masse. 2015-02-18 17:36:03 -05:00
error.rs std: Add io module again 2015-02-03 12:51:12 -08:00
impls.rs std: Update the std::io adaptors to proxy all methods 2015-02-19 20:39:01 -08:00
mod.rs Rollup merge of #22640 - sfackler:fix-take, r=alexcrichton 2015-02-23 11:43:56 -08:00
prelude.rs std: Add a new fs module 2015-02-09 18:43:12 -08:00
util.rs std: Add io module again 2015-02-03 12:51:12 -08:00