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

Speed up the inherent impl overlap check #68911

Merged
merged 5 commits into from
Feb 9, 2020
Merged

Speed up the inherent impl overlap check #68911

merged 5 commits into from
Feb 9, 2020

Commits on Feb 8, 2020

  1. Configuration menu
    Copy the full SHA
    66fd4e6 View commit details
    Browse the repository at this point in the history
  2. Use associated_items query in impl overlap check

    This reduces the number of `associated_item` queries done here.
    jonas-schievink committed Feb 8, 2020
    Configuration menu
    Copy the full SHA
    f416573 View commit details
    Browse the repository at this point in the history
  3. Add a fast path to inherent impl overlap check

    Quickly skip impls that do not define any items with the same name
    jonas-schievink committed Feb 8, 2020
    Configuration menu
    Copy the full SHA
    52f7711 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e0cb1ae View commit details
    Browse the repository at this point in the history
  5. Add missing import

    jonas-schievink committed Feb 8, 2020
    Configuration menu
    Copy the full SHA
    58a9284 View commit details
    Browse the repository at this point in the history