aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_db/src/defs.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add ItemScope::visibility_ofEdwin Cheng2020-03-241-23/+8
|
* Support cross-crate marksAleksey Kladov2020-03-041-0/+6
|
* Move reference classification to ra_ide_dbAleksey Kladov2020-03-031-3/+75
| | | | Lost some marks along the way :-(
* Rename NameDefinition -> DefinitionAleksey Kladov2020-03-031-43/+44
|
* Refactor reference search a bitAleksey Kladov2020-03-031-1/+27
|
* Simplify: remove couple of useless functionsAleksey Kladov2020-03-021-19/+11
|
* Rename ast::ImplBlock -> ast::ImplDefAleksey Kladov2020-02-291-2/+2
|
* Fix highlighting of const patternsAleksey Kladov2020-02-281-0/+6
|
* Classify name takes const patterns into accountAleksey Kladov2020-02-281-1/+26
|
* Fix union classificationAleksey Kladov2020-02-281-0/+4
|
* Refactor primary IDE APIAleksey Kladov2020-02-261-33/+17
| | | | | | | | | | 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-35/+20
|
* Derive visibility as wellAleksey Kladov2020-02-191-39/+44
|
* Don't store deriveable Module info in NameDefinitionAleksey Kladov2020-02-191-43/+37
|
* RenameAleksey Kladov2020-02-071-4/+4
|
* Remove irrelevant distinctionAleksey Kladov2020-02-071-28/+4
|
* Fix testsAleksey Kladov2020-02-061-1/+1
|
* Add a fixme noteAleksey Kladov2020-02-061-0/+2
|
* Move NameKind upAleksey Kladov2020-02-061-0/+194