]> git.lizzy.rs Git - rust.git/history - crates/ide_assists/src/handlers/extract_type_alias.rs
Support `if let` match guards
[rust.git] / crates / ide_assists / src / handlers / extract_type_alias.rs
2021-08-12 bors[bot]Merge #9807
2021-08-09 bors[bot]Merge #9735
2021-08-05 bors[bot]Merge #9785
2021-08-05 bors[bot]Merge #9790
2021-08-05 Lukas Wirthextract_type_alias extracts generics correctly
2021-06-14 bors[bot]Merge #8951
2021-06-03 bors[bot]Merge #9130
2021-06-03 bors[bot]Merge #9129
2021-06-03 Matthias KrügerNFC: remove redundant clones (clippy::perf)
2021-06-03 bors[bot]Merge #9104
2021-06-03 bors[bot]Merge #9105
2021-06-02 bors[bot]Merge #9119
2021-06-02 Jonas SchievinkPreserve indentation
2021-06-02 Jonas SchievinkAccount for traits
2021-06-02 bors[bot]Merge #9108
2021-06-02 bors[bot]Merge #9112
2021-06-02 bors[bot]Merge #9111
2021-06-02 Jonas SchievinkPlace extracted type alias outside of impl
2021-04-18 bors[bot]Merge #8560
2021-04-08 bors[bot]Merge #8207
2021-04-05 bors[bot]Merge #8352
2021-04-05 bors[bot]Merge #8245
2021-04-02 bors[bot]Merge #8292
2021-04-01 bors[bot]Merge #8265
2021-03-31 bors[bot]Merge #8210
2021-03-29 Jonas SchievinkDon't use snippets
2021-03-29 Jonas SchievinkUse `find_node_at_range`
2021-03-27 Jonas SchievinkSnippet support in extract_type_alias
2021-03-26 Jonas SchievinkImplement "Extract type alias" assist