Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Add MacroItems and MacroStmts in grammer.ron | Edwin Cheng | 2019-04-18 | 2 | -8/+37 | |
* | | Fix missing last token in mbe $repeat parsing | Edwin Cheng | 2019-04-18 | 2 | -1/+24 | |
|/ | ||||||
* | Add `item` matcher in mbe | Edwin Cheng | 2019-04-18 | 4 | -0/+61 | |
* | Add mbe stmt matcher | Edwin Cheng | 2019-04-17 | 4 | -0/+28 | |
* | Fix bug and add expr , pat , ty matcher | Edwin Cheng | 2019-04-14 | 5 | -3/+148 | |
* | Remove skip Delimiter::None and handle Dollars | Edwin Cheng | 2019-04-12 | 4 | -218/+243 | |
* | Refactoring and add some docs | Edwin Cheng | 2019-04-08 | 2 | -83/+106 | |
* | Fixed infintite loop bug | Edwin Cheng | 2019-04-08 | 1 | -30/+4 | |
* | Fixed empty node bug | Edwin Cheng | 2019-04-08 | 1 | -10/+49 | |
* | Use SubtreeWalker instread of flatten TtToken | Edwin Cheng | 2019-04-08 | 4 | -258/+421 | |
* | Combine all tokensource to one and refactoring | Edwin Cheng | 2019-04-07 | 5 | -86/+94 | |
* | Refactoring subtree_source | Edwin Cheng | 2019-04-07 | 4 | -364/+386 | |
* | Add TtCursorTokenSource and TtCursorTokenSink | Edwin Cheng | 2019-04-06 | 2 | -24/+204 | |
* | Add path test and empty eat_path handling | Edwin Cheng | 2019-04-06 | 3 | -0/+31 | |
* | Add proper test for literals and fixed typo bug | Edwin Cheng | 2019-04-05 | 2 | -4/+50 | |
* | Add classify_literal and undo expose next_token | Edwin Cheng | 2019-04-05 | 2 | -6/+4 | |
* | Fix literal support in token tree to ast item list | Edwin Cheng | 2019-04-05 | 2 | -2/+43 | |
* | 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 | 2 | -20/+138 | |
* | always show token text | Aleksey Kladov | 2019-04-02 | 1 | -8/+8 | |
* | switch to new rowan | Aleksey Kladov | 2019-04-01 | 1 | -39/+47 | |
* | hack around non-terminating macro expansion | Aleksey Kladov | 2019-03-17 | 1 | -0/+14 | |
* | add name resolution from the old impl | Aleksey Kladov | 2019-03-17 | 1 | -10/+10 | |
* | Add expander unit tests | Wilco Kusee | 2019-03-03 | 1 | -4/+69 | |
* | Add parser unit tests | Wilco Kusee | 2019-03-03 | 3 | -6/+58 | |
* | Split parse and expand errors | Wilco Kusee | 2019-03-03 | 4 | -72/+74 | |
* | Formatting | Wilco Kusee | 2019-03-02 | 1 | -10/+20 | |
* | Replace option with result in mbe | Wilco Kusee | 2019-03-02 | 4 | -74/+93 | |
* | 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 | 2 | -10/+80 | |
* | implement tt -> ast | Aleksey Kladov | 2019-02-23 | 2 | -5/+55 | |
* | 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 dependency on the parser | Aleksey Kladov | 2019-02-23 | 1 | -0/+1 | |
* | add interface | Aleksey Kladov | 2019-02-23 | 1 | -0/+5 | |
* | Fix some typos | Pascal Hertleif | 2019-02-12 | 2 | -4/+4 | |
* | docs | Aleksey Kladov | 2019-02-11 | 1 | -0/+8 | |
* | assign ids when converting tt | Aleksey Kladov | 2019-02-11 | 2 | -10/+36 | |
* | assign ids to tokens | Aleksey Kladov | 2019-02-11 | 3 | -3/+5 | |
* | Merge #790 | bors[bot] | 2019-02-11 | 1 | -10/+10 | |
|\ | ||||||
| * | make macro-rules eq | Aleksey Kladov | 2019-02-11 | 1 | -10/+10 | |
* | | typo | Aleksey Kladov | 2019-02-11 | 2 | -2/+2 | |
|/ | ||||||
* | Fix typo in Cargo.toml authors | Ville Penttinen | 2019-02-11 | 1 | -1/+1 | |
* | Update authors field in Cargo.tomls to "rust-analyzer developers" | Ville Penttinen | 2019-02-11 | 1 | -1/+1 | |
* | reformat the world | Aleksey Kladov | 2019-02-08 | 4 | -71/+22 | |
* | avoid 'ignored' in test output | Aleksey Kladov | 2019-02-08 | 1 | -2/+2 | |
* | mbe: Ensure repetition separator matches | Jeff Muizelaar | 2019-02-05 | 2 | -2/+30 | |
* | mbe: Add support matching for matching idents | Jeff Muizelaar | 2019-02-04 | 2 | -0/+29 |