rust/library/alloc/src
bors 5f6bd6ec0a Auto merge of #74850 - TimDiekmann:remove-in-place-alloc, r=Amanieu
Remove in-place allocation and revert to separate methods for zeroed allocations

closes rust-lang/wg-allocators#58
2020-08-04 11:22:45 +00:00
..
alloc Remove in-place allocation and revert to separate methods for zeroed allocations 2020-07-28 12:41:18 +02:00
collections Auto merge of #75058 - ssomers:btree_cleanup_insert_2, r=Mark-Simulacrum 2020-08-04 03:48:48 +00:00
prelude mv std libs to library/ 2020-07-27 19:51:13 -05:00
raw_vec Remove in-place allocation and revert to separate methods for zeroed allocations 2020-07-28 12:41:18 +02:00
rc mv std libs to library/ 2020-07-27 19:51:13 -05:00
sync mv std libs to library/ 2020-07-27 19:51:13 -05:00
alloc.rs Simplify implementations of AllocRef for Global and System 2020-07-29 11:41:36 +02:00
borrow.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
boxed.rs Merge branch 'master' into remove-in-place-alloc 2020-08-03 02:18:20 +02:00
fmt.rs Link to syntax section when referencing it 2020-07-29 10:43:40 +02:00
lib.rs Auto merge of #74373 - lcnr:array_chunks, r=withoutboats 2020-08-01 06:54:14 +00:00
macros.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
raw_vec.rs Remove in-place allocation and revert to separate methods for zeroed allocations 2020-07-28 12:41:18 +02:00
rc.rs Merge branch 'master' into remove-in-place-alloc 2020-08-03 02:18:20 +02:00
slice.rs add tracking issue 2020-08-01 07:49:24 +02:00
str.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
string.rs Explain why inline default ToString impl 2020-07-29 07:38:06 +00:00
sync.rs Merge branch 'master' into remove-in-place-alloc 2020-08-03 02:18:20 +02:00
task.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
tests.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
vec.rs Auto merge of #75033 - Manishearth:rollup-d8afil1, r=Manishearth 2020-08-02 01:04:54 +00:00