rust/crates/ra_syntax/src/grammar
Florian Diebold 0d724ea572 Improve parsing of incomplete field accesses in preparation for field completion
We need to be able to get the receiver even if there is no field name yet, and
currently "a." wouldn't get parsed as a field name at all. This seems to help.
2018-12-25 15:16:42 +01:00
..
expressions Fix the tests and fix the precommit hook 2018-12-20 16:45:54 +00:00
items Fix the tests and fix the precommit hook 2018-12-20 16:45:54 +00:00
attributes.rs rename all things 2018-09-16 13:07:39 +03:00
expressions.rs Improve parsing of incomplete field accesses in preparation for field completion 2018-12-25 15:16:42 +01:00
items.rs Fix parsing of contextual_keyword union 2018-12-20 19:46:03 +00:00
params.rs Cargo Format 2018-10-16 09:41:10 -04:00
paths.rs Complete paths after :: 2018-11-21 18:34:20 +03:00
patterns.rs Fix parsing of inclusive ranges (#214) 2018-12-19 20:12:18 +00:00
type_args.rs Fix the tests and fix the precommit hook 2018-12-20 16:45:54 +00:00
type_params.rs Fix where clauses using fully qualified path syntax 2018-12-21 17:20:38 +00:00
types.rs Fix the tests and fix the precommit hook 2018-12-20 16:45:54 +00:00