aboutsummaryrefslogtreecommitdiff
path: root/crates/ide_assists/src/handlers/replace_derive_with_manual_impl.rs
Commit message (Expand)AuthorAgeFilesLines
* clippy::redudant_borrowMaan20032021-06-131-1/+1
* internal: introduce `ast::make::ext` module with common shortcutsAleksey Kladov2021-05-091-5/+3
* Follow testing style guideJonas Schievink2021-04-201-28/+28
* Fix panic in `replace_derive_with_manual_impl`Jonas Schievink2021-04-201-0/+17
* SimplifyLukas Wirth2021-04-191-23/+14
* syntax: return owned string instead of leaking stringcynecx2021-03-261-2/+3
* Less reallocationsKirill Bulatov2021-03-211-1/+0
* DocsKirill Bulatov2021-03-201-2/+2
* Do not query item search by name eagerlyKirill Bulatov2021-03-201-15/+20
* Less lifetines: derive SemanticsScope in placeKirill Bulatov2021-03-081-17/+14
* Work towards better import labelsKirill Bulatov2021-03-081-4/+6
* 7526: Rename crate assists to ide_assists.Chetan Khilosiya2021-02-221-0/+404