Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Some clippy fixes | kjeremy | 2019-10-30 | 1 | -1/+1 |
| | |||||
* | Added test for check doc strings in crates. | Alexander Andreev | 2019-09-30 | 1 | -0/+2 |
| | | | | #1856 | ||||
* | cleanup expansion to item list | Aleksey Kladov | 2019-09-10 | 1 | -26/+1 |
| | |||||
* | "Fix" mbe to work with decomposed tokens | Aleksey Kladov | 2019-09-10 | 1 | -1/+8 |
| | | | | We regressed $i * 2 where $i = 1 + 1, need to fix that! | ||||
* | simplify | Aleksey Kladov | 2019-09-02 | 1 | -6/+26 |
| | |||||
* | switch to upstream rowan's API | Aleksey Kladov | 2019-07-20 | 1 | -6/+7 |
| | |||||
* | rename range -> text_range | Aleksey Kladov | 2019-07-20 | 1 | -3/+3 |
| | |||||
* | migrate mbe to the new rowan | Aleksey Kladov | 2019-07-19 | 1 | -7/+4 |
| | |||||
* | use Parse in mbe | Aleksey Kladov | 2019-07-18 | 1 | -29/+23 |
| | |||||
* | Some clippy fixes for 1.36 | Jeremy Kolb | 2019-07-04 | 1 | -1/+1 |
| | |||||
* | allow rustfmt to reorder imports | Aleksey Kladov | 2019-07-04 | 1 | -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 warnings | csmoe | 2019-06-06 | 1 | -1/+1 |
| | | | | Change-Id: I91a468f6e846ac28574825b8ee7aa02fbff68f63 | ||||
* | Fix clippy::identity_conversion | Alan Du | 2019-06-04 | 1 | -3/+4 |
| | |||||
* | Fix clippy::len_zero | Alan Du | 2019-06-04 | 1 | -1/+1 |
| | |||||
* | Store referece in tokenbuffer | Edwin Cheng | 2019-06-02 | 1 | -2/+4 |
| | |||||
* | fix typos in mbe tests | Aleksey Kladov | 2019-05-28 | 1 | -2/+2 |
| | |||||
* | return errors from tree builder | Aleksey Kladov | 2019-05-28 | 1 | -2/+3 |
| | |||||
* | Minor use module | Edwin Cheng | 2019-05-27 | 1 | -3/+2 |
| | |||||
* | Simpliy how collecting token from src | Edwin Cheng | 2019-05-27 | 1 | -5/+1 |
| | |||||
* | Remove Queier and SubtreeWalk | Edwin Cheng | 2019-05-27 | 1 | -40/+70 |
| | |||||
* | Remove duplicated code | Edwin Cheng | 2019-05-25 | 1 | -4/+0 |
| | |||||
* | Simplify token_tree_to_xxx | Edwin Cheng | 2019-05-25 | 1 | -47/+20 |
| | |||||
* | Change TokenSource to iteration based | Edwin Cheng | 2019-05-25 | 1 | -18/+24 |
| | |||||
* | Refactor SubtreeSource | Edwin Cheng | 2019-05-22 | 1 | -7/+14 |
| | |||||
* | apply T! macro where it is possible | Sergey Parilin | 2019-05-15 | 1 | -24/+21 |
| | |||||
* | Error out non single root token tree conversion | Edwin Cheng | 2019-05-14 | 1 | -0/+46 |
| | |||||
* | Quote the quoted comment | Edwin Cheng | 2019-05-04 | 1 | -1/+1 |
| | |||||
* | Use explict `escape_default` instead of dbg print | Edwin Cheng | 2019-05-04 | 1 | -1/+1 |
| | |||||
* | Convert doc comment to attr | Edwin Cheng | 2019-05-04 | 1 | -3/+70 |
| | |||||
* | Remove unused code and add space bewteen tt | Edwin Cheng | 2019-05-02 | 1 | -30/+34 |
| | |||||
* | Fix more bugs | Edwin Cheng | 2019-04-25 | 1 | -1/+15 |
| | |||||
* | Add handling `token` seperator in mbe | Edwin Cheng | 2019-04-25 | 1 | -5/+20 |
| | |||||
* | Add lifetime matcher | Edwin Cheng | 2019-04-19 | 1 | -1/+4 |
| | |||||
* | Return Result for token_tree_to_xx functions | Edwin Cheng | 2019-04-18 | 1 | -10/+17 |
| | |||||
* | Add expr, pat, ty and macro_stmts | Edwin Cheng | 2019-04-18 | 1 | -5/+41 |
| | |||||
* | Add MacroItems and MacroStmts in grammer.ron | Edwin Cheng | 2019-04-18 | 1 | -0/+23 |
| | |||||
* | Remove skip Delimiter::None and handle Dollars | Edwin Cheng | 2019-04-12 | 1 | -16/+31 |
| | |||||
* | Use SubtreeWalker instread of flatten TtToken | Edwin Cheng | 2019-04-08 | 1 | -6/+6 |
| | |||||
* | Combine all tokensource to one and refactoring | Edwin Cheng | 2019-04-07 | 1 | -3/+3 |
| | |||||
* | Refactoring subtree_source | Edwin Cheng | 2019-04-07 | 1 | -241/+21 |
| | |||||
* | Add TtCursorTokenSource and TtCursorTokenSink | Edwin Cheng | 2019-04-06 | 1 | -22/+36 |
| | |||||
* | Add proper test for literals and fixed typo bug | Edwin Cheng | 2019-04-05 | 1 | -0/+43 |
| | |||||
* | Add classify_literal and undo expose next_token | Edwin Cheng | 2019-04-05 | 1 | -2/+2 |
| | |||||
* | Fix literal support in token tree to ast item list | Edwin Cheng | 2019-04-05 | 1 | -2/+2 |
| | |||||
* | Clean up | Edwin Cheng | 2019-04-04 | 1 | -29/+29 |
| | |||||
* | Add multi-byte token support in tkn tree to ast | Edwin Cheng | 2019-04-04 | 1 | -19/+137 |
| | |||||
* | switch to new rowan | Aleksey Kladov | 2019-04-01 | 1 | -39/+47 |
| | |||||
* | Fix a typo | Dale Wijnand | 2019-02-26 | 1 | -4/+4 |
| | |||||
* | rename | Aleksey Kladov | 2019-02-24 | 1 | -8/+8 |
| | |||||
* | Add a test for macro parsing | Aleksey Kladov | 2019-02-23 | 1 | -8/+21 |
| |