Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Small fixes | Florian Diebold | 2020-03-16 | 1 | -4/+2 |
| | |||||
* | Some more refactoring | Florian Diebold | 2020-03-16 | 1 | -10/+12 |
| | |||||
* | Some cleanup | Florian Diebold | 2020-03-16 | 1 | -5/+7 |
| | |||||
* | Turn ExpandResult into struct | Florian Diebold | 2020-03-16 | 1 | -7/+9 |
| | |||||
* | Fix remaining test failure | Florian Diebold | 2020-03-16 | 1 | -2/+0 |
| | |||||
* | Fix performance problem | Florian Diebold | 2020-03-16 | 1 | -31/+36 |
| | |||||
* | Add test, remove printlns | Florian Diebold | 2020-03-16 | 1 | -1/+0 |
| | |||||
* | Get tests working | Florian Diebold | 2020-03-16 | 1 | -3/+3 |
| | |||||
* | wip | Florian Diebold | 2020-03-16 | 1 | -20/+29 |
| | |||||
* | Attempt to implement ranking of rules when none matches perfectly (wip) | Florian Diebold | 2020-03-16 | 1 | -8/+11 |
| | |||||
* | Make MBE expansion more resilient (WIP) | Florian Diebold | 2020-03-16 | 1 | -9/+20 |
| | |||||
* | 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 |
| |