aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/expand_macro.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix expand macroEdwin Cheng2019-11-201-5/+5
* Rename Source::ast -> Source::valueAleksey Kladov2019-11-201-4/+4
* Add shot doc for expand_macro moduleEdwin Cheng2019-11-191-1/+1
* Improve insert_whitespacesEdwin Cheng2019-11-191-17/+77
* Change return type of expand_macroEdwin Cheng2019-11-191-4/+10
* Change to use Expansion::file_id and reorderingEdwin Cheng2019-11-191-40/+39
* RebaseEdwin Cheng2019-11-191-3/+4
* Add recursive expand in vscodeEdwin Cheng2019-11-191-0/+112