rust/src/test
bors 7512808ac9 Auto merge of #29491 - alexcrichton:avoid-stdio-tls, r=brson
Currently if a print happens while a thread is being torn down it may cause a
panic if the LOCAL_STDOUT TLS slot has been destroyed by that point. This adds a
guard to check and prints to the process stdout if that's the case (as we do for
if the slot is already borrowed).

Closes #29488
2015-11-06 04:29:11 +00:00
..
auxiliary Auto merge of #29285 - eefriedman:libsyntax-panic, r=nrc 2015-11-03 03:06:03 +00:00
bench Remove unnecessary parentheses around range expressions 2015-10-14 21:43:05 -04:00
codegen Set proper alignment on constants 2015-10-10 01:15:36 +02:00
compile-fail Auto merge of #29536 - sanxiyn:unused-assign-arg, r=alexcrichton 2015-11-04 18:52:07 +00:00
compile-fail-fulldeps Move ExpnInfo to Name 2015-08-28 03:37:13 +05:30
debuginfo Remove the deprecated box(PLACE) syntax. 2015-09-24 18:00:08 +03:00
parse-fail Improve error message for char literals 2015-11-05 09:34:14 +01:00
pretty Changes to tests 2015-09-17 12:16:46 +12:00
run-fail Move test file to run-fail, since it does an unwrap 2015-10-28 18:48:49 -04:00
run-fail-fulldeps Move ExpnInfo to Name 2015-08-28 03:37:13 +05:30
run-make Auto merge of #29478 - angelsl:msvc2, r=alexcrichton 2015-11-04 06:07:24 +00:00
run-pass Auto merge of #29491 - alexcrichton:avoid-stdio-tls, r=brson 2015-11-06 04:29:11 +00:00
run-pass-fulldeps std: Stabilize library APIs for 1.5 2015-10-25 09:36:32 -07:00
run-pass-valgrind Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
rustdoc librustdoc: ignore lint warnings when compiling documentation 2015-11-02 23:44:53 +00:00