aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/display/structure.rs
Commit message (Collapse)AuthorAgeFilesLines
* Refactor server apiKirill Bulatov2019-07-201-27/+0
|
* Fix tuple type lens resolutionKirill Bulatov2019-07-201-3/+4
|
* Do not show a lens when the type is declared explicitlyKirill Bulatov2019-07-201-0/+4
|
* Fix rebase issueKirill Bulatov2019-07-201-1/+1
|
* If possible, show type lenses for the let bindingsKirill Bulatov2019-07-201-0/+22
|
* rename range -> text_rangeAleksey Kladov2019-07-201-4/+4
|
* flip syntax text to use internal iterationAleksey Kladov2019-07-191-3/+3
|
* migrate ra_ide_api to the new rowanAleksey Kladov2019-07-191-22/+28
|
* Some clippy fixes for 1.36Jeremy Kolb2019-07-041-1/+1
|
* allow rustfmt to reorder importsAleksey Kladov2019-07-041-1/+1
| | | | | | 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
* show macros in file structureEkaterina Babshukova2019-06-281-0/+11
|
* fix typos in mbe testsAleksey Kladov2019-05-281-1/+3
|
* Move structure to display/structureVille Penttinen2019-04-091-0/+190