rust/src/rustbook
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
..
book.rs Add generic conversion traits 2015-03-23 15:01:45 -07:00
build.rs Add generic conversion traits 2015-03-23 15:01:45 -07:00
css.rs Make the book chapters printable 2015-02-05 10:21:06 +01:00
error.rs Stabilize the Error trait 2015-03-23 11:27:19 -07:00
help.rs std: Deprecate std::old_io::fs 2015-03-04 15:59:30 -08:00
javascript.rs Fix for misspelled comments. 2015-02-04 23:00:02 -05:00
main.rs Stabilize std::convert and related code 2015-03-31 11:24:38 -07:00
serve.rs std: Deprecate std::old_io::fs 2015-03-04 15:59:30 -08:00
subcommand.rs Add trivial cast lints. 2015-03-25 10:03:57 +13:00
term.rs Fallout of std::old_io deprecation 2015-03-13 10:00:28 -07:00
test.rs std: Deprecate std::old_io::fs 2015-03-04 15:59:30 -08:00