aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists/src/fill_struct_fields.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove the old variants replaced by Ty::ApplyFlorian Diebold2019-03-211-3/+3
* Improve performance and orderingCaio2019-03-201-21/+15
* Fill partial fieldsCaio2019-03-201-32/+127
* Only replace NamedFieldList and add test for preserving Selfyanchith2019-03-181-13/+45
* Remove unachievable TODOyanchith2019-03-181-1/+0
* Implement naive version of fill_struct_fields assistyanchith2019-03-171-0/+120