]> git.proxmox.com Git - cargo.git/commit
Auto merge of #5716 - kennytm:unstable-compile-progress, r=alexcrichton
authorbors <bors@rust-lang.org>
Thu, 12 Jul 2018 15:26:27 +0000 (15:26 +0000)
committerbors <bors@rust-lang.org>
Thu, 12 Jul 2018 15:26:27 +0000 (15:26 +0000)
commita5617dfcf37d199340511e73fc4e786c5c8b2436
tree968ab222dbf02a4f4002d18c367f53733dc18bcd
parent15e6361e59a7ed3a8771f6a96a025cb338b6ce25
parent9612be6803423c490b73b9610695884b605ca27f
Auto merge of #5716 - kennytm:unstable-compile-progress, r=alexcrichton

Reintroduce the compile progress bar as an unstable feature (-Z compile-progress)

This allows us to test the feature on-demand to see if there's any other bugs besides #5695.

Also, fixed the flickering #5697 (this was caused by build script emitting Stdout/Stderr events).