rust/library/alloc/src
2020-12-31 16:36:28 +00:00
..
alloc Rename AllocRef to Allocator and (de)alloc to (de)allocate 2020-12-04 14:47:15 +01:00
collections Rollup merge of #78083 - ChaiTRex:master, r=m-ou-se 2020-12-19 15:15:57 +09:00
prelude
raw_vec Rename AllocRef to Allocator and (de)alloc to (de)allocate 2020-12-04 14:47:15 +01:00
rc
sync
alloc.rs Rename AllocRef to Allocator and (de)alloc to (de)allocate 2020-12-04 14:47:15 +01:00
borrow.rs
boxed.rs Reuse Box::try_new_*_in() in Box::new_*_in() 2020-12-31 08:43:30 +00:00
fmt.rs
lib.rs Rename optin_builtin_traits to auto_traits 2020-11-23 14:14:06 -08:00
macros.rs doc: apply suggestions 2020-12-11 10:09:40 -05:00
raw_vec.rs Auto merge of #78682 - glandium:issue78471, r=lcnr 2020-12-15 06:32:10 +00:00
rc.rs Make [A]Rc::allocate_for_layout() use try_allocate_for_layout() 2020-12-31 16:36:28 +00:00
slice.rs Rename AllocRef to Allocator and (de)alloc to (de)allocate 2020-12-04 14:47:15 +01:00
str.rs Privatize some of libcore unicode_internals 2020-12-07 16:16:42 +03:00
string.rs Clarify that String::split_at takes a byte index. 2020-12-09 13:17:54 -05:00
sync.rs Make [A]Rc::allocate_for_layout() use try_allocate_for_layout() 2020-12-31 16:36:28 +00:00
task.rs
tests.rs
vec.rs Auto merge of #78682 - glandium:issue78471, r=lcnr 2020-12-15 06:32:10 +00:00