summaryrefslogtreecommitdiff
path: root/serde_dhall/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move Value, SimpleValue and SimpleType to serdeNadrieril2020-03-315-18/+253
* Reorganize serde modulesNadrieril2020-03-314-203/+176
* 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-312-37/+75
* Add SimpleValue type to facilitate deserializationNadrieril2020-03-312-73/+46
* Cut releaseNadrieril2020-03-181-1/+1
* Cut releaseNadrieril2020-02-211-1/+1
* 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-161-1/+1
* Deserialize more typesNadrieril2020-01-163-21/+121
* Improve serde_dhall docs greatlyNadrieril2020-01-161-50/+86
* Release new versionNadrieril2019-12-241-1/+1
* Prepare for publishing on crates.ioNadrieril2019-12-211-0/+1
* Seal `Deserialize` traitNadrieril2019-12-202-2/+9
* s/ExprF/ExprKind/Nadrieril2019-12-201-2/+2
* Move error module to root of crateNadrieril2019-12-201-2/+2
* 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
* clippyNadrieril2019-08-271-14/+18
* Move type construction fns from serde_dhall to dhallNadrieril2019-08-201-26/+6
* Introduce a new enum to store either a Value or a ValueFNadrieril2019-08-201-2/+6
* Naming tweaksNadrieril2019-08-201-4/+2
* Merge TypedValue and ValueNadrieril2019-08-191-18/+13
* Reduce untyped construction of ValuesNadrieril2019-08-191-7/+2
* Use TypedValue instead of Typed in normalize and typecheckNadrieril2019-08-191-5/+5
* s/Thunk/Value/Nadrieril2019-08-171-8/+9
* s/Value/ValueF/Nadrieril2019-08-161-2/+2
* Try to minimize untyped TypedThunksNadrieril2019-08-161-9/+15
* Remove dead codeNadrieril2019-08-161-1/+2
* Reduce api surface of dhall crateNadrieril2019-08-161-8/+6
* No need to track the absence of `Span`s at the type levelNadrieril2019-08-131-3/+6
* s/TypeThunk/TypedThunk/gNadrieril2019-08-131-3/+3
* Rework API to resemble that of serde_jsonNadrieril2019-08-132-92/+111
* Merge `Type` and `Value` in serde_dhallNadrieril2019-08-132-68/+45
* Add new error type for serde_dhallNadrieril2019-08-132-19/+51
* Move api into its own crateNadrieril2019-08-133-0/+427