aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide/src/references/rename.rs
Commit message (Collapse)AuthorAgeFilesLines
* Refactor primary IDE APIAleksey Kladov2020-02-261-14/+14
| | | | | | | | | | 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.
* remove unneeded `collect`adamrk2020-02-211-11/+7
|
* use Vec::extend instead of Vec::push in loopAdam Bratschi-Kaye2020-02-211-3/+1
| | | | Co-Authored-By: LaurenČ›iu Nicola <[email protected]>
* rename module referencesadamrk2020-02-211-0/+112
|
* Handle macro token cases for renameEdwin Cheng2020-02-091-0/+19
|
* cleanup importsAleksey Kladov2020-02-061-2/+2
|
* ra_syntax: refactored the lexer design as per @matklad and @kiljacken PR reviewVeetaha2020-02-031-2/+4
|
* Reimplemented lexer with vectors instead of iteratorsVeetaha2020-02-031-6/+4
|
* Move module to SourceBinderAleksey Kladov2020-01-161-1/+1
|
* Adds a way to limits reference search by StructLiteralMikhail Modin2020-01-081-1/+7
|
* Push identifier check to rename functionWilco Kusee2019-11-291-1/+8
|
* Test rename for various identifiersWilco Kusee2019-11-291-0/+43
|
* Rename Source -> InFileAleksey Kladov2019-11-281-1/+1
|
* rename ra_ide_api -> ra_ideAleksey Kladov2019-11-271-0/+328