]> git.lizzy.rs Git - rust.git/commit
std: Fixup some missing stabilization on str
authorAlex Crichton <alex@alexcrichton.com>
Mon, 5 Jan 2015 07:32:20 +0000 (23:32 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Mon, 5 Jan 2015 07:32:20 +0000 (23:32 -0800)
commit267b73d95e4fcc906e1b1207ab610fa45f6e6613
treeb9b264b3fd5a503116ebf8eea713fb538d2c1b33
parented22606c8382822efc555f72f895c560289a5c70
std: Fixup some missing stabilization on str

* The `str` module itself is stable.
* The `StrExt` trait is stable (and impls).
* The `Utf8Error` type is unstable.
* The `from_utf8` function is stable
* Some iterators are now stable:
  * `Chars`
  * `CharIndices`
* The `MatchIndices` iterator is now unstable
* The public `traits` module is no longer public.
src/libcollections/str.rs
src/libcore/str/mod.rs