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

Make RustReservedWordsSymbolProvider configurable #2382

Merged
merged 7 commits into from
Mar 13, 2023

Commits on Feb 15, 2023

  1. Remove toEnumVariantName from RustSymbolProvider

    The `toEnumVariantName` function existed on symbol provider to work
    around enum definitions not being shapes. In the future when we refactor
    to use `EnumShape` instead of `EnumTrait`, there will be `MemberShape`s
    for each enum member. This change incrementally moves us to that future
    by creating fake `MemberShape`s in the enum generator from the enum
    definition.
    jdisanti committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    d3c95a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1add65 View commit details
    Browse the repository at this point in the history
  3. Clean up an old hack

    jdisanti committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    3337f93 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

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

Commits on Mar 10, 2023

  1. Merge origin/main

    jdisanti committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    bedd1f8 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    jdisanti committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    4097d45 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. Incorporate feedback

    jdisanti committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    a88b847 View commit details
    Browse the repository at this point in the history