Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2019-09-11 | Various tweaks | Nadrieril | 2 | -12/+12 |
2019-09-11 | Rename match_inputs to match_nodes to reflect new terminology | Nadrieril | 2 | -4/+4 |
2019-09-10 | Rename various bits of the pest_consume API | Nadrieril | 3 | -19/+18 |
2019-09-10 | Use an enum instead of strings for rule aliasing | Nadrieril | 2 | -16/+37 |
2019-09-10 | Avoid the use of drain_filter feature | Nadrieril | 2 | -5/+28 |
2019-09-10 | Use proc_macro_hack to avoid the need for the proc_macro_hygiene feature | Nadrieril | 1 | -1/+1 |
2019-09-10 | Allows using match_inputs outside of a make_parser impl | Nadrieril | 2 | -17/+26 |
2019-09-10 | Implement parsing in PestConsumer | Nadrieril | 1 | -1/+18 |
2019-09-10 | Add dummy `entrypoint` attribute | Nadrieril | 1 | -0/+7 |
2019-09-10 | Rename parse_children to match_inputs | Nadrieril | 2 | -4/+4 |
2019-09-10 | Generalize parse_children and change its invocation | Nadrieril | 1 | -18/+9 |
2019-09-09 | Move pest_consume macros into their own crate | Nadrieril | 3 | -0/+577 |