Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | allow rustfmt to reorder imports | Aleksey Kladov | 2019-07-04 | 1 | -7/+7 | |
* | fix: clean up warnings | csmoe | 2019-06-06 | 1 | -1/+1 | |
* | 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 | |
* | implement tt -> ast | Aleksey Kladov | 2019-02-23 | 1 | -4/+54 | |
* | keep-text | Aleksey Kladov | 2019-02-23 | 1 | -10/+17 | |
* | flatten tt | Aleksey Kladov | 2019-02-23 | 1 | -6/+55 | |
* | token source scaffold | Aleksey Kladov | 2019-02-23 | 1 | -1/+22 | |
* | add interface | Aleksey Kladov | 2019-02-23 | 1 | -0/+5 | |
* | docs | Aleksey Kladov | 2019-02-11 | 1 | -0/+8 | |
* | assign ids when converting tt | Aleksey Kladov | 2019-02-11 | 1 | -6/+32 | |
* | assign ids to tokens | Aleksey Kladov | 2019-02-11 | 1 | -1/+1 | |
* | reformat the world | Aleksey Kladov | 2019-02-08 | 1 | -20/+5 | |
* | cleanup the api | Aleksey Kladov | 2019-01-31 | 1 | -48/+2 |