aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/references/classify.rs
Commit message (Collapse)AuthorAgeFilesLines
* Rename Source::ast -> Source::valueAleksey Kladov2019-11-201-4/+4
|
* Use Source<&ast::Name> in classify_namekjeremy2019-11-181-22/+16
|
* 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
|
* Add hir::LocalAleksey Kladov2019-11-111-8/+14
|
* add some profiling callsAleksey Kladov2019-10-241-0/+4
|
* some fixes, add docsEkaterina Babshukova2019-10-221-2/+6
|
* support items that visible to the parent moduleEkaterina Babshukova2019-10-221-0/+1
|
* classify module from declarationEkaterina Babshukova2019-10-221-3/+10
|
* use Lazy, some fixesEkaterina Babshukova2019-10-221-18/+16
|
* remove `unreachable!()`Ekaterina Babshukova2019-10-221-10/+10
|
* replace trait by a bunch of functionsEkaterina Babshukova2019-10-221-85/+111
|
* restructure a bitEkaterina Babshukova2019-10-221-0/+143