summaryrefslogtreecommitdiff
path: root/serde_dhall/src/serde.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2020-02-19Expose fewer pub thingsNadrieril1-5/+5
2020-02-11Introduce LitKind to factor out common enum nodesNadrieril1-5/+6
2020-02-11Remove the Embed variant from ExprKindNadrieril1-1/+1
2020-02-02More errorsNadrieril1-1/+1
2020-01-31Fix module paths in serde_dhallNadrieril1-1/+1
2020-01-16Deserialize more typesNadrieril1-18/+91
2019-12-20Seal `Deserialize` traitNadrieril1-0/+2
2019-12-20s/ExprF/ExprKind/Nadrieril1-2/+2
2019-12-15Refer to semantics module properlyNadrieril1-1/+1
2019-12-15Reexport dhall_syntax as a module in dhallNadrieril1-1/+1
2019-08-28Rename SubExpr to Expr, and Expr to RawExprNadrieril1-2/+2
2019-08-27clippyNadrieril1-14/+18
2019-08-13No need to track the absence of `Span`s at the type levelNadrieril1-3/+6
2019-08-13Rework API to resemble that of serde_jsonNadrieril1-1/+2
2019-08-13Add new error type for serde_dhallNadrieril1-11/+1
2019-08-13Move api into its own crateNadrieril1-10/+10
2019-05-09Make visibilities more consistentNadrieril1-1/+1
2019-05-09Rewrite Deserialize trait around new Value and TypeNadrieril1-7/+8
2019-05-06Move api-related modules into an api moduleNadrieril1-0/+0
2019-05-06Reorganize dhall into a phase structureNadrieril1-1/+1
2019-05-04Revert "Make SubExpr generic in the variable labels type"Nadrieril1-1/+1
2019-05-04Make SubExpr generic in the variable labels typeNadrieril1-1/+1
2019-05-04Rename dhall_core to dhall_syntaxNadrieril1-1/+1
2019-05-02Store Thunk in NormalizedNadrieril1-1/+1
2019-04-11Add basic deserialization supportNadrieril1-4/+64
2019-04-10Add error submoduleNadrieril1-1/+1
2019-04-10Prepare for serde supportNadrieril1-0/+9