rust/src/liballoc
2018-09-25 22:34:47 +02:00
..
benches Auto merge of #52553 - Pazzaz:vecdeque-append, r=SimonSapin 2018-08-18 08:56:12 +00:00
collections address RalfJung's comment 2018-09-22 21:01:21 +02:00
tests Rename slice::exact_chunks() to slice::chunks_exact() 2018-09-24 22:43:06 +03: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_test.rs Add missing dyn in liballoc 2018-07-10 22:32:19 +02:00
boxed.rs Remove spawning from task::Context 2018-09-19 15:01:19 -07:00
Cargo.toml Breaking change upgrades 2018-09-04 13:22:08 -06:00
fmt.rs Reexport fmt::Alignment into std 2018-06-03 17:04:48 +02:00
lib.rs Rollup merge of #54537 - sdroege:chunks-exact, r=alexcrichton 2018-09-25 22:34:47 +02:00
macros.rs
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 #53877 - withoutboats:compositional-pin, r=aturon 2018-09-19 06:56:19 +00:00
slice.rs Also rename ExactChunks iterator name to ChunksExact 2018-09-25 08:56:48 +03:00
str.rs std: Check for overflow in str::repeat 2018-09-20 09:31:53 -07:00
string.rs Fix invalid urls 2018-09-06 23:32:30 +02:00
sync.rs Auto merge of #53877 - withoutboats:compositional-pin, r=aturon 2018-09-19 06:56:19 +00:00
task.rs Switch to bootstrapping from 1.29 beta 2018-08-01 11:59:08 -06:00
vec.rs Make the Vec::dedup method use slice::partition_dedup internally 2018-09-23 09:10:18 +02:00