aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide/src/parent_module.rs
Commit message (Collapse)AuthorAgeFilesLines
* Consider crate declaration namesKirill Bulatov2020-03-081-0/+1
|
* Refactor primary IDE APIAleksey Kladov2020-02-261-8/+9
| | | | | | | | | | This introduces the new type -- Semantics. Semantics maps SyntaxNodes to various semantic info, such as type, name resolution or macro expansions. To do so, Semantics maintains a HashMap which maps every node it saw to the file from which the node originated. This is enough to get all the necessary hir bits just from syntax.
* Tweak goto parent moduleAleksey Kladov2020-02-061-1/+36
|
* cleanup importsAleksey Kladov2020-02-061-1/+2
|
* Create modules via SourceBinderAleksey Kladov2020-01-161-13/+16
|
* Remove ty from code_modelAleksey Kladov2019-12-081-1/+1
|
* One pub function less is good!ice10002019-12-051-2/+3
|
* Rename Source -> InFileAleksey Kladov2019-11-281-2/+2
|
* rename ra_ide_api -> ra_ideAleksey Kladov2019-11-271-0/+104