summaryrefslogtreecommitdiff
path: root/serde_dhall/tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove a redundant semicolon in a test for good measure.Ceri Storey2021-03-271-2/+2
* tests: add a test that fetches the remote preludeNadrieril2020-12-081-1/+17
* Unify `skip_resolve_expr` with normal resolutionNadrieril2020-12-071-0/+19
* Don't store internal structures of `dhall` in `serde_dhall`Nadrieril2020-12-071-1/+13
* Expose binary parsing in the APINadrieril2020-11-201-0/+21
* Fix clippy and formattingNadrieril2020-10-281-1/+3
* Move some testsNadrieril2020-10-282-61/+59
* Implement SimpleValue serializationNadrieril2020-10-281-15/+16
* Make type annotation optional to allow serializing SimpleValueNadrieril2020-10-283-35/+64
* Implement serializationNadrieril2020-10-282-58/+146
* Prefer u64/i64 to usize/isizeNadrieril2020-10-281-7/+5
* Make `SimpleValue` deserializable within other typesNadrieril2020-10-271-1/+33
* fix: update version_numbers testNadrieril2020-06-251-2/+2
* ci: test wasmNadrieril2020-05-302-1/+13
* 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-052-6/+6
* Document Deserializer methodsNadrieril2020-04-051-1/+1
* Rename Deserialize trait to FromDhallNadrieril2020-04-051-3/+3
* Add a testNadrieril2020-04-051-0/+8
* Rework SimpleTypeNadrieril2020-03-311-2/+2
* Reorganize API and internals of serde_dhall a bitNadrieril2020-03-312-4/+7
* Ensure version numbers are kept in syncNadrieril2020-03-311-0/+14
* Reorganize serde modulesNadrieril2020-03-312-3/+3
* Split serde_dhall::Value to separate values from typesNadrieril2020-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
* Disable some unused unstable featuresNadrieril2019-08-151-1/+0
* Rework API to resemble that of serde_jsonNadrieril2019-08-131-4/+4
* Merge `Type` and `Value` in serde_dhallNadrieril2019-08-131-2/+2
* Move api into its own crateNadrieril2019-08-131-0/+68