summaryrefslogtreecommitdiff
path: root/dhall/src/lib.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Move binary decoding to new APINadrieril2019-04-061-1/+1
* Define some newtypes for ExprNadrieril2019-04-061-8/+2
* Rename some modulesNadrieril2019-04-061-3/+3
* s/Type/StaticType/Nadrieril2019-04-061-2/+1
* Split dhall_expr!() into 2Nadrieril2019-04-061-0/+2
* Remove some redundant namespacingNadrieril2019-03-311-1/+2
* Derive DhallType for structsNadrieril2019-03-261-0/+2
* Lay groundwork for DhallType derivingNadrieril2019-03-241-1/+0
* oopsNadrieril2019-03-221-7/+7
* Improve import handling in parserNadrieril2019-03-211-1/+10
* Get rid of box patternsNadrieril2019-03-151-1/+0
* Implement binary decodingNadrieril2019-03-141-0/+2
* Obey clippy lintsNadrieril2019-03-091-0/+5
* First import works !Nadrieril2019-03-091-46/+1
* Rename Expr back to its true nameNadrieril2019-03-081-1/+1
* Finally get rid of all the &'i strNadrieril2019-03-081-1/+2
* rustfmtNadrieril2019-03-081-1/+1
* Slowly propagate the new type parameter throughout the codebaseNadrieril2019-03-081-1/+1
* Make test harness less macro-yNadrieril2019-03-071-0/+46
* rustfmtNadrieril2019-03-061-1/+1
* Start parsing importsNadrieril2019-03-061-1/+1
* Merge dhall_normalize back into dhall; that was unnecessaryNadrieril2019-03-061-0/+4
* Move context to dhall_coreNadrieril2019-03-061-1/+0
* Split-off core into its own crateNadrieril2019-03-061-7/+0
* Allow empty match in match_children!Nadrieril2019-03-051-0/+1
* Remove unused unstable featuresNadrieril2019-03-051-2/+0
* Handle errors in parserNadrieril2019-03-031-0/+1
* Write macros to streamline parsingNadrieril2019-03-031-0/+1
* Move part of parser into its own crate to limit recompilation timesNadrieril2019-03-021-2/+1
* Split abnf_to_pest and dhall into their own cratesNadrieril2019-03-011-0/+12