aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide/src/references/classify.rs
Commit message (Collapse)AuthorAgeFilesLines
* Refactor primary IDE APIAleksey Kladov2020-02-261-17/+13
| | | | | | | | | | 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.
* Merge NameDefinition and NameKindAleksey Kladov2020-02-191-19/+6
|
* Derive visibility as wellAleksey Kladov2020-02-191-13/+10
|
* Don't store deriveable Module info in NameDefinitionAleksey Kladov2020-02-191-12/+8
|
* Remove irrelevant distinctionAleksey Kladov2020-02-071-10/+18
|
* Move NameKind upAleksey Kladov2020-02-061-109/+3
|
* cleanup importsAleksey Kladov2020-02-061-1/+1
|
* Create modules via SourceBinderAleksey Kladov2020-01-161-16/+6
|
* Move module to SourceBinderAleksey Kladov2020-01-161-1/+1
|
* Move more stuff to SourceBinderAleksey Kladov2020-01-161-2/+2
|
* Make FromSource privateAleksey Kladov2020-01-161-2/+2
|
* Only new-style classificationAleksey Kladov2020-01-151-14/+1
|
* Make syntax highlighting linearAleksey Kladov2020-01-151-46/+63
|
* Fix resolve for field init shorthandAleksey Kladov2019-12-201-4/+5
|
* Rename GenericParam -> TypeParamAleksey Kladov2019-12-071-4/+4
| | | | We don't have LifetimeParam yet, but they are planned!
* Get the right analyzer for implsAleksey Kladov2019-12-071-1/+0
|
* Classify name works for TypeParamsAleksey Kladov2019-12-071-0/+9
|
* Rename Source -> InFileAleksey Kladov2019-11-281-3/+3
|
* rename ra_ide_api -> ra_ideAleksey Kladov2019-11-271-0/+186