Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport PRs to beta #35914

Merged
merged 6 commits into from
Aug 24, 2016
Merged

Backport PRs to beta #35914

merged 6 commits into from
Aug 24, 2016

Commits on Aug 23, 2016

  1. 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 rust-lang#27708
    cc rust-lang#27709
    Closes rust-lang#32313
    Closes rust-lang#32630
    Closes rust-lang#32713
    Closes rust-lang#34029
    Closes rust-lang#34392
    Closes rust-lang#34285
    Closes rust-lang#34529
    alexcrichton committed Aug 23, 2016
    Configuration menu
    Copy the full SHA
    4ce3c86 View commit details
    Browse the repository at this point in the history
  2. Make vec::IntoIter covariant again

    apasel422 authored and alexcrichton committed Aug 23, 2016
    Configuration menu
    Copy the full SHA
    66788cc View commit details
    Browse the repository at this point in the history
  3. 1.11 changelog

    brson authored and alexcrichton committed Aug 23, 2016
    Configuration menu
    Copy the full SHA
    0180c43 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ed3a5b2 View commit details
    Browse the repository at this point in the history
  5. Nice graphs

    nagisa authored and alexcrichton committed Aug 23, 2016
    Configuration menu
    Copy the full SHA
    346b768 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7bac1cb View commit details
    Browse the repository at this point in the history