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

refactor autoderef to avoid prematurely registering obligations #33852

Merged
merged 2 commits into from
May 28, 2016

Commits on May 24, 2016

  1. refactor autoderef to avoid registering obligations

    Refactor `FnCtxt::autoderef` to use an external iterator and to not
    register any obligation from the main autoderef loop, but rather to
    register them after (and if) the loop successfully completes.
    
    Fixes rust-lang#24819
    Fixes rust-lang#25801
    Fixes rust-lang#27631
    Fixes rust-lang#31258
    Fixes rust-lang#31964
    Fixes rust-lang#32320
    Fixes rust-lang#33515
    Fixes rust-lang#33755
    Ariel Ben-Yehuda authored and arielb1 committed May 24, 2016
    Configuration menu
    Copy the full SHA
    c209d44 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2016

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