rust/crates
Aleksey Kladov 63e1e63a91 start cleaning up the resolution
Nameres related types, like `PerNs<Resolution>`, can represent
unreasonable situations, like a local in a type namespace. We should
clean this up, by requiring that call-site specifies the kind of
resolution it expects.
2019-09-12 21:34:22 +03:00
..
ra_arena
ra_assists Minor typo fix for ra_assists code doc 2019-09-08 02:10:53 -07:00
ra_batch don't break parser error recovery in presence of macros 2019-09-12 12:38:07 +03:00
ra_cli add quiet mode to analysis-stats 2019-09-12 11:45:33 +03:00
ra_db introduce hir debugging infra 2019-09-09 12:32:16 +03:00
ra_fmt fix hir for new block syntax 2019-09-02 21:23:19 +03:00
ra_hir start cleaning up the resolution 2019-09-12 21:34:22 +03:00
ra_ide_api Complete vec macros with square brackets 2019-09-12 12:16:09 +03:00
ra_lsp_server introduce hir debugging infra 2019-09-09 12:32:16 +03:00
ra_mbe cleanup expansion to item list 2019-09-10 22:22:57 +03:00
ra_parser don't break parser error recovery in presence of macros 2019-09-12 12:38:07 +03:00
ra_prof ⬆️ once_cell 2019-09-01 23:18:15 +03:00
ra_project_model introduce hir debugging infra 2019-09-09 12:32:16 +03:00
ra_syntax Infer box expression 2019-09-12 02:35:09 +08:00
ra_text_edit
ra_tools Fix the formatting issues 2019-09-12 12:16:09 +03:00
ra_tt
ra_vfs_glob add option to disable notify 2019-09-06 17:21:29 +03:00
test_utils translate \n -> \r\n on the way out 2019-08-20 19:53:05 +03:00