aboutsummaryrefslogtreecommitdiff
path: root/crates/ide/src/diagnostics/fixes.rs
Commit message (Expand)AuthorAgeFilesLines
* Support struct variants in extract_struct_from_enum_variantLukas Wirth2020-11-031-1/+2
* Remove more unreachable pubsAleksey Kladov2020-11-021-1/+1
* Re-export base_db from ide_dbIgor Aleksanov2020-10-241-1/+1
* Use TextRange::contains_inclusive in fixes checkIgor Aleksanov2020-10-121-1/+2
* Keep SyntaxNodePtr::range privateIgor Aleksanov2020-10-121-1/+4
* Add fix for incorrect case diagnosticIgor Aleksanov2020-10-121-2/+18
* MinorAleksey Kladov2020-08-181-0/+175