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

std: Stabilize APIs for the 1.12 release #35607

Merged
merged 1 commit into from
Aug 20, 2016

Commits on Aug 19, 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 19, 2016
    Configuration menu
    Copy the full SHA
    afeeade View commit details
    Browse the repository at this point in the history