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

Move monomorphize::resolve() to librustc #44896

Merged
merged 12 commits into from
Oct 3, 2017

Commits on Sep 30, 2017

  1. copy resolve() over to librustc

    qmx committed Sep 30, 2017
    Configuration menu
    Copy the full SHA
    baa0105 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3bd09de View commit details
    Browse the repository at this point in the history
  3. always use resolve

    qmx committed Sep 30, 2017
    Configuration menu
    Copy the full SHA
    5eb302f View commit details
    Browse the repository at this point in the history
  4. make it not to be a method

    qmx committed Sep 30, 2017
    Configuration menu
    Copy the full SHA
    24fc50f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8a5800e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    081b29c View commit details
    Browse the repository at this point in the history
  7. style fixes as requested by @eddyb

    qmx committed Sep 30, 2017
    Configuration menu
    Copy the full SHA
    2922066 View commit details
    Browse the repository at this point in the history
  8. fix formatting

    qmx committed Sep 30, 2017
    Configuration menu
    Copy the full SHA
    08e1f0b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    59e778e View commit details
    Browse the repository at this point in the history
  10. make match exaustive

    qmx committed Sep 30, 2017
    Configuration menu
    Copy the full SHA
    a29c770 View commit details
    Browse the repository at this point in the history
  11. weird formatting

    qmx committed Sep 30, 2017
    Configuration menu
    Copy the full SHA
    b24a672 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2017

  1. stray comma

    qmx committed Oct 1, 2017
    Configuration menu
    Copy the full SHA
    11e141e View commit details
    Browse the repository at this point in the history