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

Implement coherence checks for negative trait impls #90104

Merged
merged 22 commits into from
Oct 23, 2021

Commits on Oct 20, 2021

  1. Configuration menu
    Copy the full SHA
    6975afd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b0bfb0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab17068 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    511076a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    da8873e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    85c8fd9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    89a419c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6ae1d68 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7568632 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    68d444f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5a72753 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2021

  1. Configuration menu
    Copy the full SHA
    7829d9d View commit details
    Browse the repository at this point in the history
  2. Document flip polarity

    spastorino committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    c4c76a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b5a2e6 View commit details
    Browse the repository at this point in the history
  4. Fix debug method name

    spastorino committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    b03a0df View commit details
    Browse the repository at this point in the history
  5. Fix filter_impls comment

    spastorino committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    2e9fb8b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    74454c4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    da79fa9 View commit details
    Browse the repository at this point in the history
  8. Assemple trait alias candidates for negative polarity

    This doesn't work properly yet, we would probably need to implement an
    `assembly_neg_candidates` and consider things like `T: !AB` as `T: !A`
    || `T: !B`
    spastorino committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    132409f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9e26413 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9534186 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2021

  1. Configuration menu
    Copy the full SHA
    3287f72 View commit details
    Browse the repository at this point in the history