aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/goto_type_definition.rs
Commit message (Collapse)AuthorAgeFilesLines
* Added test for check doc strings in crates.Alexander Andreev2019-09-301-0/+2
| | | | #1856
* streamline APIAleksey Kladov2019-07-211-2/+2
|
* rename range -> text_rangeAleksey Kladov2019-07-201-1/+1
|
* migrate ra_ide_api to the new rowanAleksey Kladov2019-07-191-4/+6
|
* make Parse fields privateAleksey Kladov2019-07-121-2/+2
| | | | this is in preparation for the new rowan API
* allow rustfmt to reorder importsAleksey Kladov2019-07-041-5/+2
| | | | | | This wasn't a right decision in the first place, the feature flag was broken in the last rustfmt release, and syntax highlighting of imports is more important anyway
* Implement autoderef using the Deref traitFlorian Diebold2019-06-151-1/+1
| | | | - add support for other lang item targets, since we need the Deref lang item
* fix typos in mbe testsAleksey Kladov2019-05-281-1/+1
|
* simplify matchkjeremy2019-04-241-4/+1
|
* See through referenceskjeremy2019-04-241-2/+20
|
* Simplifykjeremy2019-04-231-5/+3
|
* Basic resolution for ADTkjeremy2019-04-231-0/+68