summaryrefslogtreecommitdiff
path: root/serde_dhall/src (unfollow)
Commit message (Expand)AuthorFilesLines
2020-10-24Release serde_dhall version 0.7.3Nadrieril1-1/+1
2020-10-24Make SimpleValue public and add from_simple_value()Benjamin Levy3-6/+130
2020-10-24Release serde_dhall version 0.7.2Nadrieril1-1/+1
2020-10-16Release serde_dhall version 0.7.1Nadrieril1-1/+1
2020-10-16feat: Add a `Display` impl for `SimpleType`Nadrieril1-0/+21
2020-09-15Release serde_dhall version 0.7.0Nadrieril1-1/+1
2020-08-05Release serde_dhall version 0.6.0Nadrieril1-1/+1
2020-05-30Release serde_dhall version 0.5.3Nadrieril1-1/+1
2020-04-12Release serde_dhall version 0.5.2Nadrieril1-1/+1
2020-04-10Deserialize `Prelude.Map` and `toMap` to a map instead of a listNadrieril2-5/+54
2020-04-09Release serde_dhall version 0.5.1Nadrieril1-1/+1
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 cargo-release substitutionsNadrieril1-1/+1
2020-04-05Doc tweaksNadrieril1-0/+4
2020-04-05Fix clippy warningsNadrieril2-6/+4
2020-04-05Final doc tweaksNadrieril4-58/+59
2020-04-05TweaksNadrieril1-10/+13
2020-04-05Borrow type annotationNadrieril1-10/+8
2020-04-05Rewrite builder with state machine to allow parse::<>Nadrieril2-95/+132
2020-04-05Make Deserializer functions the only functionsNadrieril6-308/+30
2020-04-05Document Deserializer methodsNadrieril2-17/+198
2020-04-05Rename Deserialize trait to FromDhallNadrieril5-11/+11
2020-04-05Rename Options to DeserializerNadrieril1-13/+21
2020-03-31More docNadrieril4-74/+128
2020-03-31Hide serde Error internalsNadrieril5-18/+27
2020-03-31Go mad with doc macrosNadrieril2-105/+266
2020-03-31Document moreNadrieril3-26/+58
2020-03-31Move mod simple into valueNadrieril5-245/+240
2020-03-31Hide Value from APINadrieril2-5/+5
2020-03-31Rework SimpleValueNadrieril3-50/+35
2020-03-31Rework SimpleTypeNadrieril6-82/+118
2020-03-31Hide SimpleValue from apiNadrieril3-9/+6
2020-03-31Add a bunch of TODOsNadrieril8-4/+25
2020-03-31Reorganize API and internals of serde_dhall a bitNadrieril5-68/+137
2020-03-31Test README code samples using doc_commentNadrieril1-0/+3
2020-03-31Introduce option builderNadrieril3-33/+153
2020-03-31Expose simple::Val/Ty properly in the APINadrieril5-160/+120
2020-03-31Move Value, SimpleValue and SimpleType to serdeNadrieril5-18/+253
2020-03-31Reorganize serde modulesNadrieril4-203/+176
2020-03-31Use dhall::Value more in serdeNadrieril2-35/+33
2020-03-31Rename LitKind to NumKindNadrieril1-6/+6
2020-03-31Remove Normalized and friends from public APINadrieril1-1/+1
2020-03-31Add new Value type in APINadrieril2-27/+24
2020-03-31Add SimpleType to mirror SimpleValueNadrieril2-34/+35
2020-03-31Split serde_dhall::Value to separate values from typesNadrieril2-37/+75
2020-03-31Add SimpleValue type to facilitate deserializationNadrieril2-73/+46
2020-03-18Cut releaseNadrieril1-1/+1
2020-02-21Cut releaseNadrieril1-1/+1