rust/src/liballoc
Yuki Okushi 60ebeda94f
Rollup merge of #67238 - llogiq:moo-and-improved, r=Dylan-DPC
Small std::borrow::Cow improvements

This is a small set of improvements (+ one more tested code path) for `Cow`.
2019-12-12 10:09:28 +09:00
..
alloc liballoc: ignore tests in Miri instead of removing them entirely 2019-12-07 12:42:19 +01:00
benches Format liballoc with rustfmt 2019-11-29 20:25:07 -08:00
collections liballoc: ignore tests in Miri instead of removing them entirely 2019-12-07 12:42:19 +01:00
prelude Format liballoc with rustfmt 2019-11-29 20:25:07 -08:00
raw_vec Format liballoc with rustfmt 2019-11-29 20:25:07 -08:00
rc Add implementations for converting boxed slices into boxed arrays 2019-08-05 10:26:53 -04:00
sync liballoc: ignore tests in Miri instead of removing them entirely 2019-12-07 12:42:19 +01:00
tests Small Cow improvements 2019-12-11 21:01:33 +01:00
alloc.rs Snap cfgs to new beta 2019-09-25 08:42:46 -04:00
borrow.rs Small Cow improvements 2019-12-11 21:01:33 +01:00
boxed.rs Rollup merge of #62514 - stephaneyfx:box-ffi, r=nikomatsakis 2019-12-12 10:09:15 +09:00
Cargo.toml bump rand to fix Miri failures 2019-08-04 14:50:26 +02:00
fmt.rs Format liballoc with rustfmt 2019-11-29 20:25:07 -08:00
lib.rs gate rustc_on_unimplemented under rustc_attrs 2019-11-06 07:34:51 +01:00
macros.rs Scope format! temporaries 2019-09-27 17:36:45 -04:00
raw_vec.rs Const-stabilize Vec::new. 2019-09-16 16:45:16 +02:00
rc.rs Rollup merge of #66710 - vorner:weak-into-raw-null-docs, r=dtolnay 2019-12-05 19:03:08 +01:00
slice.rs Format liballoc with rustfmt 2019-11-29 20:25:07 -08:00
str.rs Apply clippy::needless_return suggestions 2019-10-22 19:23:10 +02:00
string.rs Rollup merge of #66111 - RalfJung:from_raw_parts, r=Centril 2019-11-07 09:20:41 +09:00
sync.rs Rollup merge of #66710 - vorner:weak-into-raw-null-docs, r=dtolnay 2019-12-05 19:03:08 +01:00
tests.rs Format liballoc with rustfmt 2019-11-29 20:25:07 -08:00
vec.rs doc: Use .copied() instead of .cloned() in Vec example 2019-12-09 19:48:18 +01:00