aboutsummaryrefslogtreecommitdiff
path: root/crates/assists/src/handlers/invert_if.rs
Commit message (Collapse)AuthorAgeFilesLines
* Remove parentheses when inverting `!(cond)`Jesse Bakker2020-12-211-0/+9
|
* Parenthesize composite if condition before inverting in invert-if assistJesse Bakker2020-12-151-0/+9
|
* Kill RAW_ literalsAleksey Kladov2020-11-061-1/+1
| | | | | Syntactically, they are indistinguishable from non-raw versions, so it doesn't make sense to separate then *at the syntax* level.
* MicrooptimizeAleksey Kladov2020-09-281-6/+7
|
* Invert if should be smart about is_some, is_none, is_ok, is_errdragfire2020-08-241-0/+18
|
* Rename ra_assists -> assistsAleksey Kladov2020-08-131-0/+109