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

perf(es/lints): Avoid needless allocations in no-dupe-args #9041

Merged
merged 14 commits into from
Jun 14, 2024

Commits on Jun 12, 2024

  1. for_each_binding_ident

    kdy1 committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    d9b30d0 View commit details
    Browse the repository at this point in the history
  2. no-dupe-args

    kdy1 committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    3279664 View commit details
    Browse the repository at this point in the history
  3. fix cond

    kdy1 committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    d068877 View commit details
    Browse the repository at this point in the history
  4. fix visitor

    kdy1 committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    7ecba82 View commit details
    Browse the repository at this point in the history
  5. Fix regression

    kdy1 committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    1065e2b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    435d1c6 View commit details
    Browse the repository at this point in the history
  7. fix time

    kdy1 committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    c0f0427 View commit details
    Browse the repository at this point in the history
  8. Comment

    kdy1 committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    490b991 View commit details
    Browse the repository at this point in the history
  9. Detect too many identifiers

    kdy1 committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    36f59ba View commit details
    Browse the repository at this point in the history
  10. Prepare hash mode

    kdy1 committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    37efe9b View commit details
    Browse the repository at this point in the history
  11. hash mode

    kdy1 committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    e21a74a View commit details
    Browse the repository at this point in the history
  12. Add a test

    kdy1 committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    e58e03d View commit details
    Browse the repository at this point in the history
  13. fixup

    kdy1 committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    e80b477 View commit details
    Browse the repository at this point in the history
  14. Update test refs

    kdy1 committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    58c0b0d View commit details
    Browse the repository at this point in the history