rust/crates/parser/src/grammar
Aleksey Kladov 4452f9ec48 internal: improve style
Group related stuff together, use only on path for parsing extern blocks
(they actually have modifiers).

Perhaps we should get rid of items_without_modifiers altogether? Better
to handle these kinds on diagnostics in validation layer...
2021-08-30 15:55:40 +03:00
..
expressions Support if let match guards 2021-08-13 00:25:14 +02:00
items feat: improve parser error recovery for function parameters 2021-07-17 22:41:04 +03:00
attributes.rs Update ungrammar 2021-06-11 18:34:30 +02:00
expressions.rs tree-wide: make rustdoc links spiky so they are clickable 2021-06-13 21:58:05 -07:00
items.rs internal: improve style 2021-08-30 15:55:40 +03:00
params.rs Fix some more basic clippy lints 2021-07-21 20:52:08 +02:00
paths.rs Support GATs for associated type arg parsing 2021-07-18 11:08:43 +02:00
patterns.rs Split the test 2021-08-04 03:01:48 -07:00
type_args.rs Fix generic_arg not parsing opt_generic_arg_list properly in arg lists 2021-07-26 15:21:19 +02:00
type_params.rs feat: improve parser error recovery for function parameters 2021-07-17 22:41:04 +03:00
types.rs feat: improve parser error recovery for function parameters 2021-07-17 22:41:04 +03:00