summaryrefslogtreecommitdiff
path: root/serde_dhall/tests/de.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move some testsNadrieril2020-10-281-61/+0
* Make type annotation optional to allow serializing SimpleValueNadrieril2020-10-281-33/+1
* Implement serializationNadrieril2020-10-281-58/+1
* Prefer u64/i64 to usize/isizeNadrieril2020-10-281-7/+5
* Make `SimpleValue` deserializable within other typesNadrieril2020-10-271-1/+33
* ci: test wasmNadrieril2020-05-301-1/+1
* Deserialize `Prelude.Map` and `toMap` to a map instead of a listNadrieril2020-04-101-0/+4
* Move Label escaping out of its Display implNadrieril2020-04-091-2/+14
* Rewrite builder with state machine to allow parse::<>Nadrieril2020-04-051-2/+8
* Make Deserializer functions the only functionsNadrieril2020-04-051-5/+5
* Document Deserializer methodsNadrieril2020-04-051-1/+1
* Rename Deserialize trait to FromDhallNadrieril2020-04-051-3/+3
* Add a testNadrieril2020-04-051-0/+8
* Reorganize API and internals of serde_dhall a bitNadrieril2020-03-311-3/+3
* Reorganize serde modulesNadrieril2020-03-311-2/+2
* Add SimpleValue type to facilitate deserializationNadrieril2020-03-311-0/+2
* Fix indexing for spans that go to the end of the inputNadrieril2020-03-311-0/+3
* Deserialize more typesNadrieril2020-01-161-0/+85