rust/src/librustdoc
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
..
clean Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
html Fix extremely small stability bars on docs page 2015-03-29 15:14:02 -04:00
core.rs Separate most of rustc::lint::builtin into a separate crate. 2015-02-28 15:33:59 +11:00
doctree.rs rustdoc: Fix ICE with cross-crate default impls 2015-03-12 21:01:49 -07:00
externalfiles.rs Add generic conversion traits 2015-03-23 15:01:45 -07:00
flock.rs Fallout of std::old_io deprecation 2015-03-13 10:00:28 -07:00
fold.rs syntax: gather common fields of impl & trait items into their respective types. 2015-03-11 23:39:16 +02:00
lib.rs Stabilize std::convert and related code 2015-03-31 11:24:38 -07:00
markdown.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
passes.rs rustdoc: Fix ICE with cross-crate default impls 2015-03-12 21:01:49 -07:00
plugins.rs Test fixes and rebase conflicts, round 2 2015-03-27 13:43:42 -07:00
stability_summary.rs Fix some typos 2015-03-28 18:09:51 +03:00
test.rs rollup merge of #23786: alexcrichton/less-quotes 2015-03-27 16:10:25 -07:00
visit_ast.rs Test fixes and rebase conflicts, round 2 2015-03-24 18:37:16 -07:00