aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_mbe/src/mbe_expander/transcriber.rs
Commit message (Expand)AuthorAgeFilesLines
* Rename ra_mbe -> mbeAleksey Kladov2020-08-131-254/+0
* Rename ra_syntax -> syntaxAleksey Kladov2020-08-121-1/+1
* Reuse Vec allocationsSimon Vandel Sillesen2020-05-161-12/+21
* Turn ExpandResult into structFlorian Diebold2020-03-161-11/+11
* Make MBE expansion more resilient (WIP)Florian Diebold2020-03-161-29/+40
* Details about macro NestingState hit and at_end fieldsVincent Rouillé2019-12-301-7/+10
* fix #2520: change expand_repeat loop stop conditionVincent Rouillé2019-12-281-36/+31
* 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