Uh oh!
There was an error while loading. Please reload this page.
Backport PRs to beta - #35914
Merged
Merged
Conversation
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`
Closesrust-lang#27708
cc rust-lang#27709Closesrust-lang#32313Closesrust-lang#32630Closesrust-lang#32713Closesrust-lang#34029Closesrust-lang#34392Closesrust-lang#34285Closesrust-lang#34529rust-highfive
commented
Aug 23, 2016
Contributor
alexcrichton
commented
Aug 23, 2016
MemberAuthor
I believe this will also end up having a fix in cargo for a regression on Beta |
pmatos pushed a commit
to LinkiTools/rust
that referenced
this pull request
Sep 27, 2016
Backport PRs to beta
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.
Also bump the beta version to .2
Backports of:
vec::IntoItercovariant again #35733r? @brson