rust/crates/ra_syntax
Geoffry Song 989cebc99c Fix parsing of "postfix" range expressions.
Right now they are handled in `postfix_dot_expr`, but that doesn't allow it to
correctly handle precedence. Integrate it more tightly with the Pratt parser
instead.

Also includes a drive-by fix for parsing `match .. {}`.

Fixes #2242.
2019-11-15 00:18:28 -08:00
..
fuzz Added test for check doc strings in crates. 2019-09-30 11:58:53 +03:00
src Make make:: builders slightly more convenient 2019-11-13 11:59:18 +03:00
test_data Fix parsing of "postfix" range expressions. 2019-11-15 00:18:28 -08:00
Cargo.toml Bump deps 2019-10-17 18:08:11 +03:00