aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir_expand/src/builtin_derive.rs
Commit message (Collapse)AuthorAgeFilesLines
* Implement all the other built-in derivesFlorian Diebold2019-12-051-15/+79
| | | | Since as long as we're not implementing the bodies, they all work the same way.
* Implement derive(Copy, Clone) properly (well, kind of)Florian Diebold2019-12-051-7/+180
|
* Add expansion infrastructure for derive macrosFlorian Diebold2019-12-051-0/+64