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

proc_macro/bridge: stop using a remote object handle for proc_macro Punct and Group #98188

Merged
merged 3 commits into from
Jun 28, 2022

Commits on Jun 27, 2022

  1. proc_macro: stop using a remote object handle for Punct

    This greatly reduces round-trips to fetch relevant extra information about the
    token in proc macro code, and avoids RPC messages to create Punct tokens.
    mystor committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    72bfe61 View commit details
    Browse the repository at this point in the history
  2. proc_macro: stop using a remote object handle for Group

    This greatly reduces round-trips to fetch relevant extra information about the
    token in proc macro code, and avoids RPC messages to create Group tokens.
    mystor committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    f28dfdf View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. review changes

    longer names for RPC generics and reduced dependency on macros in the server.
    mystor committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    64a7d57 View commit details
    Browse the repository at this point in the history