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

rustc_typeck: remove the "preload all impls ever" workaround in coherence. #25323

Merged
merged 4 commits into from
May 12, 2015

Commits on May 12, 2015

  1. Configuration menu
    Copy the full SHA
    8bcb3cb View commit details
    Browse the repository at this point in the history
  2. rustc: rename ty::populate_implementations_for_type_if_necessary to m…

    …ake it clear that it only populates inherent impls.
    eddyb committed May 12, 2015
    Configuration menu
    Copy the full SHA
    aeb92ba View commit details
    Browse the repository at this point in the history
  3. Fix ty::populate_implementations_for_trait_if_necessary to load the t…

    …rait's impls from all the crates.
    eddyb committed May 12, 2015
    Configuration menu
    Copy the full SHA
    592165f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    75cd8f9 View commit details
    Browse the repository at this point in the history