Skip to content

Backport PRs to beta - #35914

Merged
brson merged 6 commits into
rust-lang:betafrom
alexcrichton:beta-next
Aug 24, 2016
Merged

Backport PRs to beta#35914
brson merged 6 commits into
rust-lang:betafrom
alexcrichton:beta-next

Conversation

@alexcrichton

Copy link
Copy Markdown
Member

alexcrichtonand others added 6 commits August 22, 2016 22:41
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#34529
@rust-highfive

Copy link
Copy Markdown
Contributor

warningWarningwarning

  • Pull requests are usually filed against the master branch for this repo, but this one is against beta. Please double check that you specified the right target!

@alexcrichton

Copy link
Copy Markdown
MemberAuthor

I believe this will also end up having a fix in cargo for a regression on Beta

@brson
brson merged commit 389dad7 into rust-lang:betaAug 24, 2016
pmatos pushed a commit to LinkiTools/rust that referenced this pull request Sep 27, 2016
Sign up for freeto 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

@alexcrichton@rust-highfive@brson@apasel422@nagisa