summaryrefslogtreecommitdiff
path: root/serde_dhall/src/serde.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reorganize API and internals of serde_dhall a bitNadrieril2020-03-311-111/+0
* Expose simple::Val/Ty properly in the APINadrieril2020-03-311-3/+3
* Move Value, SimpleValue and SimpleType to serdeNadrieril2020-03-311-3/+3
* Reorganize serde modulesNadrieril2020-03-311-2/+2
* Use dhall::Value more in serdeNadrieril2020-03-311-2/+1
* Rename LitKind to NumKindNadrieril2020-03-311-6/+6
* Add new Value type in APINadrieril2020-03-311-2/+2
* Add SimpleValue type to facilitate deserializationNadrieril2020-03-311-67/+35
* Expose fewer pub thingsNadrieril2020-02-191-5/+5
* Introduce LitKind to factor out common enum nodesNadrieril2020-02-111-5/+6
* Remove the Embed variant from ExprKindNadrieril2020-02-111-1/+1
* More errorsNadrieril2020-02-021-1/+1
* Fix module paths in serde_dhallNadrieril2020-01-311-1/+1
* Deserialize more typesNadrieril2020-01-161-18/+91
* Seal `Deserialize` traitNadrieril2019-12-201-0/+2
* s/ExprF/ExprKind/Nadrieril2019-12-201-2/+2
* Refer to semantics module properlyNadrieril2019-12-151-1/+1
* Reexport dhall_syntax as a module in dhallNadrieril2019-12-151-1/+1
* Rename SubExpr to Expr, and Expr to RawExprNadrieril2019-08-281-2/+2
* clippyNadrieril2019-08-271-14/+18
* No need to track the absence of `Span`s at the type levelNadrieril2019-08-131-3/+6
* Rework API to resemble that of serde_jsonNadrieril2019-08-131-1/+2
* Add new error type for serde_dhallNadrieril2019-08-131-11/+1
* Move api into its own crateNadrieril2019-08-131-0/+70