rust/src/libterm
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
..
terminfo Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
lib.rs Stabilize std::convert and related code 2015-03-31 11:24:38 -07:00
win.rs Bug fixes 2015-03-25 10:37:03 +13:00