aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src/ast/extensions.rs
Commit message (Collapse)AuthorAgeFilesLines
* move add_missing_members to structured editing APIAleksey Kladov2019-04-221-0/+9
| | | | | Currently, this is more code, and we also loose auto-indenting of bodies, but, long-term, this is the right approach
* Initial support for lang items.Marco Groppo2019-04-191-0/+14
|
* Parse and infer tuple indicesrobojumper2019-04-061-5/+29
|
* add minimal commentsAleksey Kladov2019-04-021-0/+3
|
* rename flavor to kindAleksey Kladov2019-04-021-15/+15
|
* move extensions to submodulesAleksey Kladov2019-04-021-0/+300