rust/src/liballoc
2018-11-11 15:43:43 +01:00
..
benches Fix slice's benchmarks 2018-10-10 22:55:12 -07:00
collections msp430: fix compilation of liballoc 2018-10-28 19:08:13 +01:00
tests Remove all jemalloc-related content 2018-11-02 06:52:56 -07:00
alloc.rs Replace usages of ptr::offset with ptr::{add,sub}. 2018-08-20 07:28:34 -04:00
borrow.rs Review fix 2018-08-15 22:06:35 +03:00
boxed.rs Replace CoerceSized trait with DispatchFromDyn 2018-11-01 18:16:59 -04:00
boxed_test.rs Add missing dyn in liballoc 2018-07-10 22:32:19 +02:00
Cargo.toml Breaking change upgrades 2018-09-04 13:22:08 -06:00
fmt.rs Rollup merge of #55050 - tshepang:repetition, r=steveklabnik 2018-10-18 12:54:54 +08:00
lib.rs Auto merge of #55366 - Amanieu:stable_layout, r=Amanieu 2018-11-08 06:52:27 +00:00
macros.rs fix some typos 2017-11-21 15:33:45 +01:00
prelude.rs Add the alloc::prelude module 2018-07-07 23:08:43 +02:00
raw_vec.rs Rollup merge of #53329 - frewsxcv:frewsxcv-ptr-add-sub, r=RalfJung 2018-08-21 22:05:30 +08:00
rc.rs Auto merge of #54922 - murarth:rc-ub-fix, r=alexcrichton 2018-11-05 22:20:25 +00:00
slice.rs Stabilize slice::rchunks(), rchunks_mut(), rchunks_exact(), rchunk_exact_mut() 2018-10-18 18:51:56 +03:00
str.rs liballoc: mark str.to_owned() and String::from(&str) as #[inline]. 2018-09-27 12:08:03 +02:00
string.rs Added comment for From trait implementation: boxed string slice to String 2018-11-11 15:43:43 +01:00
sync.rs Auto merge of #54922 - murarth:rc-ub-fix, r=alexcrichton 2018-11-05 22:20:25 +00:00
task.rs Switch to bootstrapping from 1.29 beta 2018-08-01 11:59:08 -06:00
vec.rs Refactor macro comment and add resize with zeros example 2018-10-09 01:51:22 -04:00