Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move mbe to the new API | Aleksey Kladov | 2019-05-28 | 1 | -2/+2 |
| | |||||
* | Fix match literal | Edwin Cheng | 2019-05-20 | 1 | -1/+5 |
| | |||||
* | Fixed missing empty vars | Edwin Cheng | 2019-05-05 | 1 | -0/+3 |
| | |||||
* | Mark unused mbe variable as `Binding::Empty` | Edwin Cheng | 2019-05-03 | 1 | -12/+49 |
| | |||||
* | By pass unbind $var while mbe expanding | Edwin Cheng | 2019-05-03 | 1 | -5/+37 |
| | |||||
* | Refactor out tests module and remove empty subtree | Edwin Cheng | 2019-05-03 | 1 | -0/+8 |
| | |||||
* | Fix typo | Edwin Cheng | 2019-05-02 | 1 | -3/+3 |
| | |||||
* | Add empty bindings and some refactoring | Edwin Cheng | 2019-05-02 | 1 | -21/+22 |
| | |||||
* | Make `vis` matcher optional and fix typo | Edwin Cheng | 2019-05-02 | 1 | -2/+18 |
| | |||||
* | Fix more bugs | Edwin Cheng | 2019-04-25 | 1 | -15/+54 |
| | |||||
* | Add handling `token` seperator in mbe | Edwin Cheng | 2019-04-25 | 1 | -10/+39 |
| | |||||
* | Fix incorrect repeat sep eating | Edwin Cheng | 2019-04-25 | 1 | -23/+34 |
| | |||||
* | Handle `*+` case and single token case | Edwin Cheng | 2019-04-21 | 1 | -5/+56 |
| | |||||
* | Fix bugs | Edwin Cheng | 2019-04-20 | 1 | -2/+28 |
| | |||||
* | Disable tt matcher | Edwin Cheng | 2019-04-19 | 1 | -4/+8 |
| | |||||
* | Add vis matcher | Edwin Cheng | 2019-04-19 | 1 | -0/+4 |
| | |||||
* | Add literal matcher | Edwin Cheng | 2019-04-19 | 1 | -0/+9 |
| | |||||
* | Add lifetime matcher | Edwin Cheng | 2019-04-19 | 1 | -0/+5 |
| | |||||
* | add tt matcher | Edwin Cheng | 2019-04-19 | 1 | -0/+4 |
| | |||||
* | add block matcher | Edwin Cheng | 2019-04-19 | 1 | -0/+5 |
| | |||||
* | Add block matcher | Edwin Cheng | 2019-04-19 | 1 | -0/+5 |
| | |||||
* | Add `item` matcher in mbe | Edwin Cheng | 2019-04-18 | 1 | -0/+8 |
| | |||||
* | Add mbe stmt matcher | Edwin Cheng | 2019-04-17 | 1 | -0/+4 |
| | |||||
* | Fix bug and add expr , pat , ty matcher | Edwin Cheng | 2019-04-14 | 1 | -0/+13 |
| | |||||
* | Add path test and empty eat_path handling | Edwin Cheng | 2019-04-06 | 1 | -0/+5 |
| | |||||
* | hack around non-terminating macro expansion | Aleksey Kladov | 2019-03-17 | 1 | -0/+14 |
| | |||||
* | Add expander unit tests | Wilco Kusee | 2019-03-03 | 1 | -4/+69 |
| | |||||
* | Split parse and expand errors | Wilco Kusee | 2019-03-03 | 1 | -32/+33 |
| | |||||
* | Formatting | Wilco Kusee | 2019-03-02 | 1 | -10/+20 |
| | |||||
* | Replace option with result in mbe | Wilco Kusee | 2019-03-02 | 1 | -27/+36 |
| | |||||
* | Fix some typos | Pascal Hertleif | 2019-02-12 | 1 | -1/+1 |
| | |||||
* | assign ids to tokens | Aleksey Kladov | 2019-02-11 | 1 | -1/+3 |
| | |||||
* | typo | Aleksey Kladov | 2019-02-11 | 1 | -1/+1 |
| | |||||
* | reformat the world | Aleksey Kladov | 2019-02-08 | 1 | -22/+7 |
| | |||||
* | avoid 'ignored' in test output | Aleksey Kladov | 2019-02-08 | 1 | -2/+2 |
| | |||||
* | mbe: Ensure repetition separator matches | Jeff Muizelaar | 2019-02-05 | 1 | -2/+6 |
| | |||||
* | mbe: Add support matching for matching idents | Jeff Muizelaar | 2019-02-04 | 1 | -0/+5 |
| | |||||
* | Make sure we match the entire pattern | Jeff Muizelaar | 2019-02-03 | 1 | -0/+3 |
| | |||||
* | explain the magic | Aleksey Kladov | 2019-01-31 | 1 | -19/+49 |
| | |||||
* | cleanup | Aleksey Kladov | 2019-01-31 | 1 | -17/+17 |
| | |||||
* | move test | Aleksey Kladov | 2019-01-31 | 1 | -1/+1 |
| | |||||
* | split macros across crates | Aleksey Kladov | 2019-01-31 | 1 | -0/+169 |