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
/
expr.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-04-16
Avoid some work duplication in typechecking
Nadrieril
1
-3
/
+0
2019-04-13
Document all of the API
Nadrieril
1
-2
/
+11
2019-04-12
Restrict public API to its most minimal expression
Nadrieril
1
-4
/
+8
2019-04-12
Capture `Span`s in the AST and thread them through Parsed and Resolved
Nadrieril
1
-6
/
+2
2019-04-11
Thread lifetimes through other newtypes
Nadrieril
1
-44
/
+36
2019-04-11
Add lifetime parameters to Parsed and Resolved
Nadrieril
1
-4
/
+31
2019-04-11
Respect import boundaries
Nadrieril
1
-6
/
+14
2019-04-11
Improve simple type handling in typecheck
Nadrieril
1
-0
/
+5
2019-04-11
Abstract get_type() into a trait
Nadrieril
1
-0
/
+22
2019-04-11
Handle untyped case differently from the type of Sort
Nadrieril
1
-3
/
+4
2019-04-10
Add SimpleType and SimpeStaticType. Derive the latter
Nadrieril
1
-0
/
+21
2019-04-07
Restrict public API
Nadrieril
1
-18
/
+30
2019-04-07
Universe hierarchy is overkill
Nadrieril
1
-4
/
+4
2019-04-07
Put a Cow in Type
Nadrieril
1
-3
/
+3
2019-04-06
Store the whole type hierarchy in a Type
Nadrieril
1
-9
/
+8
2019-04-06
Start taking Typed seriously
Nadrieril
1
-1
/
+1
2019-04-06
Thread Typed through type_with
Nadrieril
1
-25
/
+9
2019-04-06
Move binary decoding to new API
Nadrieril
1
-8
/
+14
2019-04-06
Massage import loading into new API
Nadrieril
1
-10
/
+20
2019-04-06
Define some newtypes for Expr
Nadrieril
1
-0
/
+35