rust/src/tools
bors 487e961c6a Auto merge of #52181 - QuietMisdreavus:panicked-tester, r=GuillaumeGomez
rustdoc: set panic output before starting compiler thread pool

When the compiler was updated to run on a thread pool, rustdoc's processing of compiler/doctest stderr/stdout was moved into each compiler thread. However, this caused output of the test to be lost if the test failed at *runtime* instead of compile time. This change sets up the `set_panic` call and output bomb before starting the compiler thread pool, so that the `Drop` call that writes back to the test's stdout happens after the test runs, not just after it compiles.

Fixes https://github.com/rust-lang/rust/issues/51162
2018-07-24 19:34:11 +00:00
..
build-manifest llvm-tools-preview: fix build-manifest 2018-07-11 20:03:34 -05:00
cargo@506eea76ed Update Cargo submodule 2018-07-18 15:30:39 -07:00
cargotest Update miri to rustc changes 2017-12-06 09:25:29 +01:00
clippy@afd91248ed Update the clippy submodule 2018-07-23 13:01:44 +02:00
compiletest Auto merge of #52181 - QuietMisdreavus:panicked-tester, r=GuillaumeGomez 2018-07-24 19:34:11 +00:00
error_index_generator Rename main theme into light theme 2018-03-29 13:45:56 +02:00
linkchecker Bump to 1.27.0 2018-04-02 12:42:44 -07:00
lld@8214ccf861 Upgrade to LLVM's master branch (LLVM 7) 2018-07-10 13:43:01 -07:00
miri@911aedf736 update miri 2018-07-17 11:40:57 +02:00
remote-test-client Add a disabled builder for aarch64 emulated tests 2017-07-24 16:24:52 -07:00
remote-test-server Add remote device testing support 2017-05-04 12:43:22 +02:00
rls@2b57851099 Update clippy and rls 2018-07-15 02:04:44 +02:00
rust-installer@89414e44dc Bootstrap from 1.28.0-beta.3 2018-06-30 13:17:49 -07:00
rustbook Update MDBook 2018-04-22 20:35:22 -05:00
rustdoc Rename rustdoc to use underscores 2018-05-17 08:47:25 -06:00
rustdoc-js reduce search-index size 2018-06-30 16:28:25 +02:00
rustdoc-themes Rename main theme into light theme 2018-03-29 13:45:56 +02:00
rustfmt@5e5992517d Update RLS, Rustfmt, Cargo, and Clippy 2018-07-06 20:58:21 +12:00
tidy Change single char str patterns to chars 2018-07-23 15:32:57 +02:00
unstable-book-gen Ensure every unstable feature has a tracking issue. 2018-05-27 14:22:35 +08:00
publish_toolstate.py Ping infra team on all tool bustage 2018-05-04 10:21:05 +12:00