aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/impls.rs
Commit message (Collapse)AuthorAgeFilesLines
* Added test for check doc strings in crates.Alexander Andreev2019-09-301-0/+2
| | | | #1856
* introduce FromSource traitEkaterina Babshukova2019-09-191-7/+18
|
* remove ast::*Kind from ra_ide_apiAleksey Kladov2019-08-191-5/+3
|
* show inherent and trait impls of structs and enumsEkaterina Babshukova2019-08-161-2/+35
|
* rename range -> text_rangeAleksey Kladov2019-07-201-2/+2
|
* migrate ra_ide_api to the new rowanAleksey Kladov2019-07-191-5/+5
|
* make Parse fields privateAleksey Kladov2019-07-121-2/+2
| | | | this is in preparation for the new rowan API
* Clippy trivially_copy_pass_by_refJeremy Kolb2019-07-051-1/+1
|
* allow rustfmt to reorder importsAleksey Kladov2019-07-041-6/+3
| | | | | | 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
* fix typos in mbe testsAleksey Kladov2019-05-281-1/+1
|
* sort navigations to make tests stableAleksey Kladov2019-03-141-1/+2
|
* Turn ImplBlock into a copy type just containing IDsFlorian Diebold2019-02-161-4/+4
| | | | | | | 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-2/+2
|
* reformat the worldAleksey Kladov2019-02-081-19/+5
|
* move changes to a separate fileAleksey Kladov2019-02-081-1/+1
|
* Go To Implementation for Traitkjeremy2019-01-311-6/+78
|
* Resolve cratekjeremy2019-01-301-2/+1
|
* Go to Implementation for structs and enumsJeremy Kolb2019-01-301-0/+121