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

macros: improve expansion performance #37569

Merged
merged 10 commits into from
Nov 6, 2016

Commits on Nov 3, 2016

  1. Configuration menu
    Copy the full SHA
    5f280a5 View commit details
    Browse the repository at this point in the history
  2. Reduce the size of Token and make it cheaper to clone by refactoring

    `Token::Interpolated(Nonterminal)` -> `Token::Interpolated(Rc<Nonterminal>)`.
    jseyfried committed Nov 3, 2016
    Configuration menu
    Copy the full SHA
    eb3ac29 View commit details
    Browse the repository at this point in the history
  3. Revert "macros: Improve tt fragments"

    This reverts commit 41745f3.
    jseyfried committed Nov 3, 2016
    Configuration menu
    Copy the full SHA
    3b71646 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6e9bf12 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b60bcba View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e2b3fec View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7ae0833 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2016

  1. Configuration menu
    Copy the full SHA
    23ad6fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7eed53 View commit details
    Browse the repository at this point in the history
  3. Fix fallout in tests.

    jseyfried committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    51104e5 View commit details
    Browse the repository at this point in the history