rust/src/liballoc
Emilio Cobos Álvarez b12e142bc5
alloc: Add new_zeroed() versions like new_uninit().
MaybeUninit has both uninit() and zeroed(), it seems reasonable to have the same
surface on Box/Rc/Arc.

Needs tests.
2019-11-05 19:27:42 +01:00
..
alloc
benches
collections Rollup merge of #65574 - tshepang:linked-list-disclaimer, r=Centril 2019-11-05 09:49:48 +01:00
prelude
raw_vec A few cosmetic improvements to code & comments in liballoc and libcore 2019-09-06 16:02:25 +01:00
rc Add implementations for converting boxed slices into boxed arrays 2019-08-05 10:26:53 -04:00
sync Add implementations for converting boxed slices into boxed arrays 2019-08-05 10:26:53 -04:00
tests Auto merge of #65091 - sekineh:into-iter-sorted, r=KodrAus 2019-10-31 15:15:53 +00:00
alloc.rs Snap cfgs to new beta 2019-09-25 08:42:46 -04:00
borrow.rs Add Cow::is_borrowed and Cow::is_owned 2019-10-22 19:56:41 -04:00
boxed.rs alloc: Add new_zeroed() versions like new_uninit(). 2019-11-05 19:27:42 +01:00
Cargo.toml
fmt.rs example for padding any format 2019-10-17 23:02:09 +02:00
lib.rs Add Cow::is_borrowed and Cow::is_owned 2019-10-22 19:56:41 -04:00
macros.rs Improve hygiene of alloc::format! 2019-09-07 22:40:57 +03:00
raw_vec.rs Const-stabilize Vec::new. 2019-09-16 16:45:16 +02:00
rc.rs alloc: Add new_zeroed() versions like new_uninit(). 2019-11-05 19:27:42 +01:00
slice.rs Stabilize slice::repeat (feature repeat_generic_slice) 2019-10-02 04:48:15 +00:00
str.rs Apply clippy::needless_return suggestions 2019-10-22 19:23:10 +02:00
string.rs doc(str): show example of chars().count() under len() 2019-11-01 20:18:33 -07:00
sync.rs alloc: Add new_zeroed() versions like new_uninit(). 2019-11-05 19:27:42 +01:00
tests.rs Add implementations for converting boxed slices into boxed arrays 2019-08-05 10:26:53 -04:00
vec.rs Rollup merge of #65887 - lzutao:doc-vec-get, r=rkruppe 2019-10-28 21:36:06 +01:00