Skip to content

Conversation

@alexcrichton
Copy link
Member

No description provided.

* 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.
* The `sync` module is stable
* The `sync::mpsc` module is stable
* The `Sender::send` method is stable.
* The `Once::doit` method is now removed.
* Deprecated atomic initializers are removed.
* Renamed atomic initializers are now stable.
The module itself is stable (the name)
@alexcrichton
Copy link
Member Author

r? @aturon

@rust-highfive rust-highfive assigned pcwalton and aturon and unassigned pcwalton Jan 5, 2015
@rust-highfive
Copy link
Contributor

r? @pcwalton

(rust_highfive has picked a reviewer for you, use r? to override)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We may want to _un_stabilize AtomicInt/Uint and related names since they'll likely be renamed now.

@aturon
Copy link
Contributor

aturon commented Jan 5, 2015

Looks good modulo nit.

The int/uint story is under heavy development, and these types are likely to be
renamed.
alexcrichton added a commit to alexcrichton/rust that referenced this pull request Jan 6, 2015
@bors bors merged commit 4236c52 into rust-lang:master Jan 6, 2015
@alexcrichton alexcrichton deleted the missing-stability branch January 6, 2015 15:20
lnicola pushed a commit to lnicola/rust that referenced this pull request Nov 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants