summaryrefslogtreecommitdiff
path: root/serde_dhall/tests/traits.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2020-04-05Make Deserializer functions the only functionsNadrieril1-1/+1
2020-03-31Rework SimpleTypeNadrieril1-2/+2
2020-03-31Reorganize serde modulesNadrieril1-1/+1
2020-03-31Split serde_dhall::Value to separate values from typesNadrieril1-2/+2
2019-08-15Disable some unused unstable featuresNadrieril1-1/+0
2019-08-13Rework API to resemble that of serde_jsonNadrieril1-4/+4
2019-08-13Merge `Type` and `Value` in serde_dhallNadrieril1-2/+2
2019-08-13Move api into its own crateNadrieril1-3/+3
2019-08-10Remove dhall::expr!() macroNadrieril1-19/+11
2019-05-09Rewrite the StaticType trait and everything around itNadrieril1-35/+32
2019-05-07Fix deriveNadrieril1-1/+1
2019-05-04Revert "Make SubExpr generic in the variable labels type"Nadrieril1-2/+2
2019-05-04Make SubExpr generic in the variable labels typeNadrieril1-2/+2
2019-05-04Remove dummy lifetimesNadrieril1-1/+1
2019-05-04rustfmtNadrieril1-1/+1
2019-05-04Rename dhall_generator to dhall_proc_macrosNadrieril1-8/+8
2019-05-04Rename dhall_core to dhall_syntaxNadrieril1-1/+1
2019-04-18Remove obsolete dhall_expr!() macroNadrieril1-8/+16
2019-04-14Namespace deserialization functions in a `de` submoduleNadrieril1-3/+3
2019-04-11Thread lifetimes through other newtypesNadrieril1-1/+1
2019-04-10Add SimpleType and SimpeStaticType. Derive the latterNadrieril1-18/+36
2019-04-06Rename some modulesNadrieril1-0/+0
2019-04-06s/Type/StaticType/Nadrieril1-7/+7
2019-03-31rustfmtNadrieril1-4/+1
2019-03-31Remove some redundant namespacingNadrieril1-16/+16
2019-03-26Derive DhallType for anonymous structs and enumsNadrieril1-0/+24
2019-03-26Derive DhallType for structsNadrieril1-10/+27
2019-03-24Lay groundwork for DhallType derivingNadrieril1-0/+15