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
/
tests
/
traits.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-08-13
Rework API to resemble that of serde_json
Nadrieril
1
-4
/
+4
2019-08-13
Merge `Type` and `Value` in serde_dhall
Nadrieril
1
-2
/
+2
2019-08-13
Move api into its own crate
Nadrieril
1
-3
/
+3
2019-08-10
Remove dhall::expr!() macro
Nadrieril
1
-19
/
+11
2019-05-09
Rewrite the StaticType trait and everything around it
Nadrieril
1
-35
/
+32
2019-05-07
Fix derive
Nadrieril
1
-1
/
+1
2019-05-04
Revert "Make SubExpr generic in the variable labels type"
Nadrieril
1
-2
/
+2
2019-05-04
Make SubExpr generic in the variable labels type
Nadrieril
1
-2
/
+2
2019-05-04
Remove dummy lifetimes
Nadrieril
1
-1
/
+1
2019-05-04
rustfmt
Nadrieril
1
-1
/
+1
2019-05-04
Rename dhall_generator to dhall_proc_macros
Nadrieril
1
-8
/
+8
2019-05-04
Rename dhall_core to dhall_syntax
Nadrieril
1
-1
/
+1
2019-04-18
Remove obsolete dhall_expr!() macro
Nadrieril
1
-8
/
+16
2019-04-14
Namespace deserialization functions in a `de` submodule
Nadrieril
1
-3
/
+3
2019-04-11
Thread lifetimes through other newtypes
Nadrieril
1
-1
/
+1
2019-04-10
Add SimpleType and SimpeStaticType. Derive the latter
Nadrieril
1
-18
/
+36
2019-04-06
Rename some modules
Nadrieril
1
-0
/
+0
2019-04-06
s/Type/StaticType/
Nadrieril
1
-7
/
+7
2019-03-31
rustfmt
Nadrieril
1
-4
/
+1
2019-03-31
Remove some redundant namespacing
Nadrieril
1
-16
/
+16
2019-03-26
Derive DhallType for anonymous structs and enums
Nadrieril
1
-0
/
+24
2019-03-26
Derive DhallType for structs
Nadrieril
1
-10
/
+27
2019-03-24
Lay groundwork for DhallType deriving
Nadrieril
1
-0
/
+15