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

Macro input future proofing #20563

Merged
merged 5 commits into from
Jan 7, 2015
Merged

Macro input future proofing #20563

merged 5 commits into from
Jan 7, 2015

Commits on Jan 6, 2015

  1. syntax: implement 'macro input future proofing'

    See RFC 550 (rust-lang/rfcs#550) for the motivation
    and details.
    
    If this breaks your code, add one of the listed tokens after the relevant
    non-terminal in your matcher.
    
    [breaking-change]
    emberian committed Jan 6, 2015
    Configuration menu
    Copy the full SHA
    6680c9c View commit details
    Browse the repository at this point in the history
  2. Fix fallout

    emberian committed Jan 6, 2015
    Configuration menu
    Copy the full SHA
    e0b4287 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac8e105 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bd4119f View commit details
    Browse the repository at this point in the history
  5. serialize macro fix

    emberian committed Jan 6, 2015
    Configuration menu
    Copy the full SHA
    e9cbdd8 View commit details
    Browse the repository at this point in the history