aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir_expand/src/name.rs
Commit message (Collapse)AuthorAgeFilesLines
* Implement all the other built-in derivesFlorian Diebold2019-12-051-0/+7
| | | | Since as long as we're not implementing the bodies, they all work the same way.
* Add expansion infrastructure for derive macrosFlorian Diebold2019-12-051-0/+10
|
* Infer range typesoxalica2019-11-281-0/+6
|
* Expand compile_error!Jeremy Kolb2019-11-251-0/+1
|
* Expand column!()Jeremy Kolb2019-11-221-0/+1
|
* Expand file! to dummy ""kjeremy2019-11-221-0/+1
|
* Add support for Stringify builtin macroPiotr Szpetkowski2019-11-221-0/+1
|
* Add basic bultin macro infrastructureEdwin Cheng2019-11-111-0/+3
|
* push name down to hir_expandAleksey Kladov2019-10-301-0/+142