]> git.lizzy.rs Git - rust.git/history - crates/ide_assists/src/handlers/extract_struct_from_enum_variant.rs
minor: simplify
[rust.git] / crates / ide_assists / src / handlers / extract_struct_from_enum_variant.rs
2021-06-17 Aleksey Kladovminor: simplify
2021-06-14 bors[bot]Merge #8951
2021-06-03 bors[bot]Merge #9104
2021-06-03 bors[bot]Merge #9105
2021-06-02 bors[bot]Merge #9108
2021-06-02 bors[bot]Merge #9112
2021-06-02 Lukas WirthFix references to patterns in extract_struct_from_enum_...
2021-06-02 Lukas WirthCarry over attributes in extract_struct_from_enum_variant
2021-06-02 Lukas WirthAccount for generics in extract_struct_from_enum_variant
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 Kladovminor: use uniform names
2021-05-13 bors[bot]Merge #8830
2021-05-13 bors[bot]Merge #8822
2021-05-13 bors[bot]Merge #8814
2021-05-13 bors[bot]Merge #8820
2021-05-13 bors[bot]Merge #8823
2021-05-12 bors[bot]Merge #8799
2021-05-12 bors[bot]Merge #8802
2021-05-11 DropDemBitsKeep comments and attrs when extracting struct from...
2021-05-03 bors[bot]Merge #8482
2021-05-03 bors[bot]Merge #8427
2021-04-27 bors[bot]Merge #8624
2021-04-27 bors[bot]Merge #8629 #8657
2021-04-24 bors[bot]Merge #8641
2021-04-23 bors[bot]Merge #8639
2021-04-23 bors[bot]Merge #8591 #8638
2021-04-20 Lukas WirthAdd cov_marks to insert_use tests
2021-04-20 Lukas WirthRewrite extract_struct_from_enum_variant assist
2021-04-20 Lukas WirthRemove SyntaxRewriter usage in insert_use in favor...
2021-04-08 bors[bot]Merge #8207
2021-03-31 bors[bot]Merge #8210
2021-03-27 bors[bot]Merge #8213
2021-03-27 bors[bot]Merge #8201
2021-03-26 bors[bot]Merge #8191
2021-03-26 cynecxsyntax: return owned string instead of leaking string
2021-03-17 bors[bot]Merge #8059
2021-03-17 bors[bot]Merge #8063
2021-03-17 Matthias Krügerdon't clone types that are copy (clippy::clone_on_copy)
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 #7923
2021-03-08 Aleksey KladovHygiene is an internal implementation detail of the...
2021-03-08 bors[bot]Merge #7891
2021-03-08 bors[bot]Merge #7901
2021-03-07 bors[bot]Merge #7889
2021-03-07 asvMake group imports configurable
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.