summaryrefslogtreecommitdiff
path: root/serde_dhall/src/static_type.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2020-12-18chore: convert doc links to intra-doc linksNadrieril1-1/+1
2020-10-28Move table of type correspondancesNadrieril1-22/+4
2020-10-28Implement serializationNadrieril1-0/+60
2020-04-10Deserialize `Prelude.Map` and `toMap` to a map instead of a listNadrieril1-0/+1
2020-04-05Fix clippy warningsNadrieril1-4/+2
2020-04-05Final doc tweaksNadrieril1-1/+3
2020-04-05Make Deserializer functions the only functionsNadrieril1-2/+2
2020-03-31More docNadrieril1-0/+47
2020-03-31Document moreNadrieril1-8/+25
2020-03-31Rework SimpleTypeNadrieril1-13/+13
2020-03-31Add a bunch of TODOsNadrieril1-0/+1
2020-03-31Expose simple::Val/Ty properly in the APINadrieril1-9/+12
2020-03-31Move Value, SimpleValue and SimpleType to serdeNadrieril1-2/+1
2020-03-31Add SimpleType to mirror SimpleValueNadrieril1-4/+4
2020-03-31Split serde_dhall::Value to separate values from typesNadrieril1-13/+13
2020-01-16Deserialize more typesNadrieril1-3/+8
2019-12-15Reexport dhall_syntax as a module in dhallNadrieril1-1/+1
2019-08-13Merge `Type` and `Value` in serde_dhallNadrieril1-13/+13
2019-08-13Move api into its own crateNadrieril1-1/+1
2019-05-09Rewrite the StaticType trait and everything around itNadrieril1-0/+93