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

Permit the || syntax to be used for both boxed and unboxed closures #19113

Merged
merged 4 commits into from
Nov 20, 2014

Commits on Nov 19, 2014

  1. Configuration menu
    Copy the full SHA
    fe2fcb3 View commit details
    Browse the repository at this point in the history
  2. Deduce the argument types based on the expected type, trawling throug…

    …h the fulfillment contect if necessary.
    nikomatsakis committed Nov 19, 2014
    Configuration menu
    Copy the full SHA
    8e44688 View commit details
    Browse the repository at this point in the history
  3. Merge the ExprFnBlock and ExprUnboxedClosure into one ExprClosure wit…

    …h an optional unboxed closure kind.
    nikomatsakis committed Nov 19, 2014
    Configuration menu
    Copy the full SHA
    3e2929d View commit details
    Browse the repository at this point in the history
  4. 5 Configuration menu
    Copy the full SHA
    b9c5cd4 View commit details
    Browse the repository at this point in the history