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: implement TokenTree, TokenKind, hygienic quote!, and other API #40939

Merged
merged 13 commits into from
Jul 6, 2017

Commits on Jun 26, 2017

  1. Simplify hygiene::Mark application, and

    remove variant `Token::SubstNt` in favor of `quoted::TokenTree::MetaVar`.
    jseyfried committed Jun 26, 2017
    Configuration menu
    Copy the full SHA
    d4488b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d41674 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e42836b View commit details
    Browse the repository at this point in the history
  4. Add LazyTokenStream.

    jseyfried committed Jun 26, 2017
    Configuration menu
    Copy the full SHA
    7d493bd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    20a9048 View commit details
    Browse the repository at this point in the history
  6. Test compound tokens.

    jseyfried committed Jun 26, 2017
    Configuration menu
    Copy the full SHA
    1e32a3f View commit details
    Browse the repository at this point in the history
  7. Address review comments.

    jseyfried committed Jun 26, 2017
    Configuration menu
    Copy the full SHA
    71d4a86 View commit details
    Browse the repository at this point in the history
  8. Fix a semantic merge conflict

    alexcrichton authored and jseyfried committed Jun 26, 2017
    Configuration menu
    Copy the full SHA
    699078a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4012b8d View commit details
    Browse the repository at this point in the history
  10. Revert a few changes

    alexcrichton authored and jseyfried committed Jun 26, 2017
    Configuration menu
    Copy the full SHA
    302935f View commit details
    Browse the repository at this point in the history
  11. Update and fix a few tests

    alexcrichton authored and jseyfried committed Jun 26, 2017
    Configuration menu
    Copy the full SHA
    d316874 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2017

  1. Configuration menu
    Copy the full SHA
    fd95db2 View commit details
    Browse the repository at this point in the history
  2. rustbuild: Only -Zsave-analysis for libstd

    Don't pass the flag when we're compiling the compiler or other related tools
    alexcrichton committed Jul 5, 2017
    Configuration menu
    Copy the full SHA
    78fdbfc View commit details
    Browse the repository at this point in the history