aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_mbe/src/syntax_bridge.rs
Commit message (Collapse)AuthorAgeFilesLines
* cleanup expansion to item listAleksey Kladov2019-09-101-26/+1
|
* "Fix" mbe to work with decomposed tokensAleksey Kladov2019-09-101-1/+8
| | | | We regressed $i * 2 where $i = 1 + 1, need to fix that!
* simplifyAleksey Kladov2019-09-021-6/+26
|
* 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
| | | | | | This wasn't a right decision in the first place, the feature flag was broken in the last rustfmt release, and syntax highlighting of imports is more important anyway
* fix: clean up warningscsmoe2019-06-061-1/+1
| | | | Change-Id: I91a468f6e846ac28574825b8ee7aa02fbff68f63
* 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
|