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

Add a check for ASCII characters in to_upper and to_lower #81358

Merged
merged 3 commits into from
Mar 17, 2021

Commits on Feb 26, 2021

  1. Add a check for ASCII characters in to_upper and to_lower

    This extra check has better performance. See discussion here:
    https://internals.rust-lang.org/t/to-upper-speed/13896
    mcastorina committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    e48c684 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8acb566 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    229fdf8 View commit details
    Browse the repository at this point in the history