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

Formally deprecate the constants superseded by RFC 2700 #78335

Closed
wants to merge 5 commits into from

Commits on Oct 24, 2020

  1. Deprecate old int module consts, cc rust-lang#68490

    Because the int modules contain nothing other than these
    now-deprecated constants, deprecate the modules themselves
    as well.
    bstrie committed Oct 24, 2020
    Configuration menu
    Copy the full SHA
    fc0614a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64140e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4dda75a View commit details
    Browse the repository at this point in the history
  4. Formatting

    bstrie committed Oct 24, 2020
    Configuration menu
    Copy the full SHA
    a53bed6 View commit details
    Browse the repository at this point in the history
  5. Update tests to remove deprecated num consts

    Care needs to be taken to leave the old consts where appropriate,
    e.g. backcompat tests, shadowing tests.
    bstrie committed Oct 24, 2020
    Configuration menu
    Copy the full SHA
    295d188 View commit details
    Browse the repository at this point in the history