]> git.lizzy.rs Git - rust.git/history - crates/ide_assists/src/handlers/convert_tuple_struct_to_named_struct.rs
fmt
[rust.git] / crates / ide_assists / src / handlers / convert_tuple_struct_to_named_struct.rs
2021-06-06 Joshua Warnerfmt
2021-06-05 Joshua WarnerRefactor to be just one assist
2021-05-17 bors[bot]Merge #8795
2021-05-11 bors[bot]Merge #8398
2021-05-11 bors[bot]Merge #8800
2021-05-09 bors[bot]Merge #8774
2021-05-08 bors[bot]Merge #8773
2021-05-08 Lukas WirthCorrectly support SelfType when searching for usages
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-23 bors[bot]Merge #8591 #8638
2021-04-23 bors[bot]Merge #8317
2021-04-23 unexgeAdd missing test case for "Convert to named struct...
2021-04-23 unexgeStop iterating reference after made an edit in "Convert...
2021-04-22 unexgeMove reference editing logic into own function to make...
2021-04-21 unexgeAdd multi file test for "Convert to named struct" assist
2021-04-21 unexgeRemove `unwrap`s in "Convert to named struct" assist
2021-04-21 unexgeAdd larger example for "Convert to named struct" assist
2021-04-21 unexgeFix incorrectly replacing method calls in "Convert...
2021-04-04 unexgeAdd convert tuple struct to named struct assist