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-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
2019-08-16
s/Value/ValueF/
Nadrieril
1
-2
/
+2
2019-08-16
Try to minimize untyped TypedThunks
Nadrieril
1
-9
/
+15
2019-08-16
Remove dead code
Nadrieril
1
-1
/
+2
2019-08-16
Reduce api surface of dhall crate
Nadrieril
1
-8
/
+6
2019-08-13
s/TypeThunk/TypedThunk/g
Nadrieril
1
-3
/
+3
2019-08-13
Rework API to resemble that of serde_json
Nadrieril
1
-91
/
+109
2019-08-13
Merge `Type` and `Value` in serde_dhall
Nadrieril
1
-55
/
+32
2019-08-13
Add new error type for serde_dhall
Nadrieril
1
-8
/
+50
2019-08-13
Move api into its own crate
Nadrieril
1
-9
/
+114
2019-08-10
Remove dhall::expr!() macro
Nadrieril
1
-4
/
+0
2019-05-09
Rewrite Deserialize trait around new Value and Type
Nadrieril
1
-17
/
+63
2019-05-09
Rewrite the StaticType trait and everything around it
Nadrieril
1
-4
/
+81
2019-05-07
Fix derive
Nadrieril
1
-0
/
+2
2019-05-06
Move api-related modules into an api module
Nadrieril
1
-0
/
+38