summaryrefslogtreecommitdiff
path: root/serde_dhall/tests (unfollow)
Commit message (Expand)AuthorFilesLines
2020-12-08tests: add a test that fetches the remote preludeNadrieril1-1/+17
2020-12-07Unify `skip_resolve_expr` with normal resolutionNadrieril1-0/+19
2020-12-07Don't store internal structures of `dhall` in `serde_dhall`Nadrieril1-1/+13
2020-11-20Expose binary parsing in the APINadrieril1-0/+21
2020-10-28Fix clippy and formattingNadrieril1-1/+3
2020-10-28Move some testsNadrieril2-61/+59
2020-10-28Implement SimpleValue serializationNadrieril1-15/+16
2020-10-28Make type annotation optional to allow serializing SimpleValueNadrieril3-35/+64
2020-10-28Implement serializationNadrieril2-58/+146
2020-10-28Prefer u64/i64 to usize/isizeNadrieril1-7/+5
2020-10-27Make `SimpleValue` deserializable within other typesNadrieril1-1/+33
2020-06-25fix: update version_numbers testNadrieril1-2/+2
2020-05-30ci: test wasmNadrieril2-1/+13
2020-04-10Deserialize `Prelude.Map` and `toMap` to a map instead of a listNadrieril1-0/+4
2020-04-09Move Label escaping out of its Display implNadrieril1-2/+14
2020-04-05Rewrite builder with state machine to allow parse::<>Nadrieril1-2/+8
2020-04-05Make Deserializer functions the only functionsNadrieril2-6/+6
2020-04-05Document Deserializer methodsNadrieril1-1/+1
2020-04-05Rename Deserialize trait to FromDhallNadrieril1-3/+3
2020-04-05Add a testNadrieril1-0/+8
2020-03-31Rework SimpleTypeNadrieril1-2/+2
2020-03-31Reorganize API and internals of serde_dhall a bitNadrieril2-4/+7
2020-03-31Ensure version numbers are kept in syncNadrieril1-0/+14
2020-03-31Reorganize serde modulesNadrieril2-3/+3
2020-03-31Split serde_dhall::Value to separate values from typesNadrieril1-2/+2
2020-03-31Add SimpleValue type to facilitate deserializationNadrieril1-0/+2
2020-03-31Fix indexing for spans that go to the end of the inputNadrieril1-0/+3
2020-01-16Deserialize more typesNadrieril1-0/+85
2019-08-15Disable some unused unstable featuresNadrieril1-1/+0
2019-08-13Rework API to resemble that of serde_jsonNadrieril1-4/+4
2019-08-13Merge `Type` and `Value` in serde_dhallNadrieril1-2/+2
2019-08-13Move api into its own crateNadrieril1-0/+68