]> git.lizzy.rs Git - rust.git/commit - src/tools/rustfmt
Auto merge of #48575 - ishitatsuyuki:unix-no-thread, r=alexcrichton
authorbors <bors@rust-lang.org>
Wed, 4 Apr 2018 06:19:40 +0000 (06:19 +0000)
committerbors <bors@rust-lang.org>
Wed, 4 Apr 2018 06:19:40 +0000 (06:19 +0000)
commit5758c2dd14fd29caf7c7bb2123eb6b23443b9233
tree00119e47d0be6aa30215fd510a06a2fde63dd937
parent20338a52401bda3024fd91010a143913a8dc9a6c
parent7db854b36f9598e44fb4d61428d42d7769233e19
Auto merge of #48575 - ishitatsuyuki:unix-no-thread, r=alexcrichton

rustc_driver: get rid of the extra thread

**Do not rollup**

We can alter the stack size afterwards on Unix.

Having a separate thread causes poor debugging experience when interrupting with signals. I have to get the backtrace of the all thread, as the main thread is waiting to join doing nothing else. This patch allows me to just run `bt` to get the desired backtrace.
src/librustc_driver/lib.rs