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
/
value.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-04-10
Deserialize `Prelude.Map` and `toMap` to a map instead of a list
Nadrieril
1
-5
/
+53
2020-04-06
Move BinOp and Builtin definitions in the relevant module
Nadrieril
1
-1
/
+2
2020-04-06
Extract operation-related code to a new module
Nadrieril
1
-1
/
+2
2020-04-06
Split off operations from main expr enum
Nadrieril
1
-6
/
+7
2020-04-05
Fix clippy warnings
Nadrieril
1
-2
/
+2
2020-04-05
Final doc tweaks
Nadrieril
1
-23
/
+22
2020-04-05
Make Deserializer functions the only functions
Nadrieril
1
-3
/
+3
2020-04-05
Document Deserializer methods
Nadrieril
1
-1
/
+1
2020-04-05
Rename Deserialize trait to FromDhall
Nadrieril
1
-4
/
+4
2020-03-31
Hide serde Error internals
Nadrieril
1
-5
/
+5
2020-03-31
Document more
Nadrieril
1
-3
/
+7
2020-03-31
Move mod simple into value
Nadrieril
1
-15
/
+237
2020-03-31
Hide Value from API
Nadrieril
1
-3
/
+3
2020-03-31
Rework SimpleValue
Nadrieril
1
-1
/
+1
2020-03-31
Rework SimpleType
Nadrieril
1
-1
/
+1
2020-03-31
Hide SimpleValue from api
Nadrieril
1
-2
/
+1
2020-03-31
Add a bunch of TODOs
Nadrieril
1
-0
/
+3
2020-03-31
Reorganize API and internals of serde_dhall a bit
Nadrieril
1
-1
/
+1
2020-03-31
Introduce option builder
Nadrieril
1
-22
/
+10
2020-03-31
Expose simple::Val/Ty properly in the API
Nadrieril
1
-14
/
+13
2020-03-31
Move Value, SimpleValue and SimpleType to serde
Nadrieril
1
-0
/
+73