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

Update clippy for latest rustc changes #4650

Merged
merged 8 commits into from
Oct 24, 2019

Commits on Oct 24, 2019

  1. Update clippy for latest rustc changes

    Specifically, this revises the clippy integration to utilize a new
    callback to register its lints, as the prior editing of lint store in
    Session is no longer possible.
    Mark-Simulacrum authored and flip1995 committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    7e77f3c View commit details
    Browse the repository at this point in the history
  2. Update clippy_dev

    Mark-Simulacrum authored and flip1995 committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    8c20501 View commit details
    Browse the repository at this point in the history
  3. Rustup to rust-lang/rust#65657

    flip1995 committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    5f4b5b9 View commit details
    Browse the repository at this point in the history
  4. Run ./util/dev fmt

    flip1995 committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    ef02e3a View commit details
    Browse the repository at this point in the history
  5. Fix tests

    flip1995 committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    237e168 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    562cc63 View commit details
    Browse the repository at this point in the history
  7. Revert "rustc-dev has been temporarily removed"

    This reverts commit 974a05b.
    flip1995 committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    8d38a07 View commit details
    Browse the repository at this point in the history
  8. Fix dogfood findings

    flip1995 committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    b261664 View commit details
    Browse the repository at this point in the history