rust/src/liballoc
Guillaume Gomez 6f5fc47ccc
Rollup merge of #50013 - frewsxcv:frewsxcv-ssplice, r=GuillaumeGomez
Remove no longer necessary comparison to Vec::splice.

`String::replace_range` was previously called `String::splice`, so this
note was necessary to differentiate it from the `Vec` method. Now that
it's renamed, this note no longer seems necessary.
2018-04-17 18:43:16 +02: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 Use NonNull<Void> instead of *mut u8 in the Alloc trait 2018-04-12 22:53:22 +02: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 Add trivial early return for sort_by_cached_key 2018-04-09 16:44:20 +01: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