Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Rename LitKind to NumKind | Nadrieril | 2020-03-31 | 1 | -6/+6 | |
| | ||||||
* | Remove Normalized and friends from public API | Nadrieril | 2020-03-31 | 1 | -1/+1 | |
| | ||||||
* | Add new Value type in API | Nadrieril | 2020-03-31 | 2 | -27/+24 | |
| | ||||||
* | Add SimpleType to mirror SimpleValue | Nadrieril | 2020-03-31 | 2 | -34/+35 | |
| | ||||||
* | Split serde_dhall::Value to separate values from types | Nadrieril | 2020-03-31 | 3 | -39/+77 | |
| | ||||||
* | Add SimpleValue type to facilitate deserialization | Nadrieril | 2020-03-31 | 3 | -73/+48 | |
| | ||||||
* | Fix indexing for spans that go to the end of the input | Nadrieril | 2020-03-31 | 1 | -0/+3 | |
| | ||||||
* | Cut release | Nadrieril | 2020-03-18 | 2 | -4/+4 | |
| | ||||||
* | Cut release | Nadrieril | 2020-02-21 | 2 | -3/+3 | |
| | ||||||
* | 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 | 2 | -2/+2 | |
| | ||||||
* | Fix module paths in serde_dhall | Nadrieril | 2020-01-31 | 2 | -2/+2 | |
| | ||||||
* | Use Normalized in serde_dhall | Nadrieril | 2020-01-29 | 1 | -11/+11 | |
| | ||||||
* | release | Nadrieril | 2020-01-16 | 2 | -3/+3 | |
| | ||||||
* | Deserialize more types | Nadrieril | 2020-01-16 | 4 | -21/+206 | |
| | ||||||
* | Improve serde_dhall docs greatly | Nadrieril | 2020-01-16 | 1 | -50/+86 | |
| | ||||||
* | Release new version | Nadrieril | 2019-12-24 | 2 | -3/+3 | |
| | ||||||
* | Bump dhall version | Nadrieril | 2019-12-21 | 1 | -1/+1 | |
| | ||||||
* | Pin version of local crate dependencies | Nadrieril | 2019-12-21 | 1 | -2/+2 | |
| | ||||||
* | Prepare for publishing on crates.io | Nadrieril | 2019-12-21 | 2 | -1/+6 | |
| | ||||||
* | Seal `Deserialize` trait | Nadrieril | 2019-12-20 | 2 | -2/+9 | |
| | | | | Fixes #81 | |||||
* | s/ExprF/ExprKind/ | Nadrieril | 2019-12-20 | 1 | -2/+2 | |
| | ||||||
* | Move error module to root of crate | Nadrieril | 2019-12-20 | 1 | -2/+2 | |
| | ||||||
* | Remove dhall_syntax crate | Nadrieril | 2019-12-17 | 1 | -1/+0 | |
| | ||||||
* | Refer to semantics module properly | Nadrieril | 2019-12-15 | 2 | -4/+4 | |
| | ||||||
* | Reexport dhall_syntax as a module in dhall | Nadrieril | 2019-12-15 | 3 | -3/+3 | |
| | ||||||
* | Update rust toolchain | Nadrieril | 2019-11-11 | 1 | -2/+0 | |
| | ||||||
* | Cleanup conversion of `Value` to `Expr` | Nadrieril | 2019-08-30 | 1 | -1/+1 | |
| | ||||||
* | Rename SubExpr to Expr, and Expr to RawExpr | Nadrieril | 2019-08-28 | 2 | -4/+4 | |
| | | | | For clarity, and consistency with Value | |||||
* | clippy | Nadrieril | 2019-08-27 | 1 | -14/+18 | |
| | ||||||
* | Move type construction fns from serde_dhall to dhall | Nadrieril | 2019-08-20 | 1 | -26/+6 | |
| | ||||||
* | Introduce a new enum to store either a Value or a ValueF | Nadrieril | 2019-08-20 | 1 | -2/+6 | |
| | ||||||
* | Naming tweaks | Nadrieril | 2019-08-20 | 1 | -4/+2 | |
| | ||||||
* | Merge TypedValue and Value | Nadrieril | 2019-08-19 | 1 | -18/+13 | |
| | ||||||
* | Reduce untyped construction of Values | Nadrieril | 2019-08-19 | 1 | -7/+2 | |
| | ||||||
* | Use TypedValue instead of Typed in normalize and typecheck | Nadrieril | 2019-08-19 | 1 | -5/+5 | |
| | | | | | Now Typed is only used in dhall::phase, similarly to Parsed/Resolved/Normalized | |||||
* | s/Thunk/Value/ | Nadrieril | 2019-08-17 | 1 | -8/+9 | |
| | ||||||
* | s/Value/ValueF/ | Nadrieril | 2019-08-16 | 1 | -2/+2 | |
| | ||||||
* | Try to minimize untyped TypedThunks | Nadrieril | 2019-08-16 | 1 | -9/+15 | |
| | ||||||
* | Remove dead code | Nadrieril | 2019-08-16 | 1 | -1/+2 | |
| | ||||||
* | Reduce api surface of dhall crate | Nadrieril | 2019-08-16 | 1 | -8/+6 | |
| | | | | Helps detect unused code | |||||
* | Disable some unused unstable features | Nadrieril | 2019-08-15 | 1 | -1/+0 | |
| | ||||||
* | No need to track the absence of `Span`s at the type level | Nadrieril | 2019-08-13 | 1 | -3/+6 | |
| | ||||||
* | s/TypeThunk/TypedThunk/g | Nadrieril | 2019-08-13 | 1 | -3/+3 | |
| | ||||||
* | Rework API to resemble that of serde_json | Nadrieril | 2019-08-13 | 3 | -96/+115 | |
| | ||||||
* | Merge `Type` and `Value` in serde_dhall | Nadrieril | 2019-08-13 | 3 | -70/+47 | |
| | | | | There was no point in separating them | |||||
* | Add new error type for serde_dhall | Nadrieril | 2019-08-13 | 2 | -19/+51 | |
| | ||||||
* | Move api into its own crate | Nadrieril | 2019-08-13 | 5 | -0/+507 | |