aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_mbe/src/syntax_bridge.rs
Commit message (Expand)AuthorAgeFilesLines
...
* switch to upstream rowan's APIAleksey Kladov2019-07-201-6/+7
* rename range -> text_rangeAleksey Kladov2019-07-201-3/+3
* migrate mbe to the new rowanAleksey Kladov2019-07-191-7/+4
* use Parse in mbeAleksey Kladov2019-07-181-29/+23
* Some clippy fixes for 1.36Jeremy Kolb2019-07-041-1/+1
* allow rustfmt to reorder importsAleksey Kladov2019-07-041-7/+7
* fix: clean up warningscsmoe2019-06-061-1/+1
* Fix clippy::identity_conversionAlan Du2019-06-041-3/+4
* Fix clippy::len_zeroAlan Du2019-06-041-1/+1
* Store referece in tokenbufferEdwin Cheng2019-06-021-2/+4
* fix typos in mbe testsAleksey Kladov2019-05-281-2/+2
* return errors from tree builderAleksey Kladov2019-05-281-2/+3
* Minor use moduleEdwin Cheng2019-05-271-3/+2
* Simpliy how collecting token from srcEdwin Cheng2019-05-271-5/+1
* Remove Queier and SubtreeWalkEdwin Cheng2019-05-271-40/+70
* Remove duplicated codeEdwin Cheng2019-05-251-4/+0
* Simplify token_tree_to_xxxEdwin Cheng2019-05-251-47/+20
* Change TokenSource to iteration basedEdwin Cheng2019-05-251-18/+24
* Refactor SubtreeSourceEdwin Cheng2019-05-221-7/+14
* apply T! macro where it is possibleSergey Parilin2019-05-151-24/+21
* Error out non single root token tree conversionEdwin Cheng2019-05-141-0/+46
* Quote the quoted commentEdwin Cheng2019-05-041-1/+1
* Use explict `escape_default` instead of dbg printEdwin Cheng2019-05-041-1/+1
* Convert doc comment to attrEdwin Cheng2019-05-041-3/+70
* Remove unused code and add space bewteen ttEdwin Cheng2019-05-021-30/+34
* Fix more bugsEdwin Cheng2019-04-251-1/+15
* Add handling `token` seperator in mbeEdwin Cheng2019-04-251-5/+20
* Add lifetime matcherEdwin Cheng2019-04-191-1/+4
* Return Result for token_tree_to_xx functionsEdwin Cheng2019-04-181-10/+17
* Add expr, pat, ty and macro_stmtsEdwin Cheng2019-04-181-5/+41
* Add MacroItems and MacroStmts in grammer.ronEdwin Cheng2019-04-181-0/+23
* Remove skip Delimiter::None and handle DollarsEdwin Cheng2019-04-121-16/+31
* Use SubtreeWalker instread of flatten TtTokenEdwin Cheng2019-04-081-6/+6
* Combine all tokensource to one and refactoringEdwin Cheng2019-04-071-3/+3
* Refactoring subtree_sourceEdwin Cheng2019-04-071-241/+21
* Add TtCursorTokenSource and TtCursorTokenSinkEdwin Cheng2019-04-061-22/+36
* Add proper test for literals and fixed typo bugEdwin Cheng2019-04-051-0/+43
* Add classify_literal and undo expose next_tokenEdwin Cheng2019-04-051-2/+2
* Fix literal support in token tree to ast item listEdwin Cheng2019-04-051-2/+2
* Clean upEdwin Cheng2019-04-041-29/+29
* Add multi-byte token support in tkn tree to astEdwin Cheng2019-04-041-19/+137
* switch to new rowanAleksey Kladov2019-04-011-39/+47
* Fix a typoDale Wijnand2019-02-261-4/+4
* renameAleksey Kladov2019-02-241-8/+8
* Add a test for macro parsingAleksey Kladov2019-02-231-8/+21
* implement tt -> astAleksey Kladov2019-02-231-4/+54
* keep-textAleksey Kladov2019-02-231-10/+17
* flatten ttAleksey Kladov2019-02-231-6/+55
* token source scaffoldAleksey Kladov2019-02-231-1/+22
* add interfaceAleksey Kladov2019-02-231-0/+5