aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/references
Commit message (Collapse)AuthorAgeFilesLines
* Sourcify classify_name_refAleksey Kladov2019-11-161-10/+7
|
* Merge #2271bors[bot]2019-11-151-1/+2
|\ | | | | | | | | | | | | | | 2271: Force passing Source when creating a SourceAnalyzer r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * Force passing Source when creating a SourceAnalyzerAleksey Kladov2019-11-151-1/+2
| |
* | Handle ast::MacroCall in classify_name and impl FromSource for MacroDefkjeremy2019-11-151-1/+13
|/ | | | Fixes #2260
* Sourcify some thingsAleksey Kladov2019-11-151-1/+1
| | | | | If we want to support macros properly, we need to get rid of those FileIds everywhere...
* Remove old impls infrastructureAleksey Kladov2019-11-151-9/+7
|
* Introduce hir::GenericParamAleksey Kladov2019-11-111-2/+3
| | | | Unlike existing hir::GenericParams, this is a global ID.
* Add hir::LocalAleksey Kladov2019-11-113-46/+20
|
* Reexport relative_path from ra_dbAleksey Kladov2019-11-031-2/+1
|
* Some clippy fixeskjeremy2019-10-301-3/+2
|
* Move ids to hir_def crateAleksey Kladov2019-10-301-1/+1
|
* avoid TextEditorBuilder for simple editsAleksey Kladov2019-10-261-16/+8
|
* for highlighting, search only the current fileAleksey Kladov2019-10-242-15/+49
|
* add search scope stuctAleksey Kladov2019-10-241-13/+30
|
* add some profiling callsAleksey Kladov2019-10-242-0/+7
|
* some fixes, add docsEkaterina Babshukova2019-10-223-47/+47
|
* support items that visible to the parent moduleEkaterina Babshukova2019-10-222-3/+42
|
* classify module from declarationEkaterina Babshukova2019-10-222-7/+16
|
* fix highlightingEkaterina Babshukova2019-10-222-2/+2
|
* remove SearchScopeEkaterina Babshukova2019-10-221-9/+5
|
* use Lazy, some fixesEkaterina Babshukova2019-10-224-34/+38
|
* remove `unreachable!()`Ekaterina Babshukova2019-10-222-12/+16
|
* replace trait by a bunch of functionsEkaterina Babshukova2019-10-224-264/+217
|
* restructure a bitEkaterina Babshukova2019-10-224-0/+848