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 UnboundedIterator Trait #47082

Closed
wants to merge 8 commits into from
Closed

Add UnboundedIterator Trait #47082

wants to merge 8 commits into from

Commits on Dec 20, 2017

  1. Configuration menu
    Copy the full SHA
    b98d16d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a8bb48 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    276564e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b905bf2 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2017

  1. Add FIXMEs

    oberien committed Dec 22, 2017
    Configuration menu
    Copy the full SHA
    cbf23b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae13060 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2017

  1. Make UnboundedIterator supertrait of FusedIterator

    This optimizes UnboundedIterator::fuse to a noop.
    oberien committed Dec 23, 2017
    Configuration menu
    Copy the full SHA
    6125f8c View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2017

  1. Fix grammar mistakes

    oberien committed Dec 30, 2017
    Configuration menu
    Copy the full SHA
    c88f74a View commit details
    Browse the repository at this point in the history