summaryrefslogtreecommitdiff
path: root/serde_dhall/src/value.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2021-03-09fix: don't use `Option` to signal errorsNadrieril1-24/+31
2020-12-18chore: convert doc links to intra-doc linksNadrieril1-5/+5
2020-12-07Thread cx everywhere else imports are readNadrieril1-5/+12
2020-12-07Thread cx through normalizationNadrieril1-2/+2
2020-12-07Don't store internal structures of `dhall` in `serde_dhall`Nadrieril1-33/+66
2020-10-28Move table of type correspondancesNadrieril1-1/+22
2020-10-28Make type annotation optional to allow serializing SimpleValueNadrieril1-65/+75
2020-10-28Implement serializationNadrieril1-3/+103
2020-10-27Make `SimpleValue` deserializable within other typesNadrieril1-11/+0
2020-10-24Make SimpleValue public and add from_simple_value()Benjamin Levy1-3/+82
2020-10-16feat: Add a `Display` impl for `SimpleType`Nadrieril1-0/+21
2020-04-10Deserialize `Prelude.Map` and `toMap` to a map instead of a listNadrieril1-5/+53
2020-04-06Move BinOp and Builtin definitions in the relevant moduleNadrieril1-1/+2
2020-04-06Extract operation-related code to a new moduleNadrieril1-1/+2
2020-04-06Split off operations from main expr enumNadrieril1-6/+7
2020-04-05Fix clippy warningsNadrieril1-2/+2
2020-04-05Final doc tweaksNadrieril1-23/+22
2020-04-05Make Deserializer functions the only functionsNadrieril1-3/+3
2020-04-05Document Deserializer methodsNadrieril1-1/+1
2020-04-05Rename Deserialize trait to FromDhallNadrieril1-4/+4
2020-03-31Hide serde Error internalsNadrieril1-5/+5
2020-03-31Document moreNadrieril1-3/+7
2020-03-31Move mod simple into valueNadrieril1-15/+237
2020-03-31Hide Value from APINadrieril1-3/+3
2020-03-31Rework SimpleValueNadrieril1-1/+1
2020-03-31Rework SimpleTypeNadrieril1-1/+1
2020-03-31Hide SimpleValue from apiNadrieril1-2/+1
2020-03-31Add a bunch of TODOsNadrieril1-0/+3
2020-03-31Reorganize API and internals of serde_dhall a bitNadrieril1-1/+1
2020-03-31Introduce option builderNadrieril1-22/+10
2020-03-31Expose simple::Val/Ty properly in the APINadrieril1-14/+13
2020-03-31Move Value, SimpleValue and SimpleType to serdeNadrieril1-0/+73