]> git.lizzy.rs Git - rust.git/history - crates/ide_assists/src/handlers/fill_match_arms.rs
Test `fill_match_arms` for lazy computation.
[rust.git] / crates / ide_assists / src / handlers / fill_match_arms.rs
2021-05-21 DawerTest `fill_match_arms` for lazy computation.
2021-05-20 Dawerfix: `fill_match_arms` hangs on a tuple of large enums
2021-05-20 DawerCompute missing arms lazily.
2021-05-19 bors[bot]Merge #8882
2021-05-18 bors[bot]Merge #8871
2021-05-17 bors[bot]Merge #8795
2021-05-16 bors[bot]Merge #8845
2021-05-16 bors[bot]Merge #8853
2021-05-16 Aleksey Kladovinternal: use standard test style
2021-05-16 Aleksey Kladovinternal: use mutable trees when filling match arms
2021-05-03 bors[bot]Merge #8482
2021-05-03 bors[bot]Merge #8427
2021-04-23 bors[bot]Merge #8591 #8638
2021-04-23 bors[bot]Merge #8317
2021-04-22 bors[bot]Merge #8605
2021-04-22 bors[bot]Merge #8620
2021-04-22 bors[bot]Merge #8621
2021-04-21 bors[bot]Merge #8570
2021-04-21 bors[bot]Merge #8611
2021-04-21 ComonadAdd support for fill match arms of boolean values
2021-04-19 bors[bot]Merge #8524 #8527
2021-04-19 bors[bot]Merge #8462
2021-04-19 bors[bot]Merge #8574
2021-04-19 bors[bot]Merge #8565
2021-04-19 DawerUnindent test according to the style guide.
2021-04-19 bors[bot]Merge #8540
2021-04-19 bors[bot]Merge #8467
2021-04-18 DawerReturn to the status quo in #8129
2021-04-18 DawerPrevent adding useless match arms
2021-04-18 bors[bot]Merge #8560
2021-04-17 DawerTest fill-match-arms assist: partial with wildcards
2021-04-16 bors[bot]Merge #8546
2021-04-16 bors[bot]Merge #8542
2021-04-16 DawerFill partial match arms for a tuple of enums
2021-04-16 bors[bot]Merge #8539
2021-04-16 bors[bot]Merge #8543
2021-04-16 DawerFill match arms for a tuple of a single enum.
2021-03-13 bors[bot]Merge #7799
2021-03-13 bors[bot]Merge #7994
2021-03-09 bors[bot]Merge #6822
2021-03-09 bors[bot]Merge #7941
2021-03-08 bors[bot]Merge #7898
2021-03-08 bors[bot]Merge #7924
2021-03-08 Laurențiu NicolaUse upstream cov-mark
2021-03-02 bors[bot]Merge #7335 #7691
2021-02-22 bors[bot]Merge #7759
2021-02-22 Chetan Khilosiya7526: Rename crate assists to ide_assists.