index
:
dhall_rust
derive-macro
substitutions
working copy forked from https://github.com/Nadrieril/dhall-rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
serde_dhall
/
src
/
lib.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-04-09
Release serde_dhall version 0.5.1
Nadrieril
1
-1
/
+1
2020-04-05
Fix cargo-release substitutions
Nadrieril
1
-1
/
+1
2020-04-05
Final doc tweaks
Nadrieril
1
-2
/
+2
2020-04-05
Rewrite builder with state machine to allow parse::<>
Nadrieril
1
-9
/
+15
2020-04-05
Make Deserializer functions the only functions
Nadrieril
1
-15
/
+10
2020-04-05
Rename Deserialize trait to FromDhall
Nadrieril
1
-1
/
+1
2020-03-31
More doc
Nadrieril
1
-58
/
+44
2020-03-31
Hide serde Error internals
Nadrieril
1
-0
/
+1
2020-03-31
Go mad with doc macros
Nadrieril
1
-1
/
+4
2020-03-31
Move mod simple into value
Nadrieril
1
-4
/
+1
2020-03-31
Hide Value from API
Nadrieril
1
-2
/
+2
2020-03-31
Rework SimpleType
Nadrieril
1
-6
/
+6
2020-03-31
Hide SimpleValue from api
Nadrieril
1
-2
/
+2
2020-03-31
Add a bunch of TODOs
Nadrieril
1
-3
/
+2
2020-03-31
Reorganize API and internals of serde_dhall a bit
Nadrieril
1
-62
/
+18
2020-03-31
Test README code samples using doc_comment
Nadrieril
1
-0
/
+3
2020-03-31
Introduce option builder
Nadrieril
1
-11
/
+5
2020-03-31
Expose simple::Val/Ty properly in the API
Nadrieril
1
-15
/
+16
2020-03-31
Move Value, SimpleValue and SimpleType to serde
Nadrieril
1
-4
/
+5
2020-03-31
Reorganize serde modules
Nadrieril
1
-201
/
+63
2020-03-31
Use dhall::Value more in serde
Nadrieril
1
-33
/
+32
2020-03-31
Remove Normalized and friends from public API
Nadrieril
1
-1
/
+1
2020-03-31
Add new Value type in API
Nadrieril
1
-25
/
+22
2020-03-31
Add SimpleType to mirror SimpleValue
Nadrieril
1
-30
/
+31
2020-03-31
Split serde_dhall::Value to separate values from types
Nadrieril
1
-24
/
+62
2020-03-31
Add SimpleValue type to facilitate deserialization
Nadrieril
1
-6
/
+11
2020-03-18
Cut release
Nadrieril
1
-1
/
+1
2020-02-21
Cut release
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-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
1
-0
/
+22
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
1
-2
/
+7
2019-12-20
Move error module to root of crate
Nadrieril
1
-2
/
+2
2019-12-15
Refer to semantics module properly
Nadrieril
1
-3
/
+3
2019-12-15
Reexport dhall_syntax as a module in dhall
Nadrieril
1
-1
/
+1
2019-11-11
Update rust toolchain
Nadrieril
1
-2
/
+0
2019-08-30
Cleanup conversion of `Value` to `Expr`
Nadrieril
1
-1
/
+1
2019-08-28
Rename SubExpr to Expr, and Expr to RawExpr
Nadrieril
1
-2
/
+2
2019-08-20
Move type construction fns from serde_dhall to dhall
Nadrieril
1
-26
/
+6
2019-08-20
Introduce a new enum to store either a Value or a ValueF
Nadrieril
1
-2
/
+6
2019-08-20
Naming tweaks
Nadrieril
1
-4
/
+2
2019-08-19
Merge TypedValue and Value
Nadrieril
1
-18
/
+13
2019-08-19
Reduce untyped construction of Values
Nadrieril
1
-7
/
+2
2019-08-19
Use TypedValue instead of Typed in normalize and typecheck
Nadrieril
1
-5
/
+5
2019-08-17
s/Thunk/Value/
Nadrieril
1
-8
/
+9
[next]