summaryrefslogtreecommitdiff
path: root/dhall/src/lib.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Start separating normalized values from syntactic expressionsNadrieril2019-04-191-0/+1
* rustfmtNadrieril2019-04-151-4/+4
* Namespace deserialization functions in a `de` submoduleNadrieril2019-04-141-40/+44
* clippyNadrieril2019-04-141-1/+2
* docs: document import resolution rootNadrieril2019-04-131-4/+6
* Document all of the APINadrieril2019-04-131-1/+16
* Restrict public API to its most minimal expressionNadrieril2019-04-121-4/+4
* Abstract get_type() into a traitNadrieril2019-04-111-3/+3
* Add basic deserialization supportNadrieril2019-04-111-4/+3
* Add error submoduleNadrieril2019-04-101-2/+3
* Write main lib docNadrieril2019-04-101-0/+106
* Prepare for serde supportNadrieril2019-04-101-0/+1
* Add a new Deserialize trait for reading dhall valuesNadrieril2019-04-101-0/+14
* Add SimpleType and SimpeStaticType. Derive the latterNadrieril2019-04-101-1/+2
* clippyNadrieril2019-04-081-0/+1
* Limit public APINadrieril2019-04-081-5/+2
* Move spec tests into the relevant filesNadrieril2019-04-081-0/+8
* Restrict public APINadrieril2019-04-071-7/+5
* 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