aboutsummaryrefslogtreecommitdiff
path: root/crates/assists/src/handlers/remove_dbg.rs
Commit message (Expand)AuthorAgeFilesLines
* Change <|> to $0 - RebaseKevaundray Wedderburn2021-01-071-34/+34
* Don't wrap parens around expr in remove_dbg assist if its in conditionsLukas Wirth2020-11-201-7/+64
* Keep parens around in remove-dbg for range expressionsLukas Wirth2020-10-251-8/+9
* Don't keep parens around in remove-dbgLukas Wirth2020-10-251-1/+61
* Don't keep parens around with remove-dbg when encountering method chainingLukas Wirth2020-10-251-0/+20
* Do not leave braces for colons in dbg!Kirill Bulatov2020-10-061-2/+7
* Properly preserve macro bracesKirill Bulatov2020-09-111-25/+16
* One more testKirill Bulatov2020-09-101-0/+2
* Use better heuristics for replacement text when removing dbg!Kirill Bulatov2020-09-101-37/+116
* **Remove Unused Parameter** refactoringAleksey Kladov2020-08-191-1/+2
* Rename ra_assists -> assistsAleksey Kladov2020-08-131-0/+205