summaryrefslogtreecommitdiff
path: root/serde_dhall/src/serde.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Fixes #81
* 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
| | | | For clarity, and consistency with Value
* 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