aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/references.rs
Commit message (Collapse)AuthorAgeFilesLines
* fix typos in mbe testsAleksey Kladov2019-05-281-2/+2
|
* make AstId untypedAleksey Kladov2019-05-131-1/+1
|
* fold ScopeWithSyntax into SourceAnalyzerAleksey Kladov2019-04-131-1/+1
|
* hide some scopesAleksey Kladov2019-04-131-13/+9
|
* type-safer source-map for bindingsAleksey Kladov2019-04-101-4/+7
|
* Move ra_ide_api unit testsWilco Kusee2019-03-251-1/+47
|
* Rename source_edit to source_file_edit to match file_system_editVille Penttinen2019-03-251-1/+1
|
* Further improvements to the SourceChange convenience methodsVille Penttinen2019-03-251-12/+2
| | | | | Rename system_edit to file_system_edit, add more documentation, add source_file_edit_from to create a SourceChange from `FileId` and `TextEdit`.
* Remove leading ::Ville Penttinen2019-02-171-1/+1
|
* Refactor find_all_refs to return ReferenceSearchResultVille Penttinen2019-02-171-30/+76
|
* Turn ImplBlock into a copy type just containing IDsFlorian Diebold2019-02-161-0/+1
| | | | | | | This makes it more like the other code model types. Also make Module::definition_source/declaration_source return HirFileIds, to make them more like the other source functions.
* Fix some typosPascal Hertleif2019-02-121-3/+3
|
* reformat the worldAleksey Kladov2019-02-081-3/+1
|
* move find_references to referencesAleksey Kladov2019-02-081-13/+53
|
* rename rename to referencesAleksey Kladov2019-02-081-0/+273