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

Minimal impl Trait #1522

Merged
merged 19 commits into from
Jun 27, 2016
Merged

Commits on Feb 1, 2016

  1. Conservative impl Trait

    Kimundi committed Feb 1, 2016
    Configuration menu
    Copy the full SHA
    bb201c1 View commit details
    Browse the repository at this point in the history
  2. Fix formating

    Kimundi committed Feb 1, 2016
    Configuration menu
    Copy the full SHA
    cc1a698 View commit details
    Browse the repository at this point in the history
  3. Fix formating

    Kimundi committed Feb 1, 2016
    Configuration menu
    Copy the full SHA
    7b80b51 View commit details
    Browse the repository at this point in the history
  4. Fix formating

    Kimundi committed Feb 1, 2016
    Configuration menu
    Copy the full SHA
    1cedd12 View commit details
    Browse the repository at this point in the history
  5. Fix formating

    Kimundi committed Feb 1, 2016
    Configuration menu
    Copy the full SHA
    9cef028 View commit details
    Browse the repository at this point in the history
  6. Addressed a few remarks

    Kimundi committed Feb 1, 2016
    Configuration menu
    Copy the full SHA
    3f8fec6 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2016

  1. Configuration menu
    Copy the full SHA
    34cb520 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d74cdf7 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2016

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

Commits on Feb 25, 2016

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

Commits on Feb 26, 2016

  1. Configuration menu
    Copy the full SHA
    47a25e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dfc73d9 View commit details
    Browse the repository at this point in the history
  3. Edits to unresolved questions

    aturon committed Feb 26, 2016
    Configuration menu
    Copy the full SHA
    a7b88b4 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2016

  1. Merge pull request #2 from aturon/impl-trait-edits

    Impl trait edits
    Kimundi committed Mar 1, 2016
    Configuration menu
    Copy the full SHA
    ba05c42 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce52e56 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    74d669e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3e6f294 View commit details
    Browse the repository at this point in the history
  5. Made it clear that function pointers may still include @trait if used…

    … as part of a return type of a freestanding function
    Kimundi committed Mar 1, 2016
    Configuration menu
    Copy the full SHA
    5ee47de View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2016

  1. @trait -> impl Trait

    Kimundi committed Jun 24, 2016
    Configuration menu
    Copy the full SHA
    b48ef37 View commit details
    Browse the repository at this point in the history