Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use usual token tree for macro expansion | Aleksey Kladov | 2019-09-17 | 1 | -17/+2 |
| | |||||
* | split mbe expander code into two modules | Aleksey Kladov | 2019-09-17 | 1 | -418/+6 |
| | |||||
* | simiplify | Aleksey Kladov | 2019-09-10 | 1 | -25/+2 |
| | |||||
* | add fragmets to expansion | Aleksey Kladov | 2019-09-10 | 1 | -33/+40 |
| | |||||
* | "Fix" mbe to work with decomposed tokens | Aleksey Kladov | 2019-09-10 | 1 | -22/+28 |
| | | | | We regressed $i * 2 where $i = 1 + 1, need to fix that! | ||||
* | remove needless clone | Aleksey Kladov | 2019-09-02 | 1 | -1/+1 |
| | |||||
* | simplify | Aleksey Kladov | 2019-09-02 | 1 | -77/+45 |
| | |||||
* | migrate mbe to the new rowan | Aleksey Kladov | 2019-07-19 | 1 | -2/+4 |
| | |||||
* | 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 | -2/+2 |
| | | | | | | 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 clippy::or_fun_call | Alan Du | 2019-06-04 | 1 | -8/+6 |
| | |||||
* | Fix clippy::identity_conversion | Alan Du | 2019-06-04 | 1 | -12/+12 |
| | |||||
* | 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 |
| |