Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Release serde_dhall version 0.5.2 | Nadrieril | 2020-04-12 | 1 | -1/+1 |
| | |||||
* | Release serde_dhall version 0.5.1 | Nadrieril | 2020-04-09 | 1 | -1/+1 |
| | |||||
* | Fix cargo-release substitutions | Nadrieril | 2020-04-05 | 1 | -1/+1 |
| | |||||
* | Final doc tweaks | Nadrieril | 2020-04-05 | 1 | -2/+2 |
| | |||||
* | Rewrite builder with state machine to allow parse::<> | Nadrieril | 2020-04-05 | 1 | -9/+15 |
| | |||||
* | Make Deserializer functions the only functions | Nadrieril | 2020-04-05 | 1 | -15/+10 |
| | |||||
* | Rename Deserialize trait to FromDhall | Nadrieril | 2020-04-05 | 1 | -1/+1 |
| | |||||
* | More doc | Nadrieril | 2020-03-31 | 1 | -58/+44 |
| | |||||
* | Hide serde Error internals | Nadrieril | 2020-03-31 | 1 | -0/+1 |
| | |||||
* | Go mad with doc macros | Nadrieril | 2020-03-31 | 1 | -1/+4 |
| | |||||
* | Move mod simple into value | Nadrieril | 2020-03-31 | 1 | -4/+1 |
| | |||||
* | Hide Value from API | Nadrieril | 2020-03-31 | 1 | -2/+2 |
| | |||||
* | Rework SimpleType | Nadrieril | 2020-03-31 | 1 | -6/+6 |
| | |||||
* | Hide SimpleValue from api | Nadrieril | 2020-03-31 | 1 | -2/+2 |
| | |||||
* | Add a bunch of TODOs | Nadrieril | 2020-03-31 | 1 | -3/+2 |
| | |||||
* | Reorganize API and internals of serde_dhall a bit | Nadrieril | 2020-03-31 | 1 | -62/+18 |
| | |||||
* | Test README code samples using doc_comment | Nadrieril | 2020-03-31 | 1 | -0/+3 |
| | |||||
* | Introduce option builder | Nadrieril | 2020-03-31 | 1 | -11/+5 |
| | |||||
* | Expose simple::Val/Ty properly in the API | Nadrieril | 2020-03-31 | 1 | -15/+16 |
| | |||||
* | Move Value, SimpleValue and SimpleType to serde | Nadrieril | 2020-03-31 | 1 | -4/+5 |
| | |||||
* | Reorganize serde modules | Nadrieril | 2020-03-31 | 1 | -201/+63 |
| | |||||
* | Use dhall::Value more in serde | Nadrieril | 2020-03-31 | 1 | -33/+32 |
| | |||||
* | Remove Normalized and friends from public API | Nadrieril | 2020-03-31 | 1 | -1/+1 |
| | |||||
* | Add new Value type in API | Nadrieril | 2020-03-31 | 1 | -25/+22 |
| | |||||
* | Add SimpleType to mirror SimpleValue | Nadrieril | 2020-03-31 | 1 | -30/+31 |
| | |||||
* | Split serde_dhall::Value to separate values from types | Nadrieril | 2020-03-31 | 1 | -24/+62 |
| | |||||
* | Add SimpleValue type to facilitate deserialization | Nadrieril | 2020-03-31 | 1 | -6/+11 |
| | |||||
* | Cut release | Nadrieril | 2020-03-18 | 1 | -1/+1 |
| | |||||
* | Cut release | Nadrieril | 2020-02-21 | 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 |
| | |||||
* | Use Normalized in serde_dhall | Nadrieril | 2020-01-29 | 1 | -11/+11 |
| | |||||
* | release | Nadrieril | 2020-01-16 | 1 | -1/+1 |
| | |||||
* | Deserialize more types | Nadrieril | 2020-01-16 | 1 | -0/+22 |
| | |||||
* | Improve serde_dhall docs greatly | Nadrieril | 2020-01-16 | 1 | -50/+86 |
| | |||||
* | Release new version | Nadrieril | 2019-12-24 | 1 | -1/+1 |
| | |||||
* | Prepare for publishing on crates.io | Nadrieril | 2019-12-21 | 1 | -0/+1 |
| | |||||
* | Seal `Deserialize` trait | Nadrieril | 2019-12-20 | 1 | -2/+7 |
| | | | | Fixes #81 | ||||
* | Move error module to root of crate | Nadrieril | 2019-12-20 | 1 | -2/+2 |
| | |||||
* | Refer to semantics module properly | Nadrieril | 2019-12-15 | 1 | -3/+3 |
| | |||||
* | Reexport dhall_syntax as a module in dhall | Nadrieril | 2019-12-15 | 1 | -1/+1 |
| | |||||
* | 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 | 1 | -2/+2 |
| | | | | For clarity, and consistency with Value | ||||
* | 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 |