]> git.lizzy.rs Git - rust.git/history - crates/ide_assists/src/handlers/fill_match_arms.rs
minor: use minicore
[rust.git] / crates / ide_assists / src / handlers / fill_match_arms.rs
2021-06-18 Aleksey Kladovminor: use minicore
2021-06-17 bors[bot]Merge #9310
2021-06-17 bors[bot]Merge #9308
2021-06-16 bors[bot]Merge #9304
2021-06-16 Aleksey Kladovinternal: switch some tests to minicore
2021-06-16 bors[bot]Merge #9258
2021-06-14 bors[bot]Merge #8951
2021-06-14 bors[bot]Merge #9260
2021-06-13 bors[bot]Merge #9242
2021-06-13 Maan2003clippy::redundant_closure
2021-06-13 Maan2003clippy::redudant_borrow
2021-05-31 bors[bot]Merge #8952
2021-05-30 bors[bot]Merge #9062
2021-05-25 bors[bot]Merge #8767
2021-05-25 bors[bot]Merge #8942
2021-05-24 bors[bot]Merge #8975
2021-05-24 Domantas Jadenkusadd test that it does not create extraneous commas
2021-05-24 Domantas Jadenkusgenerate match arms with todo!() as placeholder body
2021-05-22 bors[bot]Merge #8923
2021-05-22 bors[bot]Merge #8922
2021-05-22 bors[bot]Merge #8868
2021-05-22 bors[bot]Merge #8921
2021-05-22 bors[bot]Merge #8901
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.