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

driver: Only output ANSI logging if connected to a terminal #78548

Merged
merged 3 commits into from
Nov 24, 2020

Commits on Oct 29, 2020

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

Commits on Oct 30, 2020

  1. driver: Add env var to control log colors

    The log color variable is whatever the log variable is (`RUSTC_LOG`,
    `RUSTDOC_LOG`, `MIRI_LOG`, etc.) + `_COLOR`. So `RUSTC_LOG_COLOR`,
    `RUSTDOC_LOG_COLOR`, `MIRI_LOG_COLOR`, etc.
    
    Thanks to @RalfJung for suggesting this! It was much easier to implement
    than adding a new unstable argument, which is what I tried before.
    camelid committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    8ad1a1c View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2020

  1. Use early_error

    camelid committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    173a7db View commit details
    Browse the repository at this point in the history