rust/src/libsyntax/parse
bors b31cc644d1 Auto merge of #29766 - oli-obk:impl_item, r=nikomatsakis
[breaking change]

I'm not sure if those renames are ok. [TokenType::Tt* to TokenType::*](https://github.com/rust-lang/rust/pull/29582) was obvious, but for all those Item-enums it's less obvious to me what the right way forward is due to the underscore.
2015-11-17 18:24:19 +00:00
..
lexer Detect confusing unicode characters and show the alternative 2015-11-17 12:14:28 +05:30
attr.rs Make quote plugin use parsing functions which explicitly panic. 2015-10-28 14:11:31 -07:00
classify.rs Use deref coercions 2015-11-10 20:16:28 +09:00
common.rs Allow trailing commas in array patterns and attributes 2014-11-30 22:28:54 +13:00
mod.rs Auto merge of #29761 - eefriedman:rename-nopanic, r=sanxiyn 2015-11-13 10:28:25 +00:00
obsolete.rs Remove unused code in parser. 2015-07-30 20:51:51 -07:00
parser.rs rename ast::ImplItem_::*ImplItem to ast::ImplItemKind::* 2015-11-16 10:35:30 +01:00
token.rs libsyntax: Add more quasiquoting macros 2015-11-11 15:19:01 -05:00