aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_analysis/src/descriptors/mod.rs
Commit message (Collapse)AuthorAgeFilesLines
* switch to TextRange::subrangeAleksey Kladov2018-10-301-2/+1
|
* Introduce ModuleIdAleksey Kladov2018-10-231-0/+63
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.