rust/src/libstd
Manish Goregaokar e31f65b010 Rollup merge of #31292 - alexcrichton:osx-dtors-in-dtors-in-dtors, r=aturon
This test has been deadlocking and causing problems on the bots basically since
its inception. Some memory safety issues were fixed in 987dc84b, but the
deadlocks remained afterwards unfortunately.

After some investigation, I've concluded that this is just a situation where OSX
is not guaranteed to run destructors. The fix in 987dc84b observed that OSX was
rewriting the backing TLS memory to its initial state during destruction while
we weren't looking, and this would have the effect of canceling the destructors
of any other initialized TLS slots.

While very difficult to pin down, this is basically what I assume is happening
here, so there doesn't seem to really be anythig we can do to ensure the test
robustly passes on OSX, so just ignore it for now.
2016-01-30 17:57:17 +05:30
..
collections Auto merge of #31081 - alexcrichton:stabilize-hasher, r=aturon 2016-01-26 19:30:54 +00:00
ffi Fix formatting in documentation of ffi::CString 2016-01-27 15:07:22 -08:00
io Auto merge of #31120 - alexcrichton:attribute-deny-warnings, r=brson 2016-01-26 22:10:10 +00:00
net Auto merge of #30973 - SimonSapin:patch-16, r=alexcrichton 2016-01-18 00:58:21 +00:00
num Fix outdated comment 2016-01-14 16:47:29 +01:00
os Fix warnings during tests 2016-01-26 09:29:28 -08:00
prelude doc: fix typo 2015-12-17 20:57:14 +02:00
rand Rollup merge of #30776 - antonblanchard:powerpc64_merge, r=alexcrichton 2016-01-15 17:28:28 +05:30
sync Fix warnings during tests 2016-01-26 09:29:28 -08:00
sys Auto merge of #30448 - alexcrichton:llvmup, r=nikomatsakis 2016-01-30 00:25:44 +00:00
thread std: Ignore dtors_in_dtors_in_dtors on OSX 2016-01-29 13:46:47 -08:00
time Rollup merge of #30591 - SimonSapin:patch-15, r=aturon 2016-01-15 17:28:28 +05:30
ascii.rs std: Add issues to all unstable features 2015-08-15 18:09:17 -07:00
dynamic_lib.rs Fix warnings during tests 2016-01-26 09:29:28 -08:00
env.rs Auto merge of #30898 - petrochenkov:tvarfstab, r=alexcrichton 2016-01-15 15:39:39 +00:00
error.rs Simplify return for error::Error impl for string::ParseError 2016-01-22 14:34:39 -05:00
fs.rs Auto merge of #31093 - tshepang:misc-doc-improvements, r=steveklabnik 2016-01-24 20:13:14 +00:00
lib.rs Auto merge of #31120 - alexcrichton:attribute-deny-warnings, r=brson 2016-01-26 22:10:10 +00:00
macros.rs std: Stabilize APIs for the 1.6 release 2015-12-05 15:09:44 -08:00
memchr.rs std: Use the fallback impl for memrchr on non-linux 2016-01-20 18:00:34 +01:00
panic.rs Fix typo 2016-01-16 16:34:51 +01:00
panicking.rs Add message about RUST_BACKTRACE to default output of panic! 2016-01-26 10:37:12 +01:00
path.rs Fix warnings during tests 2016-01-26 09:29:28 -08:00
primitive_docs.rs small fix to str doc example 2015-12-16 22:12:47 -05:00
process.rs Fix warnings during tests 2016-01-26 09:29:28 -08:00
rt.rs Fix warnings when compiling stdlib with --test 2015-12-29 16:07:01 +01:00
rtdeps.rs std: Remove rust_builtin C support library 2015-12-21 22:12:48 -08:00