rust/src/liballoc
kennytm dd5f17abb5
Rollup merge of #49468 - glandium:cleanup, r=pnkfelix
Remove unnecessary use core::hash in liballoc/boxed.rs

It' only used for hash::Hasher, but Hasher is also imported.
2018-03-30 01:31:17 +02:00
..
benches Rollup merge of #48639 - varkor:sort_by_key-cached, r=bluss 2018-03-27 10:47:44 +02:00
btree Move RangeArguments to {core::std}::ops and rename to RangeBounds 2018-03-29 13:12:49 +02:00
tests Move alloc::Bound to {core,std}::ops 2018-03-29 13:12:49 +02:00
allocator.rs implementing fallible allocation API (try_reserve) for Vec, String and HashMap 2018-03-14 03:48:42 -07:00
arc.rs Rename Box::into_non_null_raw to Box::into_raw_non_null 2018-01-20 11:09:23 +01:00
binary_heap.rs Implement shrink_to method on collections 2018-03-27 01:39:11 +01:00
borrow.rs examples in Cow::into_owned don't need to wrap result in Cows 2017-11-14 18:23:24 -06:00
boxed.rs Remove unnecessary use core::hash in liballoc/boxed.rs 2018-03-29 11:51:52 +09:00
boxed_test.rs Direct conversions between slices and boxes. 2017-02-06 18:53:13 -05:00
Cargo.toml Update Cargo submodule 2018-03-11 10:59:28 -07:00
fmt.rs Rollup merge of #49401 - alercah:format, r=cramertj 2018-03-27 10:47:54 +02:00
heap.rs Remove deprecated unstable alloc::heap::EMPTY constant 2018-03-16 11:45:16 +01:00
lib.rs Move RangeArguments to {core::std}::ops and rename to RangeBounds 2018-03-29 13:12:49 +02:00
linked_list.rs core: Update stability attributes for FusedIterator 2018-03-03 14:23:05 +01:00
macros.rs fix some typos 2017-11-21 15:33:45 +01:00
raw_vec.rs implementing fallible allocation API (try_reserve) for Vec, String and HashMap 2018-03-14 03:48:42 -07:00
rc.rs Rename Box::into_non_null_raw to Box::into_raw_non_null 2018-01-20 11:09:23 +01:00
slice.rs Remove mentions of unstable sort_by_cached key from stable documentation 2018-03-26 22:24:03 +01:00
str.rs Add is_whitespace and is_alphanumeric to str. 2018-03-26 06:25:31 -07:00
string.rs Move RangeArguments to {core::std}::ops and rename to RangeBounds 2018-03-29 13:12:49 +02:00
vec.rs Rollup merge of #49466 - glandium:master, r=rkruppe 2018-03-30 01:31:16 +02:00
vec_deque.rs Move RangeArguments to {core::std}::ops and rename to RangeBounds 2018-03-29 13:12:49 +02:00