aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/display/structure.rs
Commit message (Collapse)AuthorAgeFilesLines
* replace AST visitors with macroEkaterina Babshukova2019-10-051-57/+59
|
* Merge branch 'master' into feature/issue/1856Alexander Andreev2019-09-301-1/+1
|\ | | | | | | | | # Conflicts: # crates/ra_assists/src/ast_editor.rs
| * Fix API of AttruHOOCCOOHu2019-09-301-1/+1
| |
* | Added test for check doc strings in crates.Alexander Andreev2019-09-301-0/+2
|/ | | | #1856
* :arrow_up: instaAleksey Kladov2019-08-291-2/+2
|
* rename struct -> record, pos -> tupleAleksey Kladov2019-08-231-2/+2
|
* cargo formatPhil Ellison2019-07-281-2/+2
|
* Inline snapshot for test_file_structure (less clear that this one is a good ↵Phil Ellison2019-07-281-1/+187
| | | | idea)
* 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