summaryrefslogtreecommitdiff
path: root/dhall_core/src/lib.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-04Rename dhall_core to dhall_syntaxNadrieril1-28/+0
2019-04-14Document roughly the dhall subcratesNadrieril1-0/+5
2019-04-14Rewrite map methods with Visitor traitsNadrieril1-0/+1
2019-04-08Circumvent https://github.com/rust-lang/rust/issues/59803Nadrieril1-1/+0
2019-04-08clippyNadrieril1-1/+2
2019-03-27Integrate the special patterns from match_children!() into iter_patternsNadrieril1-0/+1
2019-03-26Derive DhallType for structsNadrieril1-2/+0
2019-03-24Lay groundwork for DhallType derivingNadrieril1-0/+2
2019-03-21Reorganize dhall_core a bitNadrieril1-2/+11
2019-03-20Cleanup parser codeNadrieril1-1/+0
2019-03-20Obsolete old parser macros; performance is now deadNadrieril1-1/+1
2019-03-20Handle simple parsing cases with new macrosNadrieril1-0/+2
2019-03-15Get rid of box patternsNadrieril1-1/+0
2019-03-15Revert "Start rewriting parser with slice patterns"Nadrieril1-1/+0
2019-03-15Start rewriting parser with slice patternsNadrieril1-0/+1
2019-03-09Obey clippy lintsNadrieril1-0/+5
2019-03-09Use new Label type instead of &str in parserNadrieril1-1/+0
2019-03-06Finally get rid of old parserNadrieril1-3/+0
2019-03-06rustfmtNadrieril1-1/+1
2019-03-06Move context to dhall_coreNadrieril1-0/+1
2019-03-06Split-off core into its own crateNadrieril1-3/+1
2019-03-05Allow empty match in match_children!Nadrieril1-0/+1
2019-03-05Remove unused unstable featuresNadrieril1-2/+0
2019-03-03Handle errors in parserNadrieril1-0/+1
2019-03-03Write macros to streamline parsingNadrieril1-0/+1
2019-03-02Move part of parser into its own crate to limit recompilation timesNadrieril1-2/+1
2019-03-01Split abnf_to_pest and dhall into their own cratesNadrieril1-0/+0
2019-02-28Auto-generate pest file from spec abnfNadrieril1-0/+1
2019-02-27Add one test from the specNadrieril1-0/+11