rust/src/liballoc
Mazdak Farrokhzad 4e3c209b67
Rollup merge of #63407 - RalfJung:miri-test-sizes, r=Centril
reduce some test sizes in Miri
2019-08-09 14:07:35 +02:00
..
alloc liballoc: Unconfigure tests during normal build 2019-08-02 01:59:01 +03:00
benches bump rand to fix Miri failures 2019-08-04 14:50:26 +02:00
collections Remove some more cfg(test)s 2019-08-02 02:40:01 +03:00
prelude Replace SliceConcatExt trait with inherent methods and SliceConcat helper trait 2019-07-05 11:49:30 +02:00
raw_vec liballoc: Unconfigure tests during normal build 2019-08-02 01:59:01 +03:00
rc Add implementations for converting boxed slices into boxed arrays 2019-08-05 10:26:53 -04:00
sync Add implementations for converting boxed slices into boxed arrays 2019-08-05 10:26:53 -04:00
tests Rollup merge of #63407 - RalfJung:miri-test-sizes, r=Centril 2019-08-09 14:07:35 +02:00
alloc.rs liballoc: Unconfigure tests during normal build 2019-08-02 01:59:01 +03:00
borrow.rs warn(missing_docs) in liballoc, and add missing docs 2019-04-15 16:35:50 +02:00
boxed.rs Add implementations for converting boxed slices into boxed arrays 2019-08-05 10:26:53 -04:00
Cargo.toml bump rand to fix Miri failures 2019-08-04 14:50:26 +02:00
fmt.rs Make clear that format padding doesn't work for Debug 2019-04-13 15:39:49 +10:00
lib.rs Add implementations for converting boxed slices into boxed arrays 2019-08-05 10:26:53 -04:00
macros.rs Hygienize macros in the standard library 2019-06-12 20:27:29 +03:00
raw_vec.rs liballoc: Unconfigure tests during normal build 2019-08-02 01:59:01 +03:00
rc.rs Add implementations for converting boxed slices into boxed arrays 2019-08-05 10:26:53 -04:00
slice.rs Update src/liballoc/slice.rs 2019-07-09 18:19:10 +02:00
str.rs Update src/liballoc/str.rs 2019-07-09 18:19:18 +02:00
string.rs Deny unused_lifetimes through rustbuild 2019-07-28 18:47:02 +03:00
sync.rs Add implementations for converting boxed slices into boxed arrays 2019-08-05 10:26:53 -04:00
tests.rs Add implementations for converting boxed slices into boxed arrays 2019-08-05 10:26:53 -04:00
vec.rs Use const generics for some Vec/CCow impls. 2019-07-28 06:33:54 +02:00