rust-analyzer/crates/ra_parser/src/grammar
2019-03-24 20:51:55 +02:00
..
expressions Allow attributes on top level expression 2019-03-19 17:24:02 +09:00
items replace todo with fixme 2019-03-23 11:07:09 +03:00
attributes.rs move parser to a separate crate 2019-02-21 13:27:45 +03:00
expressions.rs Replace contract_child to a less ad-hoc API 2019-03-19 18:44:23 +09:00
items.rs Use Marker argument for item parsers 2019-03-18 14:34:08 +09: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 move parser to a separate crate 2019-02-21 13:27:45 +03:00
type_params.rs move parser to a separate crate 2019-02-21 13:27:45 +03:00
types.rs Support references in higher-ranked trait bounds 2019-03-24 20:51:55 +02:00