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

Minimum lint levels for C-future-compatibility issues #59658

Closed
wants to merge 6 commits into from

Commits on Apr 7, 2019

  1. minimum-lint-levels: Introduce basics.

    - Define a declare_unsuppressable_lint! macro
    - Provide guidelines for it and C-future-compatibility lints more generally.
    Centril committed Apr 7, 2019
    Configuration menu
    Copy the full SHA
    8b2bf1d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e541e2 View commit details
    Browse the repository at this point in the history
  3. minimum-lint-levels: Use declare_unsuppressable_lint! for ILLEGAL_FLO…

    …ATING_POINT_LITERAL_PATTERN.
    
    Leave FIXMEs for other C-future-compatibility lints.
    Centril committed Apr 7, 2019
    Configuration menu
    Copy the full SHA
    a122019 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8471a95 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b566b20 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6b13fad View commit details
    Browse the repository at this point in the history