summaryrefslogtreecommitdiff
path: root/serde_dhall (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fix indexing for spans that go to the end of the inputNadrieril2020-03-311-0/+3
|
* Cut releaseNadrieril2020-03-182-4/+4
|
* Cut releaseNadrieril2020-02-212-3/+3
|
* Expose fewer pub thingsNadrieril2020-02-191-5/+5
|
* Introduce LitKind to factor out common enum nodesNadrieril2020-02-111-5/+6
|
* Remove the Embed variant from ExprKindNadrieril2020-02-111-1/+1
|
* More errorsNadrieril2020-02-022-2/+2
|
* Fix module paths in serde_dhallNadrieril2020-01-312-2/+2
|
* Use Normalized in serde_dhallNadrieril2020-01-291-11/+11
|
* releaseNadrieril2020-01-162-3/+3
|
* Deserialize more typesNadrieril2020-01-164-21/+206
|
* Improve serde_dhall docs greatlyNadrieril2020-01-161-50/+86
|
* Release new versionNadrieril2019-12-242-3/+3
|
* Bump dhall versionNadrieril2019-12-211-1/+1
|
* Pin version of local crate dependenciesNadrieril2019-12-211-2/+2
|
* Prepare for publishing on crates.ioNadrieril2019-12-212-1/+6
|
* Seal `Deserialize` traitNadrieril2019-12-202-2/+9
| | | | Fixes #81
* s/ExprF/ExprKind/Nadrieril2019-12-201-2/+2
|
* Move error module to root of crateNadrieril2019-12-201-2/+2
|
* Remove dhall_syntax crateNadrieril2019-12-171-1/+0
|
* Refer to semantics module properlyNadrieril2019-12-152-4/+4
|
* Reexport dhall_syntax as a module in dhallNadrieril2019-12-153-3/+3
|
* Update rust toolchainNadrieril2019-11-111-2/+0
|
* Cleanup conversion of `Value` to `Expr`Nadrieril2019-08-301-1/+1
|
* Rename SubExpr to Expr, and Expr to RawExprNadrieril2019-08-282-4/+4
| | | | For clarity, and consistency with Value
* clippyNadrieril2019-08-271-14/+18
|
* Move type construction fns from serde_dhall to dhallNadrieril2019-08-201-26/+6
|