aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_mbe/src/subtree_source.rs
Commit message (Expand)AuthorAgeFilesLines
* FormattingEdwin Cheng2019-05-231-1/+1
* Refactor SubtreeSourceEdwin Cheng2019-05-221-192/+70
* apply T! macro where it is possibleSergey Parilin2019-05-151-11/+11
* Make `vis` matcher optional and fix typoEdwin Cheng2019-05-021-1/+1
* Remove unused code in subtree_sourceEdwin Cheng2019-05-021-182/+41
* Refactor parser handle mult-char punct internallyEdwin Cheng2019-04-281-9/+1
* Use panic instead of unwrapEdwin Cheng2019-04-251-8/+6
* Fix more bugsEdwin Cheng2019-04-251-4/+5
* Add handling `token` seperator in mbeEdwin Cheng2019-04-251-9/+13
* Add cached for SubtreeSourceEdwin Cheng2019-04-221-4/+20
* Fix offset bug in SourceWalkerEdwin Cheng2019-04-211-6/+7
* Fix lifetime in tt to syntax node conversionEdwin Cheng2019-04-211-1/+6
* Fix bugsEdwin Cheng2019-04-201-19/+0
* Fix bug and add expr , pat , ty matcherEdwin Cheng2019-04-141-3/+11
* Remove skip Delimiter::None and handle DollarsEdwin Cheng2019-04-121-198/+156
* Refactoring and add some docsEdwin Cheng2019-04-081-82/+103
* Fixed infintite loop bugEdwin Cheng2019-04-081-30/+4
* Fixed empty node bugEdwin Cheng2019-04-081-10/+49
* Use SubtreeWalker instread of flatten TtTokenEdwin Cheng2019-04-081-244/+379
* Combine all tokensource to one and refactoringEdwin Cheng2019-04-071-28/+28
* Refactoring subtree_sourceEdwin Cheng2019-04-071-0/+352