aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_mbe/src/mbe_expander
Commit message (Collapse)AuthorAgeFilesLines
* RefactoringEdwin Cheng2019-12-181-1/+1
|
* Add token id to delimsEdwin Cheng2019-12-181-1/+1
|
* Add token ids for all tt::LeafEdwin Cheng2019-12-181-1/+6
|
* Refactor tt::DelimiterEdwin Cheng2019-12-132-8/+8
|
* Some clippy fixeskjeremy2019-10-301-2/+1
|
* Added test for check doc strings in crates.Alexander Andreev2019-09-301-0/+2
| | | | #1856
* Support `$crate` in item and expr place.uHOOCCOOHu2019-09-261-1/+1
|
* use usual token tree for macro expansionAleksey Kladov2019-09-172-261/+388
|
* split mbe expander code into two modulesAleksey Kladov2019-09-172-0/+442