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 the Saturating type #115477

Merged
merged 2 commits into from
Sep 17, 2023
Merged

Commits on Sep 2, 2023

  1. Configuration menu
    Copy the full SHA
    0eb4133 View commit details
    Browse the repository at this point in the history
  2. Stabilize the Saturating type (saturating_int_impl, rust-langgh-87920)

    Also stabilizes saturating_int_assign_impl, rust-langgh-92354.
    
    And also make pub fns const where the underlying saturating_*
    fns became const in the meantime since the Saturating type was
    created.
    kellerkindt committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    ad54426 View commit details
    Browse the repository at this point in the history