rust/crates
bors[bot] d9338dfa98
Merge #1951
1951: Lower the precedence of the `as` operator. r=matklad a=goffrie

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.

Fixes #1851.

Co-authored-by: Geoffry Song <goffrie@gmail.com>
2019-10-08 08:44:26 +00:00
..
ra_arena cleanup 2019-08-06 10:57:16 +02:00
ra_assists remove visitor module 2019-10-05 17:48:31 +03:00
ra_batch Read default cfgs from rustc 2019-10-03 02:28:03 +08:00
ra_cfg Add docs 2019-10-03 02:50:22 +08:00
ra_cli Update pico-args 2019-10-02 10:58:15 -04:00
ra_db Enable CfgOptions test for workspace crates 2019-10-03 02:28:02 +08:00
ra_fmt fix hir for new block syntax 2019-09-02 21:23:19 +03:00
ra_hir Merge #1928 2019-10-05 14:25:59 +00:00
ra_ide_api Merge #1960 2019-10-05 14:54:25 +00:00
ra_lsp_server Use raw cfgs in json project and fix typo 2019-10-05 20:55:27 +08:00
ra_mbe Added test for check doc strings in crates. 2019-09-30 11:58:53 +03:00
ra_parser Merge #1951 2019-10-08 08:44:26 +00:00
ra_prof Added test for check doc strings in crates. 2019-09-30 11:58:53 +03:00
ra_project_model Use raw cfgs in json project and fix typo 2019-10-05 20:55:27 +08:00
ra_syntax Merge #1951 2019-10-08 08:44:26 +00: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