rust/src/libstd/sys
Alex Crichton da04788efc rollup merge of #23875: aturon/revise-convert-2
* Marks `#[stable]` the contents of the `std::convert` module.

* Added methods `PathBuf::as_path`, `OsString::as_os_str`,
  `String::as_str`, `Vec::{as_slice, as_mut_slice}`.

* Deprecates `OsStr::from_str` in favor of a new, stable, and more
  general `OsStr::new`.

* Adds unstable methods `OsString::from_bytes` and `OsStr::{to_bytes,
  to_cstring}` for ergonomic FFI usage.

[breaking-change]

r? @alexcrichton
2015-03-31 15:53:26 -07:00
..
common rollup merge of #23766: alexcrichton/stabilize-raw-fd 2015-03-31 15:49:10 -07:00
unix rollup merge of #23875: aturon/revise-convert-2 2015-03-31 15:53:26 -07:00
windows rollup merge of #23766: alexcrichton/stabilize-raw-fd 2015-03-31 15:49:10 -07:00