-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
stabilize a bunch of minor api additions #50017
Conversation
r? @sfackler (rust_highfive has picked a reviewer for you, use r? to override) |
Your PR failed on Travis (raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem. Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
623e276
to
fd042ee
Compare
@bors r+ Thanks! |
📌 Commit fd042ee has been approved by |
stabilize a bunch of minor api additions besides `ptr::NonNull::cast` (which is 4 days away from end of FCP) all of these have been finished with FCP for a few weeks now with minimal issues raised * Closes #41020 * Closes #42818 * Closes #44030 * Closes #44400 * Closes #46507 * Closes #47653 * Closes #46344 the following functions will be stabilized in 1.27: * `[T]::rsplit` * `[T]::rsplit_mut` * `[T]::swap_with_slice` * `ptr::swap_nonoverlapping` * `NonNull::cast` * `Duration::from_micros` * `Duration::from_nanos` * `Duration::subsec_millis` * `Duration::subsec_micros` * `HashMap::remove_entry`
☀️ Test successful - status-appveyor, status-travis |
besides
ptr::NonNull::cast
(which is 4 days away from end of FCP) all of these have been finished with FCP for a few weeks now with minimal issues raised[T]::rsplit
and[T]::rsplit_mut
#41020std::time::Duration
#44400the following functions will be stabilized in 1.27:
[T]::rsplit
[T]::rsplit_mut
[T]::swap_with_slice
ptr::swap_nonoverlapping
NonNull::cast
Duration::from_micros
Duration::from_nanos
Duration::subsec_millis
Duration::subsec_micros
HashMap::remove_entry