summaryrefslogtreecommitdiff
path: root/serde_dhall/tests/de.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-10-28Move some testsNadrieril1-61/+0
2020-10-28Make type annotation optional to allow serializing SimpleValueNadrieril1-33/+1
2020-10-28Implement serializationNadrieril1-58/+1
2020-10-28Prefer u64/i64 to usize/isizeNadrieril1-7/+5
2020-10-27Make `SimpleValue` deserializable within other typesNadrieril1-1/+33
Fixes https://github.com/Nadrieril/dhall-rust/issues/184
2020-05-30ci: test wasmNadrieril1-1/+1
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 functionsNadrieril1-5/+5
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-31Reorganize API and internals of serde_dhall a bitNadrieril1-3/+3
2020-03-31Reorganize serde modulesNadrieril1-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