aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_mbe/src/mbe_expander/transcriber.rs
Commit message (Expand)AuthorAgeFilesLines
* Add token ids for all tt::LeafEdwin Cheng2019-12-181-1/+6
* Refactor tt::DelimiterEdwin Cheng2019-12-131-5/+5
* Support `$crate` in item and expr place.uHOOCCOOHu2019-09-261-1/+1
* use usual token tree for macro expansionAleksey Kladov2019-09-171-142/+146
* split mbe expander code into two modulesAleksey Kladov2019-09-171-0/+227