aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir_expand
Commit message (Expand)AuthorAgeFilesLines
...
* Refactor and add more commentsEdwin Cheng2019-11-081-8/+6
* Refactor a bitEdwin Cheng2019-11-041-2/+1
* Use macro_rules shift to map text rangesEdwin Cheng2019-11-041-4/+9
* Use ? and destructing to simplifed long codeEdwin Cheng2019-11-041-19/+17
* Rename and fix typosEdwin Cheng2019-11-042-10/+20
* Remove dbg!Edwin Cheng2019-11-041-4/+0
* Add parent_expansion to HirFileIdEdwin Cheng2019-11-041-0/+19
* Add macro_expansion_info in hir_expandEdwin Cheng2019-11-042-19/+109
* Move diagnostics to hir_expandAleksey Kladov2019-11-022-0/+86
* Move Source to hir_expandAleksey Kladov2019-11-021-1/+19
* move hygiene to hir_expandAleksey Kladov2019-10-302-11/+47
* push name down to hir_expandAleksey Kladov2019-10-302-0/+143
* push either to hir_expandAleksey Kladov2019-10-302-0/+55
* move raw_items to hir_defAleksey Kladov2019-10-301-4/+4
* cleanupAleksey Kladov2019-10-291-14/+8
* switch expand to dyn TraitAleksey Kladov2019-10-292-9/+9
* reduce visibilityAleksey Kladov2019-10-291-2/+2
* add doc commentAleksey Kladov2019-10-291-0/+2
* remove not that useful indirectionAleksey Kladov2019-10-291-14/+4
* reduce visibilityAleksey Kladov2019-10-292-18/+7
* remove unused queryAleksey Kladov2019-10-292-15/+5
* less genericsAleksey Kladov2019-10-292-6/+9
* flatten hir_expandAleksey Kladov2019-10-293-257/+241
* make file id repr private againAleksey Kladov2019-10-291-12/+17
* rename hir_def -> hir_expandAleksey Kladov2019-10-295-0/+429