rust/crates/ra_parser/src
bors[bot] 6e4865de73 Merge #1081
1081: Async closure syntax r=matklad a=robojumper

Fixes #1080.

Also fixes an error introduced by #1072 where something like `async move "foo"` in expression position would trigger the assertion in `block_expr`.

Co-authored-by: robojumper <robojumper@gmail.com>
2019-04-01 10:57:06 +00:00
..
grammar Async closure syntax 2019-03-31 16:35:22 +02:00
syntax_kind Add new TYPE_BOUND_LIST and TYPE_BOUND syntax kinds 2019-03-30 17:11:21 +02:00
event.rs switch to new rowan 2019-04-01 12:06:24 +03:00
grammar.rs Add extern_crate_self to ra_parser. 2019-03-28 12:15:18 -04:00
lib.rs switch to new rowan 2019-04-01 12:06:24 +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