rust/library/alloc/src
2022-07-08 22:47:07 +02:00
..
alloc Use Box::new() instead of box syntax in alloc tests 2022-05-29 00:41:14 +02:00
boxed Rollup merge of #98585 - cuviper:covariant-thinbox, r=thomcc 2022-07-01 20:19:17 +05:30
collections Rollup merge of #98039 - tnballo:master, r=thomcc 2022-06-24 16:43:44 +09:00
ffi Finish bumping stage0 2022-05-27 07:36:17 -04:00
raw_vec
rc Use Box::new() instead of box syntax in alloc tests 2022-05-29 00:41:14 +02:00
sync Use Box::new() instead of box syntax in alloc tests 2022-05-29 00:41:14 +02:00
vec Auto merge of #98755 - nnethercote:faster-vec-insert, r=cuviper 2022-07-03 09:36:37 +00:00
alloc.rs Auto merge of #97033 - nbdd0121:unwind3, r=Amanieu 2022-05-19 04:04:40 +00:00
borrow.rs Intra-doc-link-ify reference to Clone::clone_from 2022-07-08 22:47:07 +02:00
boxed.rs update cfg(bootstrap)s 2022-07-01 15:48:23 +02:00
fmt.rs remove useless cold 2022-05-29 20:40:56 +01:00
lib.rs update cfg(bootstrap)s 2022-07-01 15:48:23 +02:00
macros.rs update cfg(bootstrap)s 2022-07-01 15:48:23 +02:00
raw_vec.rs alloc: fix no_global_oom_handling warnings 2022-06-29 04:44:23 +02:00
rc.rs Rollup merge of #96609 - ibraheemdev:arc-downcast-unchecked, r=m-ou-se 2022-06-20 14:56:35 +02:00
slice.rs Add reexport of slice::from{,_mut}_ptr_range to alloc & std 2022-05-30 15:44:56 +04:00
str.rs additional docs example for replace **all** of str 2022-06-10 00:28:46 +08:00
string.rs alloc: fix no_global_oom_handling warnings 2022-06-29 04:44:23 +02:00
sync.rs clarify Arc::clone overflow check comment 2022-06-21 21:14:03 -07:00
task.rs
tests.rs