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