aboutsummaryrefslogtreecommitdiff
path: root/crates/assists/src/handlers/add_missing_impl_members.rs
Commit message (Expand)AuthorAgeFilesLines
* Don't unnecessarily unnest imports for import insertionLukas Wirth2020-09-251-0/+35
* Rename impl edit method to be more explicitMatt Hooper2020-09-211-1/+1
* Added test for impl member assist when impl def is missing bracesMatt Hooper2020-09-211-0/+19
* Replace entire impl def instead of only associated items for missing impl mem...Matt Hooper2020-09-211-9/+12
* fixup whitespace when adding missing impl itemsjDomantas2020-08-141-4/+59
* Rename ra_assists -> assistsAleksey Kladov2020-08-131-0/+711