aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir_expand/src/hygiene.rs
Commit message (Expand)AuthorAgeFilesLines
* Rename ra_hir_expand -> hir_expandAleksey Kladov2020-08-131-66/+0
* Rename ra_db -> base_dbAleksey Kladov2020-08-131-1/+1
* Rename ra_syntax -> syntaxAleksey Kladov2020-08-121-1/+1
* Typo fixJmPotato2020-08-111-1/+1
* Merge #4234bors[bot]2020-05-021-10/+21
|\
| * Support local_inner_macrosEdwin Cheng2020-05-011-10/+21
* | Introduce LowerCtx for path loweringEdwin Cheng2020-05-011-1/+1
|/
* Rename to CustomDeriveEdwin Cheng2020-03-251-1/+1
* Add basic custom derive loweringEdwin Cheng2020-03-251-0/+1
* Use `dyn Trait` for working with databseAleksey Kladov2020-03-161-1/+1
* Implement concat macroEdwin Cheng2020-03-031-11/+12
* Add LazyMacroIdEdwin Cheng2020-03-031-1/+4
* Add expansion infrastructure for derive macrosFlorian Diebold2019-12-051-1/+2
* Replace `ra_hir_expand::either` with crateice10002019-12-031-3/+3
* Add MacroDefKindEdwin Cheng2019-11-111-4/+4
* Add basic bultin macro infrastructureEdwin Cheng2019-11-111-2/+5
* move hygiene to hir_expandAleksey Kladov2019-10-301-0/+46