summaryrefslogtreecommitdiff
path: root/dhall/src/lib.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-04-06Rename some modulesNadrieril1-3/+3
2019-04-06s/Type/StaticType/Nadrieril1-2/+1
2019-04-06Split dhall_expr!() into 2Nadrieril1-0/+2
2019-03-31Remove some redundant namespacingNadrieril1-1/+2
2019-03-26Derive DhallType for structsNadrieril1-0/+2
2019-03-24Lay groundwork for DhallType derivingNadrieril1-1/+0
2019-03-22oopsNadrieril1-7/+7
2019-03-21Improve import handling in parserNadrieril1-1/+10
2019-03-15Get rid of box patternsNadrieril1-1/+0
2019-03-14Implement binary decodingNadrieril1-0/+2
2019-03-09Obey clippy lintsNadrieril1-0/+5
2019-03-09First import works !Nadrieril1-46/+1
2019-03-08Rename Expr back to its true nameNadrieril1-1/+1
2019-03-08Finally get rid of all the &'i strNadrieril1-1/+2
2019-03-08rustfmtNadrieril1-1/+1
2019-03-08Slowly propagate the new type parameter throughout the codebaseNadrieril1-1/+1
2019-03-07Make test harness less macro-yNadrieril1-0/+46
2019-03-06rustfmtNadrieril1-1/+1
2019-03-06Start parsing importsNadrieril1-1/+1
2019-03-06Merge dhall_normalize back into dhall; that was unnecessaryNadrieril1-0/+4
2019-03-06Move context to dhall_coreNadrieril1-1/+0
2019-03-06Split-off core into its own crateNadrieril1-7/+0
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