Uh oh!
There was an error while loading. Please reload this page.
Update release notes for 1.17 - #41548
Conversation
rust-highfive
commented
Apr 26, 2017
(rust_highfive has picked a reviewer for you, use r? to override) |
There was a problem hiding this comment.
I don't see Cell::swap, Cell::replace, Cell::into_inner, and Cell::take at all in the stable documentation. That's suspicious to me, since it feels like it was then stabilized within less than a cycle; perhaps unintentionally? I'm not sure. I don't know what the procedure around minor library stabilizations is, either. The other stabilized APIs are in the stable documentation, which is why I bring this up.
There was a problem hiding this comment.
There was a problem hiding this comment.
@Mark-Simulacrum afaict that is the case. These were stabilized within a single cycle.
There was a problem hiding this comment.
Based on the linked PR it looks like only the constructors of such structs are private, the types are still public (assuming pub struct …)
There was a problem hiding this comment.
Wasn't the "skipping runtime-internal stack frames" part reverted?
alexcrichton
commented
Apr 26, 2017
r=me when this is good to go |
brson
commented
Apr 26, 2017
Updated. |
CryZe
commented
Apr 27, 2017
{Arc/Rc}::ptr_eq got stabilized with 1.17 too: https://doc.rust-lang.org/beta/std/rc/struct.Rc.html#method.ptr_eq |
brson
commented
Apr 27, 2017
Thanks @CryZe. Updated. |
alexcrichton
commented
May 4, 2017
@brson was this waiting on anything else? Or is this ready to go? |
carols10cents
commented
May 8, 2017
Hm one of the travis jobs is marked as cancelled after 45 min 32 sec? Is that a timeout? I'm retrying it within travis... |
brson
commented
May 9, 2017
Nah this is done. @bors r+ |
bors
commented
May 9, 2017
📌 Commit 8e97693 has been approved by |
bors
commented
May 9, 2017
Update release notes for 1.17 [Rendered](https://github.com/brson/rust/blob/relnotes/RELEASES.md). cc @steveklabnik
bors
commented
May 10, 2017
☀️ Test successful - status-appveyor, status-travis |
[beta] backports - #41666 - #41578 - #41548 - #41529 r? @alexcrichton
Rendered.
cc @steveklabnik