aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists/src/handlers/invert_if.rs
Commit message (Expand)AuthorAgeFilesLines
* Relax cursor position tests in assistsAleksey Kladov2020-05-201-3/+3
* Refactor assists API to be more convenient for adding new assistsAleksey Kladov2020-05-071-16/+20
* Move target to AssistLabelAleksey Kladov2020-05-061-2/+1
* Merge assits::test_helpers and testsAleksey Kladov2020-05-061-1/+1
* Convert code to text-sizeAleksey Kladov2020-04-251-1/+1
* disable invert if assist for if-let to fix #3281Josh Mcguigan2020-03-211-0/+13
* Cleanup importsAleksey Kladov2020-03-191-2/+4
* Introduce assists utilsAleksey Kladov2020-02-071-23/+2
* Name assist handlersAleksey Kladov2020-02-071-0/+112