aboutsummaryrefslogtreecommitdiff
path: root/crates/assists/src/handlers/generate_from_impl_for_enum.rs
Commit message (Expand)AuthorAgeFilesLines
* cargo fmtDomantas Jadenkus2021-02-131-1/+1
* use generate_impl_text in generate_from_implDomantas Jadenkus2021-02-131-45/+16
* cargo fmtDomantas Jadenkus2021-02-131-1/+4
* make it work for record-style variantsDomantas Jadenkus2021-02-131-14/+46
* update docDomantas Jadenkus2021-02-131-1/+1
* handle generic enumsDomantas Jadenkus2021-02-131-8/+58
* allow any field typeDomantas Jadenkus2021-02-131-5/+16
* use Self instead of enum nameDomantas Jadenkus2021-02-131-5/+5
* Change <|> to $0 - RebaseKevaundray Wedderburn2021-01-071-8/+8
* Move the helpers into ide_dbKirill Bulatov2020-11-281-1/+1
* Extract the import code into the shared moduleKirill Bulatov2020-11-271-1/+2
* Don't rely on display names in inlay_hintsAleksey Kladov2020-10-201-1/+1
* Rename ra_assists -> assistsAleksey Kladov2020-08-131-0/+200