]> git.lizzy.rs Git - rust.git/commit
Auto merge of #50017 - tinaun:stabilize-all-the-things, r=sfackler
authorbors <bors@rust-lang.org>
Wed, 18 Apr 2018 19:47:56 +0000 (19:47 +0000)
committerbors <bors@rust-lang.org>
Wed, 18 Apr 2018 19:47:56 +0000 (19:47 +0000)
commitac3c2288f9f9d977acb46406ba60033d65165a7b
tree8dd14931165ad832b8a97b587f7fa05ccf7438eb
parentc8fa49f83b78cb80b74d7a61ade32a4cc980bfdc
parentfd042eee0002bc2640447c08034de00171ca1aa3
Auto merge of #50017 - tinaun:stabilize-all-the-things, r=sfackler

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`
src/libstd/lib.rs