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

fix: Impl search no longer selects an impl if multiple are applicable #4662

Merged
merged 19 commits into from
Mar 29, 2024

Commits on Mar 26, 2024

  1. Fix issue

    jfecher committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    3e8e90c View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Reorder stdlib impls

    jfecher committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    f550068 View commit details
    Browse the repository at this point in the history
  2. Fix signed bit shifts

    jfecher committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    42ff186 View commit details
    Browse the repository at this point in the history
  3. Fix remaining tests

    jfecher committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    21b6b72 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f56db1d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ffb4323 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4835609 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c5faf0b View commit details
    Browse the repository at this point in the history
  8. Refine use_impl some more

    jfecher committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    2d130d6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    17ca35f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6554cd2 View commit details
    Browse the repository at this point in the history
  11. Improve trait resolution

    jfecher committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    d7babb1 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Improve error message

    jfecher committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    e696da7 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Configuration menu
    Copy the full SHA
    656c436 View commit details
    Browse the repository at this point in the history
  2. Add missed calls

    jfecher committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    308a786 View commit details
    Browse the repository at this point in the history
  3. fmt

    jfecher committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    0ee0176 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    97c18aa View commit details
    Browse the repository at this point in the history
  5. Fix merge

    jfecher committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    bd6b50f View commit details
    Browse the repository at this point in the history
  6. Add type annotation to global

    jfecher committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    74205e3 View commit details
    Browse the repository at this point in the history