summaryrefslogtreecommitdiff
path: root/serde_dhall/src/lib.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2020-04-05Fix cargo-release substitutionsNadrieril1-1/+1
2020-04-05Final doc tweaksNadrieril1-2/+2
2020-04-05Rewrite builder with state machine to allow parse::<>Nadrieril1-9/+15
2020-04-05Make Deserializer functions the only functionsNadrieril1-15/+10
2020-04-05Rename Deserialize trait to FromDhallNadrieril1-1/+1
2020-03-31More docNadrieril1-58/+44
2020-03-31Hide serde Error internalsNadrieril1-0/+1
2020-03-31Go mad with doc macrosNadrieril1-1/+4
2020-03-31Move mod simple into valueNadrieril1-4/+1
2020-03-31Hide Value from APINadrieril1-2/+2
2020-03-31Rework SimpleTypeNadrieril1-6/+6
2020-03-31Hide SimpleValue from apiNadrieril1-2/+2
2020-03-31Add a bunch of TODOsNadrieril1-3/+2
2020-03-31Reorganize API and internals of serde_dhall a bitNadrieril1-62/+18
2020-03-31Test README code samples using doc_commentNadrieril1-0/+3
2020-03-31Introduce option builderNadrieril1-11/+5
2020-03-31Expose simple::Val/Ty properly in the APINadrieril1-15/+16
2020-03-31Move Value, SimpleValue and SimpleType to serdeNadrieril1-4/+5
2020-03-31Reorganize serde modulesNadrieril1-201/+63
2020-03-31Use dhall::Value more in serdeNadrieril1-33/+32
2020-03-31Remove Normalized and friends from public APINadrieril1-1/+1
2020-03-31Add new Value type in APINadrieril1-25/+22
2020-03-31Add SimpleType to mirror SimpleValueNadrieril1-30/+31
2020-03-31Split serde_dhall::Value to separate values from typesNadrieril1-24/+62
2020-03-31Add SimpleValue type to facilitate deserializationNadrieril1-6/+11
2020-03-18Cut releaseNadrieril1-1/+1
2020-02-21Cut releaseNadrieril1-1/+1
2020-02-02More errorsNadrieril1-1/+1
2020-01-31Fix module paths in serde_dhallNadrieril1-1/+1
2020-01-29Use Normalized in serde_dhallNadrieril1-11/+11
2020-01-16releaseNadrieril1-1/+1
2020-01-16Deserialize more typesNadrieril1-0/+22
2020-01-16Improve serde_dhall docs greatlyNadrieril1-50/+86
2019-12-24Release new versionNadrieril1-1/+1
2019-12-21Prepare for publishing on crates.ioNadrieril1-0/+1
2019-12-20Seal `Deserialize` traitNadrieril1-2/+7
2019-12-20Move error module to root of crateNadrieril1-2/+2
2019-12-15Refer to semantics module properlyNadrieril1-3/+3
2019-12-15Reexport dhall_syntax as a module in dhallNadrieril1-1/+1
2019-11-11Update rust toolchainNadrieril1-2/+0
2019-08-30Cleanup conversion of `Value` to `Expr`Nadrieril1-1/+1
2019-08-28Rename SubExpr to Expr, and Expr to RawExprNadrieril1-2/+2
2019-08-20Move type construction fns from serde_dhall to dhallNadrieril1-26/+6
2019-08-20Introduce a new enum to store either a Value or a ValueFNadrieril1-2/+6
2019-08-20Naming tweaksNadrieril1-4/+2
2019-08-19Merge TypedValue and ValueNadrieril1-18/+13
2019-08-19Reduce untyped construction of ValuesNadrieril1-7/+2
2019-08-19Use TypedValue instead of Typed in normalize and typecheckNadrieril1-5/+5
2019-08-17s/Thunk/Value/Nadrieril1-8/+9
2019-08-16s/Value/ValueF/Nadrieril1-2/+2