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

Create a derive macro for HashStable and allow proc macros in rustc #58013

Merged
merged 11 commits into from
Mar 8, 2019

Commits on Mar 4, 2019

  1. Configuration menu
    Copy the full SHA
    97431a4 View commit details
    Browse the repository at this point in the history
  2. Allow linking to a proc macro on the target in metadata and still use…

    … a host proc macro to execute them
    Zoxc committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    c3c1c8d View commit details
    Browse the repository at this point in the history
  3. Bootstrap changes

    Zoxc committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    e501a87 View commit details
    Browse the repository at this point in the history
  4. Encode proc macro stability

    Zoxc committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    70156fb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    10d2008 View commit details
    Browse the repository at this point in the history
  6. Update Cargo.lock

    Zoxc committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    74b6419 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2019

  1. Use Ident for project

    Zoxc committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    cdbae16 View commit details
    Browse the repository at this point in the history
  2. Move locate_ctxt back

    Zoxc committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    1675212 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    12a491f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8052a4e View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2019

  1. Make Cargo a rustc tool again

    Zoxc committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    f2ef283 View commit details
    Browse the repository at this point in the history