aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_def/src/nameres/proc_macro.rs
Commit message (Collapse)AuthorAgeFilesLines
* Thread proc-macro types through the HIRJonas Schievink2021-05-291-0/+10
|
* Record custom derive helpers in `DefMap`Jonas Schievink2021-03-181-0/+71
Also clean up proc macro attribute parsing a bit