aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_def/src/nameres/tests/macros.rs
Commit message (Collapse)AuthorAgeFilesLines
* Fixed old failed test due to new fixesEdwin Cheng2020-12-281-2/+2
|
* fixture -> ra_fixtureJonas Schievink2020-12-191-2/+2
|
* Test paths to derive macrosJonas Schievink2020-12-191-2/+2
|
* Make macro def krate mandatoryJonas Schievink2020-12-151-1/+30
| | | | Refactors builtin derive support to go through proper name resolution
* Account for proc macro helpers when parsing attrJonas Schievink2020-10-051-0/+7
|
* Reduce visibility of non-proc-macrosJonas Schievink2020-09-181-0/+41
| | | | | proc-macro crates only export proc-macros, but currently other items are also considered public (and show up in completion)
* Add testJonas Schievink2020-09-181-0/+32
|
* Rename ra_hir_def -> hir_defAleksey Kladov2020-08-131-0/+669