summaryrefslogtreecommitdiff
path: root/iter_patterns (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clarify licenseNadrieril2019-04-121-0/+1
* Circumvent https://github.com/rust-lang/rust/issues/59803Nadrieril2019-04-081-6/+10
* Merge branch 'master' into exprfNadrieril2019-04-061-7/+7
|\
| * Handle Some as in upstream grammarNadrieril2019-04-041-7/+7
* | rustfmtNadrieril2019-03-311-1/+2
|/
* Integrate the special patterns from match_children!() into iter_patternsNadrieril2019-03-271-5/+90
* Manually rustfmt like a naziNadrieril2019-03-271-7/+23
* Obsolete old parser macros; performance is now deadNadrieril2019-03-201-14/+11
* Handle simple parsing cases with new macrosNadrieril2019-03-201-2/+2
* Extract the core of parser macros into a separate crateNadrieril2019-03-192-0/+198