summaryrefslogtreecommitdiff
path: root/serde_dhall (unfollow)
Commit message (Expand)AuthorFilesLines
2020-06-24chore: upgrade dependencies using cargo-outdatedNadrieril1-2/+2
2020-06-24chore: reduce crate size using cargo-dietNadrieril1-0/+1
2020-05-30Release serde_dhall version 0.5.3Nadrieril2-2/+2
2020-05-30Release dhall version 0.5.3Nadrieril1-1/+1
2020-05-30ci: test wasmNadrieril3-1/+16
2020-05-30Make reqwest build on wasmNadrieril1-1/+0
2020-04-12Release serde_dhall version 0.5.2Nadrieril2-2/+2
2020-04-12Release dhall version 0.5.2Nadrieril1-1/+1
2020-04-10Deserialize `Prelude.Map` and `toMap` to a map instead of a listNadrieril3-5/+58
2020-04-09Move Label escaping out of its Display implNadrieril1-2/+14
2020-04-09Release serde_dhall version 0.5.1Nadrieril2-2/+2
2020-04-09Release 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 substitutionsNadrieril2-2/+8
2020-04-05Release serde_dhall version 0.5.0Nadrieril1-1/+1
2020-04-05Release dhall_proc_macros version 0.5.0Nadrieril1-1/+1
2020-04-05Release dhall version 0.5.0Nadrieril1-1/+1
2020-04-05Setup cargo-releaseNadrieril2-1/+31
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::<>Nadrieril3-97/+140
2020-04-05Make Deserializer functions the only functionsNadrieril8-314/+36
2020-04-05Document Deserializer methodsNadrieril3-18/+199
2020-04-05Rename Deserialize trait to FromDhallNadrieril6-14/+14
2020-04-05Rename Options to DeserializerNadrieril1-13/+21
2020-04-05Add a testNadrieril1-0/+8
2020-03-31More docNadrieril4-74/+128
2020-03-31Hide serde Error internalsNadrieril5-18/+27
2020-03-31Go mad with doc macrosNadrieril3-106/+267
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 SimpleTypeNadrieril7-84/+120
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 bitNadrieril7-72/+144
2020-03-31Ensure version numbers are kept in syncNadrieril2-0/+15
2020-03-31Test README code samples using doc_commentNadrieril2-0/+6
2020-03-31Introduce option builderNadrieril4-33/+155
2020-03-31Fix versions of dependent local cratesNadrieril1-2/+2
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 modulesNadrieril6-206/+179
2020-03-31Use dhall::Value more in serdeNadrieril2-35/+33