aboutsummaryrefslogtreecommitdiff
path: root/crates/ide_assists/src/handlers/apply_demorgan.rs
Commit message (Expand)AuthorAgeFilesLines
* clippy::redundant_closureMaan20032021-06-131-2/+2
* Allow applying De Morgan's law to multiple terms at onceJake Goulding2021-03-121-11/+76
* Use upstream cov-markLaurențiu Nicola2021-03-081-6/+4
* Special-case parenthesized and negated expressions in demorgan assistJesse Bakker2021-03-031-2/+43
* Add tests for apply_demorganLukas Wirth2021-02-241-0/+67
* De Morgan's Law assist now correctly inverts <, <=, >, >=.lbrande2021-02-241-4/+4
* De Morgan's Law assist now correctly parenthesizes binary expressions.lbrande2021-02-241-4/+3
* 7526: Rename crate assists to ide_assists.Chetan Khilosiya2021-02-221-0/+93