aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists/src/ast_editor.rs
Commit message (Collapse)AuthorAgeFilesLines
* apply T! macro where it is possibleSergey Parilin2019-05-151-7/+7
|
* switch to once_cell from lazy_staticAleksey Kladov2019-05-071-4/+2
|
* fill struct fields diagnosticSergey Parilin2019-05-061-0/+5
|
* drop useless testAleksey Kladov2019-04-221-28/+0
|
* move add_missing_members to structured editing APIAleksey Kladov2019-04-221-18/+140
| | | | | Currently, this is more code, and we also loose auto-indenting of bodies, but, long-term, this is the right approach
* more type safetyAleksey Kladov2019-04-221-1/+24
|
* test short structsAleksey Kladov2019-04-211-4/+11
|
* use structured editing API for fill struct assistAleksey Kladov2019-04-211-42/+98
|
* start structured editing APIAleksey Kladov2019-04-211-0/+153