aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide
Commit message (Collapse)AuthorAgeFilesLines
...
* Try to make go to definition work in format!Florian Diebold2019-12-061-0/+27
| | | | | | | SourceAnalyzer didn't work properly within expression macro expansions because it didn't find the enclosing function. Fix this by going up the expansion chain to find ancestors. This makes the test work, but apparently in real usage it's still not working.
* One pub function less is good!ice10002019-12-051-2/+3
|
* No block at the momentice10002019-12-043-7/+1
|
* Add `ModuleSource::Block`ice10002019-12-043-29/+21
|
* Run rustfmt with respect to Cargo.toml editionVincent Rouillé2019-12-041-0/+5
|
* Replace `ra_hir_expand::either` with crateice10002019-12-033-5/+8
|
* Add tests for checking the impl self typeFlorian Diebold2019-12-021-0/+33
|
* Push identifier check to rename functionWilco Kusee2019-11-292-9/+9
|
* Test rename for various identifiersWilco Kusee2019-11-291-0/+43
|
* Move identifier check to analysisWilco Kusee2019-11-291-1/+8
|
* Rename Source -> InFileAleksey Kladov2019-11-2816-41/+41
|
* Use Name::missing consistentlyAleksey Kladov2019-11-272-9/+3
|
* ReformatAleksey Kladov2019-11-271-2/+1
|
* rename ra_ide_api -> ra_ideAleksey Kladov2019-11-2760-0/+17199