aboutsummaryrefslogtreecommitdiff
path: root/crates/assists/src/tests
Commit message (Collapse)AuthorAgeFilesLines
* initial version of extract function assistVladyslav Katasonov2021-02-031-0/+27
| | | | | | | | there are a few currently limitations: * no modifications of function body * does not handle mutability and references * no method support * may produce incorrect results
* Add assist: add lifetime to type #7200Benjamin Coenen2021-01-211-2/+2
| | | | Signed-off-by: Benjamin Coenen <[email protected]>
* Add assist: add lifetime to type #7200Benjamin Coenen2021-01-171-0/+19
| | | | Signed-off-by: Benjamin Coenen <[email protected]>
* Add Unmerge Use assistunexge2021-01-151-0/+14
|
* Sort impls by trait definitionFisher Darling2021-01-131-0/+35
| | | | Closes #6110
* Change <|> to $0 - RebaseKevaundray Wedderburn2021-01-071-56/+56
|
* Better target for move moduleAleksey Kladov2021-01-061-15/+15
|
* Created an inline-function assist (fixes #6863)Michael-F-Bryan2021-01-041-0/+23
|
* rename exrtract_assignment -> pullAleksey Kladov2021-01-041-29/+29
| | | | | | | Vertical code motions are conventionally called "pull up" / "push down". "extract" is used for introducing new names.
* Add extract-assignment assistJesse Bakker2021-01-021-0/+29
|
* Fix type typo in add_missing_impl_members docLukas Wirth2020-12-251-7/+9
|
* Add extract_module_to_file assistDaiki Ihara2020-12-211-0/+15
|
* generate default implementation for an enum from an enum variant #6860Benjamin Coenen2020-12-141-0/+27
| | | | Signed-off-by: Benjamin Coenen <[email protected]>
* Add replace_match_with_if_let assistLukas Wirth2020-12-051-0/+28
|
* Minor cleanupAleksey Kladov2020-11-301-20/+20
|
* Add **Ignore Test** assistAleksey Kladov2020-11-171-0/+20
|
* More consistent namingAleksey Kladov2020-11-091-13/+13
|
* More consistent namingAleksey Kladov2020-11-091-19/+23
|
* Add infer_function_return_type assistLukas Wirth2020-11-061-0/+13
|
* Merge #6256bors[bot]2020-10-201-0/+17
|\ | | | | | | | | | | | | | | | | 6256: Assist: replace string with char r=bnjjj a=bnjjj close #6252 Co-authored-by: Benjamin Coenen <[email protected]> Co-authored-by: Coenen Benjamin <[email protected]>
| * Assist: replace string with charBenjamin Coenen2020-10-201-0/+17
| | | | | | | | Signed-off-by: Benjamin Coenen <[email protected]>
* | Properly qualify trait methods in qualify_path assistLukas Wirth2020-10-151-0/+19
|/
* when generating new function, focus on return type instead of bodyBenjamin Coenen2020-10-081-2/+2
| | | | Signed-off-by: Benjamin Coenen <[email protected]>
* Add convert integer literal assistvlakreeh2020-09-291-0/+13
|
* Remove unnecessary commaAleksei Sidorov2020-09-041-1/+1
|
* Fix testsAleksei Sidorov2020-09-041-2/+2
|
* Update codegenAleksei Sidorov2020-09-041-0/+13
|
* **Remove Unused Parameter** refactoringAleksey Kladov2020-08-191-0/+21
|
* update generated testsjDomantas2020-08-171-2/+1
|
* Rename ra_assists -> assistsAleksey Kladov2020-08-131-0/+892