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

Try fast_reject::simplify_type in coherence before doing full check #81744

Merged
merged 4 commits into from
Feb 12, 2021

Commits on Feb 4, 2021

  1. Try fast_reject::simplify_type in coherence before doing full check

    Co-authored-by: Jonas Schievink <[email protected]>
    Co-authored-by: Ryan Levick <[email protected]>
    rylev and jonas-schievink committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    cdfc52f View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2021

  1. Short circuit full corherence check when dealing with types with diff…

    …erent reference mutability
    rylev committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    8ea0973 View commit details
    Browse the repository at this point in the history
  2. Switch boolean checks

    rylev committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    bc5f4c4 View commit details
    Browse the repository at this point in the history
  3. Don't check self type twice

    rylev committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    0cc35f5 View commit details
    Browse the repository at this point in the history