Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fully capture rustc and rustdoc output when -Zcompile-progress is passed #5862

Merged
merged 3 commits into from
Aug 6, 2018

Commits on Aug 1, 2018

  1. Refactor: Don't even send out the build script stdout without -vv.

    JobQueue::drain_the_queue() could thus stop checking for `extra_verbose()`.
    kennytm committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    d079551 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2018

  1. Always forward --color to rustc and rustdoc.

    This prepares us for capturing output from these compilers.
    kennytm committed Aug 2, 2018
    Configuration menu
    Copy the full SHA
    f1c783b View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2018

  1. Configuration menu
    Copy the full SHA
    641f7ff View commit details
    Browse the repository at this point in the history