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

More static symbols #74175

Merged
merged 4 commits into from
Jul 15, 2020
Merged

More static symbols #74175

merged 4 commits into from
Jul 15, 2020

Commits on Jul 14, 2020

  1. Configuration menu
    Copy the full SHA
    026089b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e284f5d View commit details
    Browse the repository at this point in the history
  3. Add and use more static symbols.

    Note that the output of `unpretty-debug.stdout` has changed. In that
    test the hash values are normalized from a symbol numbers to small
    numbers like "0#0" and "0#1". The increase in the number of static
    symbols must have caused the original numbers to contain more digits,
    resulting in different pretty-printing prior to normalization.
    nnethercote committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    f04e866 View commit details
    Browse the repository at this point in the history
  4. Remove lots of Symbol::as_str() calls.

    In various ways, such as changing functions to take a `Symbol` instead
    of a `&str`.
    nnethercote committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    5930081 View commit details
    Browse the repository at this point in the history