aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_def/src/nameres/tests/macros.rs
Commit message (Collapse)AuthorAgeFilesLines
* Work around non-unique AttrIdsJonas Schievink2021-05-221-1/+17
|
* Don't lower extern block in the ItemTreeJonas Schievink2021-05-211-0/+36
|
* Refactor name resolution to resolve derive helpersJonas Schievink2021-05-201-0/+22
|
* Fix unresolved attribute fallback againJonas Schievink2021-05-191-0/+29
|
* Fix derive collection after unresolved attribute fallbackJonas Schievink2021-05-191-1/+21
|
* Remove unused test fixturesEdwin Cheng2021-03-281-4/+0
|
* Basic Support Macro 2.0Edwin Cheng2021-03-271-0/+22
|
* Expand legacy-scoped macro during collectionJonas Schievink2021-03-211-0/+21
|
* Add testJonas Schievink2021-03-181-0/+26
|
* Use upstream cov-markLaurențiu Nicola2021-03-081-5/+5
|
* Honor #![macro_use] in mod source filesLukas Wirth2021-01-311-0/+14
|
* 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