rust/src/liballoc
bors ac3c2288f9 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`
2018-04-18 19:47:56 +00:00
..
benches Move deny(warnings) into rustbuild 2018-04-08 16:59:14 -06:00
btree Auto merge of #48945 - clarcharr:iter_exhaust, r=Kimundi 2018-04-16 13:21:56 +00:00
tests Use NonNull<Void> instead of *mut u8 in the Alloc trait 2018-04-12 22:53:22 +02:00
alloc.rs Rename alloc::Void to alloc::Opaque 2018-04-12 22:53:22 +02:00
arc.rs Rename alloc::Void to alloc::Opaque 2018-04-12 22:53:22 +02:00
binary_heap.rs Remove all unstable placement features 2018-04-03 11:02:34 +02:00
borrow.rs Add #[must_use] to a few standard library methods 2018-03-30 23:06:05 -07:00
boxed.rs Rollup merge of #49555 - nox:inline-into-boxed, r=alexcrichton 2018-04-17 01:50:56 +08:00
boxed_test.rs Direct conversions between slices and boxes. 2017-02-06 18:53:13 -05:00
Cargo.toml Deprecate the std_unicode crate 2018-04-12 00:13:51 +02:00
fmt.rs Rollup merge of #49401 - alercah:format, r=cramertj 2018-03-27 10:47:54 +02:00
heap.rs Rename alloc::Void to alloc::Opaque 2018-04-12 22:53:22 +02:00
lib.rs stabilize nonnull_cast feature 2018-04-17 01:22:28 -04:00
linked_list.rs Auto merge of #48945 - clarcharr:iter_exhaust, r=Kimundi 2018-04-16 13:21:56 +00:00
macros.rs fix some typos 2017-11-21 15:33:45 +01:00
raw_vec.rs Auto merge of #49488 - alexcrichton:small-wasm-panic, r=sfackler 2018-04-16 23:19:41 +00:00
rc.rs Rename alloc::Void to alloc::Opaque 2018-04-12 22:53:22 +02:00
slice.rs stabilize swap_with_slice feature 2018-04-17 00:49:24 -04:00
str.rs Rollup merge of #49555 - nox:inline-into-boxed, r=alexcrichton 2018-04-17 01:50:56 +08:00
string.rs Remove no longer necessary comparison to Vec::splice. 2018-04-17 10:23:06 +09:00
vec.rs Rollup merge of #49555 - nox:inline-into-boxed, r=alexcrichton 2018-04-17 01:50:56 +08:00
vec_deque.rs Auto merge of #48945 - clarcharr:iter_exhaust, r=Kimundi 2018-04-16 13:21:56 +00:00