Uh oh!
There was an error while loading. Please reload this page.
std: Stabilize APIs for the 1.12 release - #35607
Merged
Merged
Conversation
alexcrichton
commented
Aug 11, 2016
MemberAuthor
r? @aturon cc @rust-lang/libs |
rust-highfive
commented
Aug 11, 2016
Contributor
r? @brson (rust_highfive has picked a reviewer for you, use r? to override) |
Contributor
There was a problem hiding this comment.
Why do this and is_documentation have no tag at all now?
MemberAuthor
There was a problem hiding this comment.
Ah yeah this file is tagged with #![unstable], so it inherits from that.
brson
commented
Aug 17, 2016
Contributor
r=me assuming the question of the disappeared tags is resolved. |
alexcrichtonforce-pushed
the
stabilize-1.12
branch
from
August 18, 2016 19:59
34fbee3 to
7173794Comparealexcrichton
commented
Aug 18, 2016
MemberAuthor
@bors: r=brson |
bors
commented
Aug 18, 2016
Collaborator
📌 Commit 7173794 has been approved by |
bors
commented
Aug 18, 2016
Collaborator
bors added a commit
that referenced
this pull request
Aug 18, 2016
std: Stabilize APIs for the 1.12 release
Stabilized
* `Cell::as_ptr`
* `RefCell::as_ptr`
* `IpAddr::is_{unspecified,loopback,multicast}`
* `Ipv6Addr::octets`
* `LinkedList::contains`
* `VecDeque::contains`
* `ExitStatusExt::from_raw` - both on Unix and Windows
* `Receiver::recv_timeout`
* `RecvTimeoutError`
* `BinaryHeap::peek_mut`
* `PeekMut`
* `iter::Product`
* `iter::Sum`
* `OccupiedEntry::remove_entry`
* `VacantEntry::into_key`
Deprecated
* `Cell::as_unsafe_cell`
* `RefCell::as_unsafe_cell`
* `OccupiedEntry::remove_pair`
Closes#27708
cc #27709Closes#32313Closes#32630Closes#32713Closes#34029Closes#34392Closes#34285Closes#34529bors
commented
Aug 18, 2016
Collaborator
💔 Test failed - auto-mac-64-opt-rustbuild |
alexcrichtonforce-pushed
the
stabilize-1.12
branch
from
August 19, 2016 04:56
7173794 to
43f6abfCompareStabilized
* `Cell::as_ptr`
* `RefCell::as_ptr`
* `IpAddr::is_{unspecified,loopback,multicast}`
* `Ipv6Addr::octets`
* `LinkedList::contains`
* `VecDeque::contains`
* `ExitStatusExt::from_raw` - both on Unix and Windows
* `Receiver::recv_timeout`
* `RecvTimeoutError`
* `BinaryHeap::peek_mut`
* `PeekMut`
* `iter::Product`
* `iter::Sum`
* `OccupiedEntry::remove_entry`
* `VacantEntry::into_key`
Deprecated
* `Cell::as_unsafe_cell`
* `RefCell::as_unsafe_cell`
* `OccupiedEntry::remove_pair`
Closesrust-lang#27708
cc rust-lang#27709Closesrust-lang#32313Closesrust-lang#32630Closesrust-lang#32713Closesrust-lang#34029Closesrust-lang#34392Closesrust-lang#34285Closesrust-lang#34529alexcrichtonforce-pushed
the
stabilize-1.12
branch
from
August 19, 2016 19:01
43f6abf to
afeeadeComparealexcrichton
commented
Aug 19, 2016
MemberAuthor
@bors: r=brson |
bors
commented
Aug 19, 2016
Collaborator
📌 Commit afeeade has been approved by |
bors
commented
Aug 20, 2016
Collaborator
bors added a commit
that referenced
this pull request
Aug 20, 2016
std: Stabilize APIs for the 1.12 release
Stabilized
* `Cell::as_ptr`
* `RefCell::as_ptr`
* `IpAddr::is_{unspecified,loopback,multicast}`
* `Ipv6Addr::octets`
* `LinkedList::contains`
* `VecDeque::contains`
* `ExitStatusExt::from_raw` - both on Unix and Windows
* `Receiver::recv_timeout`
* `RecvTimeoutError`
* `BinaryHeap::peek_mut`
* `PeekMut`
* `iter::Product`
* `iter::Sum`
* `OccupiedEntry::remove_entry`
* `VacantEntry::into_key`
Deprecated
* `Cell::as_unsafe_cell`
* `RefCell::as_unsafe_cell`
* `OccupiedEntry::remove_pair`
Closes#27708
cc #27709Closes#32313Closes#32630Closes#32713Closes#34029Closes#34392Closes#34285Closes#34529bors
commented
Aug 20, 2016
Collaborator
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Stabilized
Cell::as_ptrRefCell::as_ptrIpAddr::is_{unspecified,loopback,multicast}Ipv6Addr::octetsLinkedList::containsVecDeque::containsExitStatusExt::from_raw- both on Unix and WindowsReceiver::recv_timeoutRecvTimeoutErrorBinaryHeap::peek_mutPeekMutiter::Productiter::SumOccupiedEntry::remove_entryVacantEntry::into_keyDeprecated
Cell::as_unsafe_cellRefCell::as_unsafe_cellOccupiedEntry::remove_pairCloses#27708
cc #27709
Closes#32313
Closes#32630
Closes#32713
Closes#34029
Closes#34392
Closes#34285
Closes#34529