aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_mbe
Commit message (Expand)AuthorAgeFilesLines
* Add details about test_repeat_bad_var current stateVincent Rouillé2019-12-301-0/+2
* 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-282-36/+77
* Clippy lintskjeremy2019-12-201-1/+3
* Refactor macro testsAleksey Kladov2019-12-192-397/+282
* Fix parsing of interpolated expressionsAleksey Kladov2019-12-191-0/+18
* RefactoringEdwin Cheng2019-12-183-52/+50
* Rename range to by_kindEdwin Cheng2019-12-182-2/+2
* Add test for token mapEdwin Cheng2019-12-181-0/+43
* Fix shift id for delim and other tokensEdwin Cheng2019-12-181-3/+15
* Add TokenTextRangeEdwin Cheng2019-12-181-8/+33
* Add token id to delimsEdwin Cheng2019-12-184-57/+113
* Add token ids for all tt::LeafEdwin Cheng2019-12-183-24/+38
* Re-export Origin to replace ExpansionOriginEdwin Cheng2019-12-141-0/+1
* Refactor tt::DelimiterEdwin Cheng2019-12-136-34/+32
* Don't wrap most syntax trees in invisible delimiters when converting to token...Florian Diebold2019-12-051-2/+8
* Add expansion infrastructure for derive macrosFlorian Diebold2019-12-051-12/+22
* Fixed mbe trival subtreeEdwin Cheng2019-11-211-0/+68
* Collapse TokenMap and RevTokenMapAleksey Kladov2019-11-182-112/+100
* Token-based reverse-mappingAleksey Kladov2019-11-181-1/+5
* More correct expansion mappingAleksey Kladov2019-11-171-4/+9
* Make shift an implementation detail of mbeAleksey Kladov2019-11-171-38/+68
* Disable doctestsAleksey Kladov2019-11-171-1/+3
* Goto definition works inside macrosAleksey Kladov2019-11-161-0/+6
* Update smallvec dep to 1.0memoryruins2019-11-151-1/+1
* Remove typed macro parsing APIAleksey Kladov2019-11-093-64/+75
* Remove map_ranges in RevTokenMapEdwin Cheng2019-11-091-31/+1
* Refactor and simpfilyEdwin Cheng2019-11-081-1/+1
* Refactor and add more commentsEdwin Cheng2019-11-081-50/+46
* Fix formattingEdwin Cheng2019-11-051-1/+1
* Refactor a bitEdwin Cheng2019-11-041-9/+6
* Use macro_rules shift to map text rangesEdwin Cheng2019-11-042-30/+15
* Rename and fix typosEdwin Cheng2019-11-041-9/+15
* Remove dbg!Edwin Cheng2019-11-041-1/+0
* Fixed bug in ExpandedRangeMapEdwin Cheng2019-11-041-34/+16
* Add macro_expansion_info in hir_expandEdwin Cheng2019-11-043-28/+103
* Add map_id to TokenIdEdwin Cheng2019-11-041-3/+20
* Change to add 1 if non zero shiftEdwin Cheng2019-11-041-1/+1
* Refactor and renameEdwin Cheng2019-11-041-21/+20
* Change Option<u32> to u32 for shift valueEdwin Cheng2019-11-041-8/+5
* Change to better namingEdwin Cheng2019-11-041-3/+3
* Add TokenId Shif in macro_rulesEdwin Cheng2019-11-042-2/+74
* Some clippy fixeskjeremy2019-10-302-3/+2
* Remove unused dependenciesShotaro Yamada2019-10-121-1/+0
* Added test for check doc strings in crates.Alexander Andreev2019-09-305-4/+12
* Support `$crate` in item and expr place.uHOOCCOOHu2019-09-261-1/+1
* simplifyAleksey Kladov2019-09-241-9/+1
* remove obsolete TOODAleksey Kladov2019-09-221-1/+0
* minor cleanupAleksey Kladov2019-09-221-1/+8
* slightly cleanup macro testsAleksey Kladov2019-09-191-185/+159