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

Rework the std::iter::Step trait #69659

Merged
merged 6 commits into from
May 15, 2020
Merged

Commits on Apr 8, 2020

  1. Configuration menu
    Copy the full SHA
    b70e7fd View commit details
    Browse the repository at this point in the history
  2. Redesign the Step trait

    CAD97 committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    2fcfd23 View commit details
    Browse the repository at this point in the history
  3. Adjust Step::forward_checked docs for large types

    Co-Authored-By: Nadrieril Feneanar <[email protected]>
    CAD97 and Nadrieril committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    f34322d View commit details
    Browse the repository at this point in the history

Commits on May 13, 2020

  1. Improve comments in iter::Step

    CAD97 committed May 13, 2020
    Configuration menu
    Copy the full SHA
    cef616b View commit details
    Browse the repository at this point in the history
  2. Improve Step::forward/backward for optimization

    The previous definition did not optimize down to a single add operation,
    but this version does appear to.
    CAD97 committed May 13, 2020
    Configuration menu
    Copy the full SHA
    90b1961 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2020

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