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

More linting tweaks #105416

Merged
merged 5 commits into from
Dec 10, 2022
Merged

More linting tweaks #105416

merged 5 commits into from
Dec 10, 2022

Commits on Dec 7, 2022

  1. Remove $hir argument from late_lint_methods!.

    Because it's always `'tcx`.
    nnethercote committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    0c84473 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac1e69c View commit details
    Browse the repository at this point in the history
  3. Rename $passes as $pass in several macros.

    Because it makes more sense that way.
    nnethercote committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    ec117c0 View commit details
    Browse the repository at this point in the history
  4. Inline some hot lint pass functions.

    These each have a single call site, due to being called from a
    "combined" lint pass.
    nnethercote committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    b08fd6e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d049be3 View commit details
    Browse the repository at this point in the history