rust/crates/ra_parser/src
Ville Penttinen 3f62ab8f51 Add WherePred to allow predicate access in WhereClause
This also unifies parsing of WHERE_PRED bounds, now Lifetime bounds will also be
parsed using TYPE_BOUND_LIST
2019-03-31 13:20:56 +03:00
..
grammar Add WherePred to allow predicate access in WhereClause 2019-03-31 13:20:56 +03:00
syntax_kind Add new TYPE_BOUND_LIST and TYPE_BOUND syntax kinds 2019-03-30 17:11:21 +02:00
event.rs Allow attributes on top level expression 2019-03-19 17:24:02 +09:00
grammar.rs Add extern_crate_self to ra_parser. 2019-03-28 12:15:18 -04:00
lib.rs docs 2019-02-21 15:24:42 +03:00
parser.rs replace todo with fixme 2019-03-23 11:07:09 +03:00
syntax_kind.rs move parser to a separate crate 2019-02-21 13:27:45 +03:00
token_set.rs docs 2019-02-21 15:24:42 +03:00