summaryrefslogtreecommitdiff
path: root/serde_dhall (unfollow)
Commit message (Expand)AuthorFilesLines
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
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 typesNadrieril3-39/+77
2020-03-31Add SimpleValue type to facilitate deserializationNadrieril3-73/+48
2020-03-31Fix indexing for spans that go to the end of the inputNadrieril1-0/+3
2020-03-18Cut releaseNadrieril2-4/+4
2020-02-21Cut releaseNadrieril2-3/+3
2020-02-19Expose fewer pub thingsNadrieril1-5/+5
2020-02-11Introduce LitKind to factor out common enum nodesNadrieril1-5/+6
2020-02-11Remove the Embed variant from ExprKindNadrieril1-1/+1
2020-02-02More errorsNadrieril2-2/+2
2020-01-31Fix module paths in serde_dhallNadrieril2-2/+2
2020-01-29Use Normalized in serde_dhallNadrieril1-11/+11
2020-01-16releaseNadrieril2-3/+3
2020-01-16Deserialize more typesNadrieril4-21/+206
2020-01-16Improve serde_dhall docs greatlyNadrieril1-50/+86
2019-12-24Release new versionNadrieril2-3/+3
2019-12-21Bump dhall versionNadrieril1-1/+1
2019-12-21Pin version of local crate dependenciesNadrieril1-2/+2
2019-12-21Prepare for publishing on crates.ioNadrieril2-1/+6
2019-12-20Seal `Deserialize` traitNadrieril2-2/+9