summaryrefslogtreecommitdiff
path: root/serde_dhall (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Release serde_dhall version 0.5.2Nadrieril2020-04-122-2/+2
|
* Release dhall version 0.5.2Nadrieril2020-04-121-1/+1
|
* Deserialize `Prelude.Map` and `toMap` to a map instead of a listNadrieril2020-04-103-5/+58
|
* Move Label escaping out of its Display implNadrieril2020-04-091-2/+14
|
* Release serde_dhall version 0.5.1Nadrieril2020-04-092-2/+2
|
* Release dhall version 0.5.1Nadrieril2020-04-091-1/+1
|
* Move BinOp and Builtin definitions in the relevant moduleNadrieril2020-04-061-1/+2
|
* Extract operation-related code to a new moduleNadrieril2020-04-061-1/+2
|
* Split off operations from main expr enumNadrieril2020-04-061-6/+7
|
* Fix cargo-release substitutionsNadrieril2020-04-052-2/+8
|
* Release serde_dhall version 0.5.0Nadrieril2020-04-051-1/+1
|
* Release dhall_proc_macros version 0.5.0Nadrieril2020-04-051-1/+1
|
* Release dhall version 0.5.0Nadrieril2020-04-051-1/+1
|
* Setup cargo-releaseNadrieril2020-04-052-1/+31
|
* Doc tweaksNadrieril2020-04-051-0/+4
|
* Fix clippy warningsNadrieril2020-04-052-6/+4
|
* Final doc tweaksNadrieril2020-04-054-58/+59
|
* TweaksNadrieril2020-04-051-10/+13
|
* Borrow type annotationNadrieril2020-04-051-10/+8
|
* Rewrite builder with state machine to allow parse::<>Nadrieril2020-04-053-97/+140
|
* Make Deserializer functions the only functionsNadrieril2020-04-058-314/+36
|
* Document Deserializer methodsNadrieril2020-04-053-18/+199
|
* Rename Deserialize trait to FromDhallNadrieril2020-04-056-14/+14
|
* Rename Options to DeserializerNadrieril2020-04-051-13/+21
|
* Add a testNadrieril2020-04-051-0/+8
|
* More docNadrieril2020-03-314-74/+128
|
* Hide serde Error internalsNadrieril2020-03-315-18/+27
|
* Go mad with doc macrosNadrieril2020-03-313-106/+267
|
* Document moreNadrieril2020-03-313-26/+58
|
* Move mod simple into valueNadrieril2020-03-315-245/+240
|
* Hide Value from APINadrieril2020-03-312-5/+5
|
* Rework SimpleValueNadrieril2020-03-313-50/+35
|
* Rework SimpleTypeNadrieril2020-03-317-84/+120
|
* Hide SimpleValue from apiNadrieril2020-03-313-9/+6
|
* Add a bunch of TODOsNadrieril2020-03-318-4/+25
|
* Reorganize API and internals of serde_dhall a bitNadrieril2020-03-317-72/+144
|
* Ensure version numbers are kept in syncNadrieril2020-03-312-0/+15
|
* Test README code samples using doc_commentNadrieril2020-03-312-0/+6
|
* Introduce option builderNadrieril2020-03-314-33/+155
|
* Fix versions of dependent local cratesNadrieril2020-03-311-2/+2
|
* Expose simple::Val/Ty properly in the APINadrieril2020-03-315-160/+120
|
* Move Value, SimpleValue and SimpleType to serdeNadrieril2020-03-315-18/+253
|
* Reorganize serde modulesNadrieril2020-03-316-206/+179
|
* Use dhall::Value more in serdeNadrieril2020-03-312-35/+33
|
* Rename LitKind to NumKindNadrieril2020-03-311-6/+6
|
* Remove Normalized and friends from public APINadrieril2020-03-311-1/+1
|
* Add new Value type in APINadrieril2020-03-312-27/+24
|
* Add SimpleType to mirror SimpleValueNadrieril2020-03-312-34/+35
|
* Split serde_dhall::Value to separate values from typesNadrieril2020-03-313-39/+77
|
* Add SimpleValue type to facilitate deserializationNadrieril2020-03-313-73/+48
|