aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api_light/src/structure.rs
Commit message (Collapse)AuthorAgeFilesLines
* Use TypeAscriptionOwnerVille Penttinen2019-02-261-4/+10
| | | | | | This replaces places where we would use node + node.type_ref() with things that have an ascribed type, with using the TypeAscriptionOwner as the trait bound so we can simply pass the node.
* rename type to type_alias in the AST as wellAleksey Kladov2019-02-251-1/+1
|
* reformat the worldAleksey Kladov2019-02-081-9/+4
|
* Remove stray dbg!Jeremy Kolb2019-02-061-1/+1
|
* Fill deprecation for LSPkjeremy2019-02-051-4/+20
|
* list enum variants in the outlineAleksey Kladov2019-01-261-0/+1
|
* Fill in DocumentSymbol::detailHrvoje Ban2019-01-241-7/+62
|
* switch to insta for testingAleksey Kladov2019-01-151-14/+2
|
* rename ra_editor -> ra_ide_api_lightAleksey Kladov2019-01-081-0/+129