rust/crates
Florian Diebold 4f8a49f43c Refactor method candidate generation a bit
This fixes the order in which candidates are chosen a bit (not completely
though, as the ignored test demonstrates), and makes autoderef work with trait
methods. As a side effect, this also makes completion of trait methods work :)
2019-04-14 21:53:35 +02:00
..
gen_lsp_server show message in client's UI if workspace fails to load 2019-03-05 16:33:05 +03:00
ra_arena
ra_assists replace usages of algo::generate with iter::successors from std 2019-04-13 16:43:49 +02:00
ra_batch migrate to salsas interning 2019-04-09 22:51:22 +03:00
ra_cli Merge #1068 2019-04-03 09:09:11 +00:00
ra_db drop old interning infra 2019-04-09 22:52:06 +03:00
ra_fmt replace usages of algo::generate with iter::successors from std 2019-04-13 16:43:49 +02:00
ra_hir Refactor method candidate generation a bit 2019-04-14 21:53:35 +02:00
ra_ide_api Refactor method candidate generation a bit 2019-04-14 21:53:35 +02:00
ra_lsp_server Modifies runnables test to use multi-workspace root 2019-04-14 10:04:38 +02:00
ra_mbe Fix bug and add expr , pat , ty matcher 2019-04-14 11:42:20 +08:00
ra_parser Merge #1138 2019-04-14 14:16:42 +00:00
ra_prof added some docs to public functions 2019-04-03 16:05:55 +03:00
ra_project_model Sends cwd info for runnables and code lenses 2019-04-14 10:04:38 +02:00
ra_syntax Merge #1138 2019-04-14 14:16:42 +00:00
ra_text_edit Disable fork feature for proptest 2019-03-23 08:57:07 +01:00
ra_tt
test_utils fix error on wrong path 2019-03-17 12:53:22 +03:00
thread_worker
tools Use EXE extension for pre-commit hook on Window 2019-03-27 07:52:59 +01:00