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
/
deserialize.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-04-05
Make Deserializer functions the only functions
Nadrieril
1
-1
/
+1
2020-04-05
Rename Deserialize trait to FromDhall
Nadrieril
1
-2
/
+2
2020-03-31
More doc
Nadrieril
1
-8
/
+26
2020-03-31
Hide serde Error internals
Nadrieril
1
-3
/
+3
2020-03-31
Move mod simple into value
Nadrieril
1
-1
/
+1
2020-03-31
Rework SimpleValue
Nadrieril
1
-5
/
+5
2020-03-31
Add a bunch of TODOs
Nadrieril
1
-1
/
+2
2020-03-31
Reorganize API and internals of serde_dhall a bit
Nadrieril
1
-4
/
+17
2020-03-31
Expose simple::Val/Ty properly in the API
Nadrieril
1
-3
/
+3
2020-03-31
Move Value, SimpleValue and SimpleType to serde
Nadrieril
1
-3
/
+3
2020-03-31
Reorganize serde modules
Nadrieril
1
-2
/
+2
2020-03-31
Use dhall::Value more in serde
Nadrieril
1
-2
/
+1
2020-03-31
Rename LitKind to NumKind
Nadrieril
1
-6
/
+6
2020-03-31
Add new Value type in API
Nadrieril
1
-2
/
+2
2020-03-31
Add SimpleValue type to facilitate deserialization
Nadrieril
1
-67
/
+35
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
1
-1
/
+1
2020-01-31
Fix module paths in serde_dhall
Nadrieril
1
-1
/
+1
2020-01-16
Deserialize more types
Nadrieril
1
-18
/
+91
2019-12-20
Seal `Deserialize` trait
Nadrieril
1
-0
/
+2
2019-12-20
s/ExprF/ExprKind/
Nadrieril
1
-2
/
+2
2019-12-15
Refer to semantics module properly
Nadrieril
1
-1
/
+1
2019-12-15
Reexport dhall_syntax as a module in dhall
Nadrieril
1
-1
/
+1
2019-08-28
Rename SubExpr to Expr, and Expr to RawExpr
Nadrieril
1
-2
/
+2
2019-08-27
clippy
Nadrieril
1
-14
/
+18
2019-08-13
No need to track the absence of `Span`s at the type level
Nadrieril
1
-3
/
+6
2019-08-13
Rework API to resemble that of serde_json
Nadrieril
1
-1
/
+2
2019-08-13
Add new error type for serde_dhall
Nadrieril
1
-11
/
+1
2019-08-13
Move api into its own crate
Nadrieril
1
-10
/
+10
2019-05-09
Make visibilities more consistent
Nadrieril
1
-1
/
+1
2019-05-09
Rewrite Deserialize trait around new Value and Type
Nadrieril
1
-7
/
+8
2019-05-06
Move api-related modules into an api module
Nadrieril
1
-0
/
+0
2019-05-06
Reorganize dhall into a phase structure
Nadrieril
1
-1
/
+1
2019-05-04
Revert "Make SubExpr generic in the variable labels type"
Nadrieril
1
-1
/
+1
2019-05-04
Make SubExpr generic in the variable labels type
Nadrieril
1
-1
/
+1
2019-05-04
Rename dhall_core to dhall_syntax
Nadrieril
1
-1
/
+1
2019-05-02
Store Thunk in Normalized
Nadrieril
1
-1
/
+1
2019-04-11
Add basic deserialization support
Nadrieril
1
-4
/
+64
2019-04-10
Add error submodule
Nadrieril
1
-1
/
+1
2019-04-10
Prepare for serde support
Nadrieril
1
-0
/
+9