Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reorganize API and internals of serde_dhall a bit | Nadrieril | 2020-03-31 | 1 | -111/+0 |
| | |||||
* | Expose simple::Val/Ty properly in the API | Nadrieril | 2020-03-31 | 1 | -3/+3 |
| | |||||
* | Move Value, SimpleValue and SimpleType to serde | Nadrieril | 2020-03-31 | 1 | -3/+3 |
| | |||||
* | Reorganize serde modules | Nadrieril | 2020-03-31 | 1 | -2/+2 |
| | |||||
* | Use dhall::Value more in serde | Nadrieril | 2020-03-31 | 1 | -2/+1 |
| | |||||
* | Rename LitKind to NumKind | Nadrieril | 2020-03-31 | 1 | -6/+6 |
| | |||||
* | Add new Value type in API | Nadrieril | 2020-03-31 | 1 | -2/+2 |
| | |||||
* | Add SimpleValue type to facilitate deserialization | Nadrieril | 2020-03-31 | 1 | -67/+35 |
| | |||||
* | Expose fewer pub things | Nadrieril | 2020-02-19 | 1 | -5/+5 |
| | |||||
* | Introduce LitKind to factor out common enum nodes | Nadrieril | 2020-02-11 | 1 | -5/+6 |
| | |||||
* | Remove the Embed variant from ExprKind | Nadrieril | 2020-02-11 | 1 | -1/+1 |
| | |||||
* | More errors | Nadrieril | 2020-02-02 | 1 | -1/+1 |
| | |||||
* | Fix module paths in serde_dhall | Nadrieril | 2020-01-31 | 1 | -1/+1 |
| | |||||
* | Deserialize more types | Nadrieril | 2020-01-16 | 1 | -18/+91 |
| | |||||
* | Seal `Deserialize` trait | Nadrieril | 2019-12-20 | 1 | -0/+2 |
| | | | | Fixes #81 | ||||
* | s/ExprF/ExprKind/ | Nadrieril | 2019-12-20 | 1 | -2/+2 |
| | |||||
* | Refer to semantics module properly | Nadrieril | 2019-12-15 | 1 | -1/+1 |
| | |||||
* | Reexport dhall_syntax as a module in dhall | Nadrieril | 2019-12-15 | 1 | -1/+1 |
| | |||||
* | Rename SubExpr to Expr, and Expr to RawExpr | Nadrieril | 2019-08-28 | 1 | -2/+2 |
| | | | | For clarity, and consistency with Value | ||||
* | clippy | Nadrieril | 2019-08-27 | 1 | -14/+18 |
| | |||||
* | No need to track the absence of `Span`s at the type level | Nadrieril | 2019-08-13 | 1 | -3/+6 |
| | |||||
* | Rework API to resemble that of serde_json | Nadrieril | 2019-08-13 | 1 | -1/+2 |
| | |||||
* | Add new error type for serde_dhall | Nadrieril | 2019-08-13 | 1 | -11/+1 |
| | |||||
* | Move api into its own crate | Nadrieril | 2019-08-13 | 1 | -0/+70 |