aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/impls.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clippy trivially_copy_pass_by_refJeremy Kolb2019-07-051-1/+1
* allow rustfmt to reorder importsAleksey Kladov2019-07-041-6/+3
* 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
* 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