rust/crates/ra_parser/src/grammar
2019-04-06 01:07:35 +02:00
..
expressions Merge #1082 2019-04-01 11:22:13 +00:00
items Add new TYPE_BOUND_LIST and TYPE_BOUND syntax kinds 2019-03-30 17:11:21 +02:00
attributes.rs move parser to a separate crate 2019-02-21 13:27:45 +03:00
expressions.rs Parse and infer tuple indices 2019-04-06 01:07:35 +02:00
items.rs Parse unsafe async / const unsafe fns properly 2019-04-03 17:11:56 +02:00
params.rs allow mut ident patterns in trait methods 2019-03-04 17:47:02 +03:00
paths.rs move parser to a separate crate 2019-02-21 13:27:45 +03:00
patterns.rs Allow MINUS at the start of a pattern. 2019-03-14 19:24:11 +10:30
type_args.rs Fix parsing <= in type_args 2019-03-30 13:52:47 +02:00
type_params.rs Add WherePred to allow predicate access in WhereClause 2019-03-31 13:20:56 +03:00
types.rs Change parsing bounds in path_types 2019-03-31 10:38:36 +03:00