summaryrefslogtreecommitdiff
path: root/dhall/src/api/serde.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-08-13Move api into its own crateNadrieril1-70/+0
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
This reverts commit 4c159640e5ee77ffa48b85a5bffa56350cf933ef.
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
Closes #13
2019-04-10Add error submoduleNadrieril1-1/+1
2019-04-10Prepare for serde supportNadrieril1-0/+9