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

Move gensym operations from Symbol to Ident #60903

Merged
merged 3 commits into from
May 21, 2019

Commits on May 20, 2019

  1. Move is_gensymed from Symbol to Ident.

    Note that the `is_gensymed` call on `primitive_types` is unnecessary
    because that table only contains the name of primitive types (e.g.
    `i32`) and never contains gensyms.
    nnethercote committed May 20, 2019
    Configuration menu
    Copy the full SHA
    f6637f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e57c0db View commit details
    Browse the repository at this point in the history
  3. Remove Symbol::gensym().

    nnethercote committed May 20, 2019
    Configuration menu
    Copy the full SHA
    88d2999 View commit details
    Browse the repository at this point in the history