rust/src/liballoc
Alex Crichton 8487666241 std: Ignore tests where threads outlive main
Long ago we discovered that threads which outlive main and then exit while the
rest of the program is exiting causes Windows to hang (#20704). That's what was
happening in this test so let's just not run this test any more.
2016-07-22 16:29:36 -07:00
..
arc.rs std: Ignore tests where threads outlive main 2016-07-22 16:29:36 -07:00
boxed.rs Improve boxed docs 2016-07-11 17:25:10 +02:00
boxed_test.rs rustfmt liballoc folder 2016-05-28 02:25:16 +05:30
Cargo.toml rustbuild: Add support for crate tests + doctests 2016-05-12 08:52:20 -07:00
heap.rs rustfmt liballoc folder 2016-05-28 02:25:16 +05:30
lib.rs std: Stabilize APIs for the 1.10 release 2016-05-24 09:00:39 -07:00
oom.rs Add set_oom_handler and use it print a message when out of memory 2016-01-12 01:55:45 +00:00
raw_vec.rs Support 16-bit pointers as well as i/usize 2016-05-19 13:55:13 -04:00
rc.rs Rollup merge of #34097 - arbitrary-cat:master, r=steveklabnik 2016-07-08 13:14:19 +05:30