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

Add Vec::dedup_by and Vec::dedup_by_key #36743

Merged
merged 4 commits into from
Oct 14, 2016
Merged

Commits on Sep 26, 2016

  1. Remove duplicate test.

    test_dedup_shared has been exactly the same as test_dedup_unique since
    6f16df4, three years ago.
    SimonSapin committed Sep 26, 2016
    Configuration menu
    Copy the full SHA
    dc97341 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f14f4db View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2016

  1. Configuration menu
    Copy the full SHA
    be34bac View commit details
    Browse the repository at this point in the history
  2. Merge two impl<T> Vec<T> blocks.

    The show up separately in rustdoc.
    
    This is a separate commit to keep the previous one’s diff shorter.
    SimonSapin committed Oct 11, 2016
    Configuration menu
    Copy the full SHA
    401f1c4 View commit details
    Browse the repository at this point in the history