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

Make --all-targets in x.py check opt-in #77473

Merged
merged 3 commits into from
Oct 4, 2020

Commits on Oct 3, 2020

  1. Place all-targets checking behind a flag

    This matches Cargo behavior and avoids the (somewhat expensive) double checking,
    as well as the unfortunate duplicate error messages (rust-lang#76822,
    rust-lang/cargo#5128).
    Mark-Simulacrum committed Oct 3, 2020
    Configuration menu
    Copy the full SHA
    f296163 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bcab97c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eaa0186 View commit details
    Browse the repository at this point in the history