granite-rust/crates
Geoffry Song b63f260bbc Lower the precedence of the as operator.
Previously, the `as` operator was being parsed like a postfix expression, and
therefore being given the highest possible precedence. That caused it to bind
more tightly than prefix operators, which it should not. Instead, parse it
somewhat like a normal binary expression with some special-casing.
2019-10-03 00:27:09 -07:00
..
ra_arena cleanup 2019-08-06 10:57:16 +02:00
ra_assists Merge branch 'master' into feature/issue/1856 2019-09-30 12:07:26 +03:00
ra_batch Added test for check doc strings in crates. 2019-09-30 11:58:53 +03:00
ra_cli Update pico-args 2019-10-02 10:58:15 -04:00
ra_db Merge branch 'master' into feature/issue/1856 2019-09-30 12:07:26 +03:00
ra_fmt fix hir for new block syntax 2019-09-02 21:23:19 +03:00
ra_hir Handle divergence in type inference for blocks 2019-10-02 17:31:34 +03:00
ra_ide_api Merge branch 'master' into feature/issue/1856 2019-09-30 12:07:26 +03:00
ra_lsp_server Added test for check doc strings in crates. 2019-09-30 11:58:53 +03:00
ra_mbe Added test for check doc strings in crates. 2019-09-30 11:58:53 +03:00
ra_parser Lower the precedence of the as operator. 2019-10-03 00:27:09 -07:00
ra_prof Added test for check doc strings in crates. 2019-09-30 11:58:53 +03:00
ra_project_model Added test for check doc strings in crates. 2019-09-30 11:58:53 +03:00
ra_syntax Lower the precedence of the as operator. 2019-10-03 00:27:09 -07:00
ra_text_edit Added test for check doc strings in crates. 2019-09-30 11:58:53 +03:00
ra_tools Update pico-args 2019-10-02 10:58:15 -04:00
ra_tt Added test for check doc strings in crates. 2019-09-30 11:58:53 +03:00
ra_vfs_glob add option to disable notify 2019-09-06 17:21:29 +03:00
test_utils Added test for check doc strings in crates. 2019-09-30 11:58:53 +03:00