Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | | | | unlike the old impl, this also handles macro imports across crates | |||||
* | 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 | |
|\ | | | | | | | | | | | | | | | 790: make macro-rules eq r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| * | 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 | |
| | | | | Fixes typo introduced in #782 | |||||
* | Update authors field in Cargo.tomls to "rust-analyzer developers" | Ville Penttinen | 2019-02-11 | 1 | -1/+1 | |
| | | | | This closes #777 | |||||
* | 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 | |
| | ||||||
* | Factor out rules parsing | Jeff Muizelaar | 2019-02-04 | 1 | -24/+20 | |
| | ||||||
* | Make sure we match the entire pattern | Jeff Muizelaar | 2019-02-03 | 2 | -1/+34 | |
| | ||||||
* | Fill out test a little more | Jeff Muizelaar | 2019-02-03 | 1 | -14/+18 | |
| | | | | | This factors out an assert_expansion function to make things more managable. | |||||
* | Fix macro_rules separator parsing. | Jeff Muizelaar | 2019-02-03 | 2 | -1/+49 | |
| | | | | | macro_rules rules are separated by ';' including an optional ';' at the end | |||||
* | explain the magic | Aleksey Kladov | 2019-01-31 | 2 | -19/+56 | |
| | ||||||
* | cleanup the api | Aleksey Kladov | 2019-01-31 | 3 | -56/+70 | |
| | ||||||
* | cleanup | Aleksey Kladov | 2019-01-31 | 3 | -40/+42 | |
| |