aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide/src/impls.rs
Commit message (Collapse)AuthorAgeFilesLines
* Rename ast::ImplBlock -> ast::ImplDefAleksey Kladov2020-02-291-14/+14
|
* Refactor primary IDE APIAleksey Kladov2020-02-261-31/+18
| | | | | | | | | | 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.
* cleanup importsAleksey Kladov2020-02-061-1/+2
|
* Create modules via SourceBinderAleksey Kladov2020-01-161-12/+6
|
* More natural trait setupAleksey Kladov2020-01-161-3/+3
|
* Make FromSource privateAleksey Kladov2020-01-161-15/+16
|
* Add testEdwin Cheng2020-01-121-0/+12
|
* Rename Source -> InFileAleksey Kladov2019-11-281-5/+5
|
* rename ra_ide_api -> ra_ideAleksey Kladov2019-11-271-0/+206