rust/src/liballoc/tests
kennytm 67cf3ba528
Rollup merge of #51807 - newpavlov:deprecate_str_slice, r=alexcrichton
Deprecation of str::slice_unchecked(_mut)

Closes #51715

I am not sure if 1.28.0 or 1.29.0 should be used for deprecation version, for now it's 1.28.0.

Additionally I've replaced `slice_unchecked` uses with `get_unchecked`. The only places where this method is still used are `src/liballoc/tests/str.rs` and `src/liballoc/tests/str.rs`.
2018-07-22 22:10:09 +08:00
..
btree Move alloc::Bound to {core,std}::ops 2018-03-29 13:12:49 +02:00
arc.rs Add some unit tests for dangling Weak references 2018-07-07 01:41:30 +02:00
binary_heap.rs Remove all unstable placement features 2018-04-03 11:02:34 +02:00
cow_str.rs Add trailing newlines to files which have no trailing newlines. 2017-12-30 15:50:52 +08:00
fmt.rs Merge crate collections into alloc 2017-06-13 23:37:34 -07:00
heap.rs Use NonNull<Void> instead of *mut u8 in the Alloc trait 2018-04-12 22:53:22 +02:00
lib.rs Add some unit tests for dangling Weak references 2018-07-07 01:41:30 +02:00
linked_list.rs Implement LinkedList::drain_filter 2017-11-25 21:28:49 +01:00
rc.rs Add some unit tests for dangling Weak references 2018-07-07 01:41:30 +02:00
slice.rs add more join tests 2018-06-01 17:13:25 +02:00
str.rs removed slice_uncheked from src/liballoc/tests/str.rs 2018-06-26 15:33:57 +03:00
string.rs Remove the now-unit-struct AllocErr field inside CollectionAllocErr 2018-04-12 22:53:13 +02:00
vec.rs Remove the now-unit-struct AllocErr field inside CollectionAllocErr 2018-04-12 22:53:13 +02:00
vec_deque.rs Remove the now-unit-struct AllocErr field inside CollectionAllocErr 2018-04-12 22:53:13 +02:00