Files
rust/src/libstd
bors 5758c2dd14 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.
2018-04-04 06:19:40 +00:00
..
2018-03-11 10:59:28 -07:00
2018-03-19 11:41:28 +09:00
2018-03-11 10:59:28 -07:00
2018-04-03 11:02:34 +02:00
2017-08-24 18:42:53 +02:00
2018-04-01 21:40:56 -06:00
2018-03-19 11:41:28 +09:00
2018-03-30 15:35:36 +02:00