aboutsummaryrefslogtreecommitdiff
path: root/crates/assists/src/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
* Better ordering of assistsAleksey Kladov2020-10-261-2/+3
|
* Re-export base_db from ide_dbIgor Aleksanov2020-10-241-1/+1
|
* Merge #6256bors[bot]2020-10-201-0/+2
|\ | | | | | | | | | | | | | | | | 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]>
| * replace_string_with_char #6252Benjamin Coenen2020-10-161-0/+2
| | | | | | | | Signed-off-by: Benjamin Coenen <[email protected]>
* | Add qualify path assistLukas Wirth2020-10-141-0/+2
|/
* Add convert integer literal assistvlakreeh2020-09-291-0/+2
|
* Initial implementation of the #5085 issueAleksei Sidorov2020-09-031-0/+2
|
* **Remove Unused Parameter** refactoringAleksey Kladov2020-08-191-0/+2
|
* Introduce LabelAleksey Kladov2020-08-181-11/+2
|
* Don't make fields private unless you have toAleksey Kladov2020-08-171-27/+10
|
* Rename ra_assists -> assistsAleksey Kladov2020-08-131-0/+241