aboutsummaryrefslogtreecommitdiff
path: root/crates/ide_assists/src/handlers/fill_match_arms.rs
Commit message (Expand)AuthorAgeFilesLines
* Test `fill_match_arms` for lazy computation.Dawer2021-05-211-1/+19
* fix: `fill_match_arms` hangs on a tuple of large enumsDawer2021-05-201-2/+14
* Compute missing arms lazily.Dawer2021-05-201-23/+24
* internal: use standard test styleAleksey Kladov2021-05-161-304/+305
* internal: use mutable trees when filling match armsAleksey Kladov2021-05-161-8/+20
* Add support for fill match arms of boolean valuesComonad2021-04-211-23/+199
* Unindent test according to the style guide.Dawer2021-04-191-23/+23
* Return to the status quo in #8129Dawer2021-04-181-0/+2
* Prevent adding useless match armsDawer2021-04-181-11/+27
* Test fill-match-arms assist: partial with wildcardsDawer2021-04-171-0/+34
* Fill partial match arms for a tuple of enumsDawer2021-04-161-17/+37
* Fill match arms for a tuple of a single enum.Dawer2021-04-161-10/+12
* Use upstream cov-markLaurențiu Nicola2021-03-081-4/+2
* 7526: Rename crate assists to ide_assists.Chetan Khilosiya2021-02-221-0/+787