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 sufficiently old or low-impact compatibility lints deny-by-default #42894

Merged
merged 4 commits into from
Jul 8, 2017

Commits on Jul 7, 2017

  1. Configuration menu
    Copy the full SHA
    affb8ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96bcdac View commit details
    Browse the repository at this point in the history
  3. Move public reexports of private extern crates into a separate lint

    This is going to be a hard error while all private-in-public errors from rustc_privacy will be reclassified into lints.
    petrochenkov committed Jul 7, 2017
    Configuration menu
    Copy the full SHA
    bdffb97 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2017

  1. Make patterns_in_fns_without_body warn-by-default again

    Fix some tests on Linux
    petrochenkov committed Jul 8, 2017
    Configuration menu
    Copy the full SHA
    9196f87 View commit details
    Browse the repository at this point in the history