| Commit message (Expand) | Author | Files | Lines |
2020-02-19 | Expose fewer pub things | Nadrieril | 1 | -5/+5 |
2020-02-11 | Introduce LitKind to factor out common enum nodes | Nadrieril | 1 | -5/+6 |
2020-02-11 | Remove the Embed variant from ExprKind | Nadrieril | 1 | -1/+1 |
2020-02-02 | More errors | Nadrieril | 1 | -1/+1 |
2020-01-31 | Fix module paths in serde_dhall | Nadrieril | 1 | -1/+1 |
2020-01-16 | Deserialize more types | Nadrieril | 1 | -18/+91 |
2019-12-20 | Seal `Deserialize` trait | Nadrieril | 1 | -0/+2 |
2019-12-20 | s/ExprF/ExprKind/ | Nadrieril | 1 | -2/+2 |
2019-12-15 | Refer to semantics module properly | Nadrieril | 1 | -1/+1 |
2019-12-15 | Reexport dhall_syntax as a module in dhall | Nadrieril | 1 | -1/+1 |
2019-08-28 | Rename SubExpr to Expr, and Expr to RawExpr | Nadrieril | 1 | -2/+2 |
2019-08-27 | clippy | Nadrieril | 1 | -14/+18 |
2019-08-13 | No need to track the absence of `Span`s at the type level | Nadrieril | 1 | -3/+6 |
2019-08-13 | Rework API to resemble that of serde_json | Nadrieril | 1 | -1/+2 |
2019-08-13 | Add new error type for serde_dhall | Nadrieril | 1 | -11/+1 |
2019-08-13 | Move api into its own crate | Nadrieril | 1 | -10/+10 |
2019-05-09 | Make visibilities more consistent | Nadrieril | 1 | -1/+1 |
2019-05-09 | Rewrite Deserialize trait around new Value and Type | Nadrieril | 1 | -7/+8 |
2019-05-06 | Move api-related modules into an api module | Nadrieril | 1 | -0/+0 |
2019-05-06 | Reorganize dhall into a phase structure | Nadrieril | 1 | -1/+1 |
2019-05-04 | Revert "Make SubExpr generic in the variable labels type" | Nadrieril | 1 | -1/+1 |
2019-05-04 | Make SubExpr generic in the variable labels type | Nadrieril | 1 | -1/+1 |
2019-05-04 | Rename dhall_core to dhall_syntax | Nadrieril | 1 | -1/+1 |
2019-05-02 | Store Thunk in Normalized | Nadrieril | 1 | -1/+1 |
2019-04-11 | Add basic deserialization support | Nadrieril | 1 | -4/+64 |
2019-04-10 | Add error submodule | Nadrieril | 1 | -1/+1 |
2019-04-10 | Prepare for serde support | Nadrieril | 1 | -0/+9 |