rust/src/libsyntax/parse
Manish Goregaokar 16b24f15bd Rollup merge of #22285 - kmcallister:pub-macro, r=nick29581
It's not clear what this means, because a macro in item position can expand to zero or more items.  For now we disallow it, which is technically a

    [breaking-change]

but is landing without an RFC.  The `pub` keyword previously had no effect, which seems quite unintended.

Fixes #18317.
Fixes #14660.
2015-02-15 18:42:48 +05:30
..
lexer Rollup merge of #22339 - petrochenkov:int, r=huonw 2015-02-15 18:42:47 +05:30
attr.rs Tweak some ‘expected…’ error messages 2015-02-02 15:30:35 +13:00
classify.rs Teach libsyntax about while let 2014-10-10 20:30:31 -04:00
common.rs Allow trailing commas in array patterns and attributes 2014-11-30 22:28:54 +13:00
mod.rs Auto merge of #21505 - GuillaumeGomez:interned_string, r=alexcrichton 2015-02-07 02:04:47 +00:00
obsolete.rs Remove word syntax from obsolete syntax messages 2015-02-06 16:25:39 +02:00
parser.rs Rollup merge of #22285 - kmcallister:pub-macro, r=nick29581 2015-02-15 18:42:48 +05:30
token.rs Auto merge of #22158 - Kimundi:the_lonely_uppercase_keyword, r=pnkfelix 2015-02-14 17:01:11 +00:00