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 Poll::is_ready and is_pending as const #76227

Merged
merged 3 commits into from
Nov 8, 2020

Commits on Sep 2, 2020

  1. Stabilize Poll::is_ready and is_pending as const

    Insta-stabilize the methods `is_ready` and `is_pending` of `Poll`.
    
    Possible because of the recent stabilization of const control flow.
    
    Also adds a test for these methods in a const context.
    CDirkx committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    9412a89 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2020

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

Commits on Oct 16, 2020

  1. Bump version to 1.49.0

    Due to the recent release of 1.47.0, this PR will be stabilized in 1.49.0 instead of 1.48.0.
    CDirkx authored Oct 16, 2020
    Configuration menu
    Copy the full SHA
    5e80c65 View commit details
    Browse the repository at this point in the history