rust-analyzer/crates
Aleksey Kladov f3fb59d707 Move completion to ra_analysis
While we should handle completion for isolated file, it's better
achieved by using empty Analysis, rather than working only with &File:
we need memoization for type inference even inside a single file.
2018-10-31 21:01:51 +03:00
..
gen_lsp_server Cargo Format 2018-10-16 09:41:10 -04:00
ra_analysis Move completion to ra_analysis 2018-10-31 21:01:51 +03:00
ra_cli Cargo Format 2018-10-16 09:41:10 -04:00
ra_editor move resolve local name 2018-10-31 15:13:49 +03:00
ra_lsp_server Encapsulate CrateGraph a bit 2018-10-25 17:40:24 +03:00
ra_syntax Move FnDescriptors to analyzer 2018-10-31 10:56:31 +03:00
test_utils Cargo Format 2018-10-16 09:41:10 -04:00
tools clippy: Use if lets and remove redundant returns 2018-10-17 19:42:23 -04:00