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 Duration::MAX #84120

Merged
merged 3 commits into from
Apr 26, 2021
Merged

Commits on Apr 12, 2021

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

Commits on Apr 24, 2021

  1. Clarify Duration::MAX depends on Instant

    Duration is used in std to represent a difference between two Instants.
    As such, it has to at least contain that span of time in it. However,
    Instant can vary by platform. Thus, we should explain the impl of
    Duration::MAX is sensitive to these vagaries of the platform.
    workingjubilee committed Apr 24, 2021
    Configuration menu
    Copy the full SHA
    a80dbea View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2021

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