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
/
dhall
/
src
/
traits
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-04-23
Avoid duplicating work when matching on Pi types
Nadrieril
2
-1
/
+2
2019-04-22
Temporarily simplify functions depending on TypeInternal
Nadrieril
1
-9
/
+12
2019-04-21
Factor out context handling
Nadrieril
1
-5
/
+6
2019-04-18
Remove obsolete dhall_expr!() macro
Nadrieril
1
-14
/
+14
2019-04-18
Remove more duplication
Nadrieril
1
-1
/
+1
2019-04-16
Remove higher-kinded type noise in Type
Nadrieril
1
-4
/
+4
2019-04-16
Naming tweaks
Nadrieril
1
-2
/
+2
2019-04-14
Namespace deserialization functions in a `de` submodule
Nadrieril
1
-1
/
+1
2019-04-13
Document all of the API
Nadrieril
2
-7
/
+33
2019-04-11
Thread lifetimes through other newtypes
Nadrieril
3
-36
/
+37
2019-04-11
Add lifetime parameters to Parsed and Resolved
Nadrieril
1
-4
/
+4
2019-04-11
Remove type parameter from TypeError
Nadrieril
1
-6
/
+6
2019-04-11
Respect import boundaries
Nadrieril
1
-1
/
+1
2019-04-11
Abstract get_type() into a trait
Nadrieril
2
-0
/
+58
2019-04-11
Handle untyped case differently from the type of Sort
Nadrieril
1
-1
/
+1
2019-04-11
Add basic deserialization support
Nadrieril
2
-1
/
+25
2019-04-10
Allow providing type for typechecking in API
Nadrieril
1
-2
/
+5
2019-04-10
Cleanup error handling
Nadrieril
1
-3
/
+3
2019-04-10
Split traits module into submodules
Nadrieril
3
-0
/
+151