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

Implements RFC 16, attributes on statements and expressions. #29850

Merged
merged 12 commits into from
Dec 4, 2015

Commits on Nov 26, 2015

  1. Add syntax support for attributes on expressions and all syntax

    nodes in statement position.
    
    Extended #[cfg] folder to allow removal of statements, and
    of expressions in optional positions like expression lists and trailing
    block expressions.
    
    Extended lint checker to recognize lint levels on expressions and
    locals.
    Kimundi committed Nov 26, 2015
    Configuration menu
    Copy the full SHA
    2a8f358 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0beba0 View commit details
    Browse the repository at this point in the history
  3. Fixed macro expander not folding attributes (though I'm not sure if t…

    …hat is actually neccessary)
    Kimundi committed Nov 26, 2015
    Configuration menu
    Copy the full SHA
    0608b1d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c56b47a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    296c361 View commit details
    Browse the repository at this point in the history
  6. Rebase fixup for lower.rs

    Kimundi committed Nov 26, 2015
    Configuration menu
    Copy the full SHA
    02a18a6 View commit details
    Browse the repository at this point in the history
  7. Extended simple macro test

    Kimundi committed Nov 26, 2015
    Configuration menu
    Copy the full SHA
    49e9974 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2015

  1. Configuration menu
    Copy the full SHA
    232d145 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f3bc2c View commit details
    Browse the repository at this point in the history
  3. Simplyfied map_thin_attrs()

    Kimundi committed Nov 30, 2015
    Configuration menu
    Copy the full SHA
    5eaf31b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3f33cbc View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2015

  1. Configuration menu
    Copy the full SHA
    d06f480 View commit details
    Browse the repository at this point in the history