rust/src/liballoc
bors 61f5ca7d64 Auto merge of #54703 - davidtwco:issue-52086, r=nikomatsakis
error message when trying to move from an Rc or Arc is ungreat

Fixes #52086.

r? @nikomatsakis
2018-10-05 07:40:36 +00:00
..
benches Auto merge of #52553 - Pazzaz:vecdeque-append, r=SimonSapin 2018-08-18 08:56:12 +00:00
collections Revert "Auto merge of #53508 - japaric:maybe-uninit, r=RalfJung" 2018-09-29 09:50:50 +02:00
tests Bump to 1.31.0 and bootstrap from 1.30 beta 2018-09-27 20:52:53 -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 Indicate how to move value out of Box in docs. 2018-09-28 22:41:13 -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 Reexport fmt::Alignment into std 2018-06-03 17:04:48 +02:00
lib.rs Auto merge of #54601 - cuviper:prep-1.31, r=Mark-Simulacrum 2018-09-30 01:45:50 +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 Introduce language items for Arc and Rc. 2018-10-01 13:50:21 +02: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 Introduce language items for Arc and Rc. 2018-10-01 13:50:21 +02:00
task.rs Switch to bootstrapping from 1.29 beta 2018-08-01 11:59:08 -06:00
vec.rs Make spec_extend use for_each() 2018-10-02 12:35:25 -07:00