summaryrefslogtreecommitdiff
path: root/serde_dhall/src/serde.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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