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

feat: rustc_pass_by_value lint attribute #92646

Merged
merged 6 commits into from
Jan 16, 2022

Commits on Jan 9, 2022

  1. feat: pass_by_value lint attribute

    Useful for thin wrapper attributes that are best passed as value instead
    of reference.
    mdibaiee committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    4c3e330 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

  1. Configuration menu
    Copy the full SHA
    91ed689 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71e3314 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2022

  1. rustc_pass_by_value: allow types with no parameters on self

    includes minor refactorings
    mdibaiee committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    a6762e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    959bf2b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2728af7 View commit details
    Browse the repository at this point in the history