rust/src/libsyntax/parse
bors 8d65c8d64e Auto merge of #38268 - withoutboats:parse_where_higher_rank_hack, r=eddyb
Prevent where < ident > from parsing.

In order to be forward compatible with `where<'a>` syntax for higher
rank parameters, prevent potential conflicts with UFCS from parsing
correctly for the near term.
2016-12-24 00:22:00 +00:00
..
lexer Rename 'librustc_unicode' crate to 'libstd_unicode'. 2016-11-30 01:24:01 -05:00
attr.rs Use Symbol instead of InternedString in the AST, HIR, and various other places. 2016-11-21 09:00:55 +00:00
classify.rs
common.rs
mod.rs Refactor how global paths are represented (for both ast and hir). 2016-12-22 06:14:35 +00:00
obsolete.rs Remove parsing of obsolete pre-1.0 syntaxes 2016-09-13 23:33:50 +03:00
parser.rs Auto merge of #38268 - withoutboats:parse_where_higher_rank_hack, r=eddyb 2016-12-24 00:22:00 +00:00
token.rs Move syntax::util::interner -> syntax::symbol, cleanup. 2016-11-20 23:40:20 +00:00