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, DerefMove, DerefPure and box patterns #1646

Closed
wants to merge 8 commits into from

Commits on Jun 9, 2016

  1. &move, DerefMove, DerefPure and box patterns

    Ariel Ben-Yehuda committed Jun 9, 2016
    Configuration menu
    Copy the full SHA
    5d68cad View commit details
    Browse the repository at this point in the history
  2. clarify that DerefMove + Drop is legal

    Ariel Ben-Yehuda committed Jun 9, 2016
    Configuration menu
    Copy the full SHA
    cc6b0be View commit details
    Browse the repository at this point in the history
  3. clarify

    arielb1 committed Jun 9, 2016
    Configuration menu
    Copy the full SHA
    b25139b View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2016

  1. allow DerefMove without DerefPure

    It turns out there is a way to implement it, but it introduces more complexities.
    arielb1 committed Jun 10, 2016
    Configuration menu
    Copy the full SHA
    33b267a View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2016

  1. explain destruction order

    arielb1 committed Jun 11, 2016
    Configuration menu
    Copy the full SHA
    6d3bf18 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2016

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

Commits on Jun 24, 2016

  1. clarify wording

    arielb1 committed Jun 24, 2016
    Configuration menu
    Copy the full SHA
    598c926 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64748e4 View commit details
    Browse the repository at this point in the history