index
:
dhall_rust
derive-macro
substitutions
working copy forked from https://github.com/Nadrieril/dhall-rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pest_consume_macros
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Tweak match_nodes
Nadrieril
2019-09-17
2
-57
/
+72
|
*
Update terminology in match_nodes
Nadrieril
2019-09-17
1
-36
/
+36
|
*
Remove need for slice_patterns in pest_consume
Nadrieril
2019-09-17
1
-32
/
+47
|
*
Various tweaks
Nadrieril
2019-09-11
2
-12
/
+12
|
*
Rename match_inputs to match_nodes to reflect new terminology
Nadrieril
2019-09-11
2
-4
/
+4
|
*
Rename various bits of the pest_consume API
Nadrieril
2019-09-10
3
-19
/
+18
|
*
Use an enum instead of strings for rule aliasing
Nadrieril
2019-09-10
2
-16
/
+37
|
*
Avoid the use of drain_filter feature
Nadrieril
2019-09-10
2
-5
/
+28
|
*
Use proc_macro_hack to avoid the need for the proc_macro_hygiene feature
Nadrieril
2019-09-10
2
-1
/
+2
|
*
Allows using match_inputs outside of a make_parser impl
Nadrieril
2019-09-10
2
-17
/
+26
|
*
Implement parsing in PestConsumer
Nadrieril
2019-09-10
1
-1
/
+18
|
*
Add dummy `entrypoint` attribute
Nadrieril
2019-09-10
1
-0
/
+7
|
*
Rename parse_children to match_inputs
Nadrieril
2019-09-10
2
-4
/
+4
|
*
Generalize parse_children and change its invocation
Nadrieril
2019-09-10
1
-18
/
+9
|
*
Move pest_consume macros into their own crate
Nadrieril
2019-09-09
4
-0
/
+595