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

Stop re-implementing slice iterators in vec::IntoIter #124421

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Apr 27, 2024

  1. Replace various iterator! parameters with self calls

    Rather than encoding things as method calls or token expansions.
    
    This isn't directly useful for Iter/IterMut, but sets this up for the next commit that adds another invocation of the macro.
    scottmcm committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    58f8939 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1af2be8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a251587 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fead097 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5a53c6a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f279596 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0fe05cc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c52540b View commit details
    Browse the repository at this point in the history