rust/crates
Aleksey Kladov dc477db757 Introduce ModuleId
Previously, module was synonym with a file, and so a module could have
had several parents. This commit introduces a separate module concept,
such that each module has only one parent, but a single file can
correspond to different modules.
2018-10-23 20:44:23 +03:00
..
gen_lsp_server Cargo Format 2018-10-16 09:41:10 -04:00
ra_analysis Introduce ModuleId 2018-10-23 20:44:23 +03:00
ra_cli Cargo Format 2018-10-16 09:41:10 -04:00
ra_editor complete pub(crate) 2018-10-23 16:42:07 +03:00
ra_lsp_server Merge #151 2018-10-23 12:28:57 +00:00
ra_syntax Fix function calls 2018-10-17 19:42:23 -04: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