aboutsummaryrefslogtreecommitdiff
path: root/crates/ide_assists/src/handlers/extract_struct_from_enum_variant.rs
Commit message (Collapse)AuthorAgeFilesLines
* Merge #9334bors[bot]2021-06-181-1/+1
|\ | | | | | | | | | | | | | | | | | | 9334: feat: Allow to disable import insertion on single path glob imports r=Veykril a=Veykril On by default as I feel like this is something the majority would prefer. Closes #8490 Co-authored-by: Lukas Wirth <[email protected]>
| * Allow to disable import insertion on single path glob importsLukas Wirth2021-06-181-1/+1
| |
* | minor: simplifyAleksey Kladov2021-06-171-15/+12
|/
* Fix references to patterns in extract_struct_from_enum_variant assistLukas Wirth2021-06-021-26/+51
|
* Carry over attributes in extract_struct_from_enum_variantLukas Wirth2021-06-021-5/+32
|
* Account for generics in extract_struct_from_enum_variantLukas Wirth2021-06-021-17/+46
|
* minor: use uniform namesAleksey Kladov2021-05-161-3/+3
|
* Keep comments and attrs when extracting struct from enum variantDropDemBits2021-05-111-9/+126
|
* Add cov_marks to insert_use testsLukas Wirth2021-04-201-27/+28
|
* Rewrite extract_struct_from_enum_variant assistLukas Wirth2021-04-201-85/+91
|
* Remove SyntaxRewriter usage in insert_use in favor of tedLukas Wirth2021-04-201-40/+45
|
* syntax: return owned string instead of leaking stringcynecx2021-03-261-1/+1
|
* don't clone types that are copy (clippy::clone_on_copy)Matthias Krüger2021-03-171-5/+2
|
* Hygiene is an internal implementation detail of the compilerAleksey Kladov2021-03-081-2/+2
|
* Make group imports configurableasv2021-03-071-1/+1
|
* 7526: Rename crate assists to ide_assists.Chetan Khilosiya2021-02-221-0/+520