rust/src/libstd/sys
Aaron Turon 9fc51efe33 Stabilize std::convert and related code
* 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]
2015-03-31 11:24:38 -07:00
..
common rollup merge of #23741: alexcrichton/remove-int-uint 2015-03-27 10:10:05 -07:00
unix Stabilize std::convert and related code 2015-03-31 11:24:38 -07:00
windows Remove IteratorExt 2015-03-28 13:53:45 -07:00