summaryrefslogtreecommitdiff
path: root/serde_dhall/src/value.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix: don't use `Option` to signal errorsNadrieril2021-03-091-24/+31
* chore: convert doc links to intra-doc linksNadrieril2020-12-181-5/+5
* Thread cx everywhere else imports are readNadrieril2020-12-071-5/+12
* Thread cx through normalizationNadrieril2020-12-071-2/+2
* Don't store internal structures of `dhall` in `serde_dhall`Nadrieril2020-12-071-33/+66
* Move table of type correspondancesNadrieril2020-10-281-1/+22
* Make type annotation optional to allow serializing SimpleValueNadrieril2020-10-281-65/+75
* Implement serializationNadrieril2020-10-281-3/+103
* Make `SimpleValue` deserializable within other typesNadrieril2020-10-271-11/+0
* Make SimpleValue public and add from_simple_value()Benjamin Levy2020-10-241-3/+82
* feat: Add a `Display` impl for `SimpleType`Nadrieril2020-10-161-0/+21
* Deserialize `Prelude.Map` and `toMap` to a map instead of a listNadrieril2020-04-101-5/+53
* Move BinOp and Builtin definitions in the relevant moduleNadrieril2020-04-061-1/+2
* Extract operation-related code to a new moduleNadrieril2020-04-061-1/+2
* Split off operations from main expr enumNadrieril2020-04-061-6/+7
* Fix clippy warningsNadrieril2020-04-051-2/+2
* Final doc tweaksNadrieril2020-04-051-23/+22
* Make Deserializer functions the only functionsNadrieril2020-04-051-3/+3
* Document Deserializer methodsNadrieril2020-04-051-1/+1
* Rename Deserialize trait to FromDhallNadrieril2020-04-051-4/+4
* Hide serde Error internalsNadrieril2020-03-311-5/+5
* Document moreNadrieril2020-03-311-3/+7
* Move mod simple into valueNadrieril2020-03-311-15/+237
* Hide Value from APINadrieril2020-03-311-3/+3
* Rework SimpleValueNadrieril2020-03-311-1/+1
* Rework SimpleTypeNadrieril2020-03-311-1/+1
* Hide SimpleValue from apiNadrieril2020-03-311-2/+1
* Add a bunch of TODOsNadrieril2020-03-311-0/+3
* Reorganize API and internals of serde_dhall a bitNadrieril2020-03-311-1/+1
* Introduce option builderNadrieril2020-03-311-22/+10
* Expose simple::Val/Ty properly in the APINadrieril2020-03-311-14/+13
* Move Value, SimpleValue and SimpleType to serdeNadrieril2020-03-311-0/+73