Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2020-04-05 | Fix cargo-release substitutions | Nadrieril | 1 | -1/+1 |
2020-04-05 | Doc tweaks | Nadrieril | 1 | -0/+4 |
2020-04-05 | Fix clippy warnings | Nadrieril | 2 | -6/+4 |
2020-04-05 | Final doc tweaks | Nadrieril | 4 | -58/+59 |
2020-04-05 | Tweaks | Nadrieril | 1 | -10/+13 |
2020-04-05 | Borrow type annotation | Nadrieril | 1 | -10/+8 |
2020-04-05 | Rewrite builder with state machine to allow parse::<> | Nadrieril | 2 | -95/+132 |
2020-04-05 | Make Deserializer functions the only functions | Nadrieril | 6 | -308/+30 |
2020-04-05 | Document Deserializer methods | Nadrieril | 2 | -17/+198 |
2020-04-05 | Rename Deserialize trait to FromDhall | Nadrieril | 5 | -11/+11 |
2020-04-05 | Rename Options to Deserializer | Nadrieril | 1 | -13/+21 |
2020-03-31 | More doc | Nadrieril | 4 | -74/+128 |
2020-03-31 | Hide serde Error internals | Nadrieril | 5 | -18/+27 |
2020-03-31 | Go mad with doc macros | Nadrieril | 2 | -105/+266 |
2020-03-31 | Document more | Nadrieril | 3 | -26/+58 |
2020-03-31 | Move mod simple into value | Nadrieril | 5 | -245/+240 |
2020-03-31 | Hide Value from API | Nadrieril | 2 | -5/+5 |
2020-03-31 | Rework SimpleValue | Nadrieril | 3 | -50/+35 |
2020-03-31 | Rework SimpleType | Nadrieril | 6 | -82/+118 |
2020-03-31 | Hide SimpleValue from api | Nadrieril | 3 | -9/+6 |
2020-03-31 | Add a bunch of TODOs | Nadrieril | 8 | -4/+25 |
2020-03-31 | Reorganize API and internals of serde_dhall a bit | Nadrieril | 5 | -68/+137 |
2020-03-31 | Test README code samples using doc_comment | Nadrieril | 1 | -0/+3 |
2020-03-31 | Introduce option builder | Nadrieril | 3 | -33/+153 |
2020-03-31 | Expose simple::Val/Ty properly in the API | Nadrieril | 5 | -160/+120 |
2020-03-31 | Move Value, SimpleValue and SimpleType to serde | Nadrieril | 5 | -18/+253 |
2020-03-31 | Reorganize serde modules | Nadrieril | 4 | -203/+176 |
2020-03-31 | Use dhall::Value more in serde | Nadrieril | 2 | -35/+33 |
2020-03-31 | Rename LitKind to NumKind | Nadrieril | 1 | -6/+6 |
2020-03-31 | Remove Normalized and friends from public API | Nadrieril | 1 | -1/+1 |
2020-03-31 | Add new Value type in API | Nadrieril | 2 | -27/+24 |
2020-03-31 | Add SimpleType to mirror SimpleValue | Nadrieril | 2 | -34/+35 |
2020-03-31 | Split serde_dhall::Value to separate values from types | Nadrieril | 2 | -37/+75 |
2020-03-31 | Add SimpleValue type to facilitate deserialization | Nadrieril | 2 | -73/+46 |
2020-03-18 | Cut release | Nadrieril | 1 | -1/+1 |
2020-02-21 | Cut release | Nadrieril | 1 | -1/+1 |
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 | 2 | -2/+2 |
2020-01-31 | Fix module paths in serde_dhall | Nadrieril | 2 | -2/+2 |
2020-01-29 | Use Normalized in serde_dhall | Nadrieril | 1 | -11/+11 |
2020-01-16 | release | Nadrieril | 1 | -1/+1 |
2020-01-16 | Deserialize more types | Nadrieril | 3 | -21/+121 |
2020-01-16 | Improve serde_dhall docs greatly | Nadrieril | 1 | -50/+86 |
2019-12-24 | Release new version | Nadrieril | 1 | -1/+1 |
2019-12-21 | Prepare for publishing on crates.io | Nadrieril | 1 | -0/+1 |
2019-12-20 | Seal `Deserialize` trait | Nadrieril | 2 | -2/+9 |
2019-12-20 | s/ExprF/ExprKind/ | Nadrieril | 1 | -2/+2 |
2019-12-20 | Move error module to root of crate | Nadrieril | 1 | -2/+2 |