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

Stabilize peekable_peek_mut #81938

Merged
merged 5 commits into from
Apr 8, 2021
Merged

Stabilize peekable_peek_mut #81938

merged 5 commits into from
Apr 8, 2021

Commits on Mar 26, 2021

  1. Stabilize peekable_peek_mut

    Resolves rust-lang#78302
    
    Update peekable.rs
    
    Update library/core/src/iter/traits/iterator.rs
    
    Co-authored-by: Ashley Mannix <[email protected]>
    lukaslueg and KodrAus committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    abcbe54 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2021

  1. Update library/core/src/iter/adapters/peekable.rs

    Co-authored-by: Alexander Ronald Altman <[email protected]>
    lukaslueg and pthariensflame authored Apr 6, 2021
    Configuration menu
    Copy the full SHA
    7f32fda View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72796a7 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2021

  1. Update library/core/src/iter/traits/iterator.rs

    Co-authored-by: Yuki Okushi <[email protected]>
    lukaslueg and JohnTitor authored Apr 7, 2021
    Configuration menu
    Copy the full SHA
    4c850f3 View commit details
    Browse the repository at this point in the history
  2. Update library/core/src/iter/traits/iterator.rs

    Co-authored-by: Yuki Okushi <[email protected]>
    lukaslueg and JohnTitor authored Apr 7, 2021
    Configuration menu
    Copy the full SHA
    cfe43f9 View commit details
    Browse the repository at this point in the history