rust/src/liballoc
Ralf Jung 5b78e98a37 bump rand to fix Miri failures 2019-08-04 14:50:26 +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 liballoc: Unconfigure tests during normal build 2019-08-02 01:59:01 +03:00
sync liballoc: Unconfigure tests during normal build 2019-08-02 01:59:01 +03:00
tests Remove some more `cfg(test)`s 2019-08-02 02:40:01 +03:00
Cargo.toml bump rand to fix Miri failures 2019-08-04 14:50:26 +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 Rollup merge of #62310 - GuillaumeGomez:add-missing-doc-links-boxed, r=Centril 2019-07-26 18:56:36 +02:00
fmt.rs Make clear that format padding doesn't work for Debug 2019-04-13 15:39:49 +10:00
lib.rs Rollup merge of #63095 - Centril:incomplete-features-lint, r=varkor 2019-07-30 22:43:34 +02: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 liballoc: Unconfigure tests during normal build 2019-08-02 01:59:01 +03: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 liballoc: Unconfigure tests during normal build 2019-08-02 01:59:01 +03:00
tests.rs Separate liballoc module 2019-06-16 13:08:09 +03:00
vec.rs Use const generics for some Vec/CCow impls. 2019-07-28 06:33:54 +02:00