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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Instead of possibly nonexistent Type, treat Sort specially
Nadrieril
2019-05-02
1
-29
/
+129
*
Store Thunk in Normalized
Nadrieril
2019-05-02
1
-13
/
+25
*
Merge Typed and PartiallyNormalized
Nadrieril
2019-04-30
1
-7
/
+0
*
Store a Thunk in Typed
Nadrieril
2019-04-30
1
-13
/
+5
*
Remove NF/WHNF distinction at runtime
Nadrieril
2019-04-29
1
-1
/
+1
*
Allow representing normal form as a semantic value
Nadrieril
2019-04-29
1
-1
/
+1
*
Use PartiallyNormalized throughout typechecking
Nadrieril
2019-04-28
1
-3
/
+0
*
Builtins
Nadrieril
2019-04-27
1
-15
/
+0
*
Define new intermediate expression type
Nadrieril
2019-04-27
1
-0
/
+7
*
Silence warnings
Nadrieril
2019-04-23
1
-0
/
+3
*
Avoid duplicating work when matching on Pi types
Nadrieril
2019-04-23
1
-1
/
+10
*
Temporarily simplify functions depending on TypeInternal
Nadrieril
2019-04-22
1
-6
/
+9
*
Store context in Typed
Nadrieril
2019-04-22
1
-6
/
+14
*
Embrace TypeInternal as a semantic value
Nadrieril
2019-04-21
1
-0
/
+9
*
Move TypeInternal to typecheck
Nadrieril
2019-04-20
1
-14
/
+2
*
Make App() only store one argument
Nadrieril
2019-04-19
1
-3
/
+0
*
Remove more duplication
Nadrieril
2019-04-18
1
-1
/
+1
*
Remove one more instance of duplicate typechecking
Nadrieril
2019-04-16
1
-0
/
+15
*
Remove higher-kinded type noise in Type
Nadrieril
2019-04-16
1
-1
/
+8
*
Avoid some work duplication in typechecking
Nadrieril
2019-04-16
1
-3
/
+0
*
Document all of the API
Nadrieril
2019-04-13
1
-2
/
+11
*
Restrict public API to its most minimal expression
Nadrieril
2019-04-12
1
-4
/
+8
*
Capture `Span`s in the AST and thread them through Parsed and Resolved
Nadrieril
2019-04-12
1
-6
/
+2
*
Thread lifetimes through other newtypes
Nadrieril
2019-04-11
1
-44
/
+36
*
Add lifetime parameters to Parsed and Resolved
Nadrieril
2019-04-11
1
-4
/
+31
*
Respect import boundaries
Nadrieril
2019-04-11
1
-6
/
+14
*
Improve simple type handling in typecheck
Nadrieril
2019-04-11
1
-0
/
+5
*
Abstract get_type() into a trait
Nadrieril
2019-04-11
1
-0
/
+22
*
Handle untyped case differently from the type of Sort
Nadrieril
2019-04-11
1
-3
/
+4
*
Add SimpleType and SimpeStaticType. Derive the latter
Nadrieril
2019-04-10
1
-0
/
+21
*
Restrict public API
Nadrieril
2019-04-07
1
-18
/
+30
*
Universe hierarchy is overkill
Nadrieril
2019-04-07
1
-4
/
+4
*
Put a Cow in Type
Nadrieril
2019-04-07
1
-3
/
+3
*
Store the whole type hierarchy in a Type
Nadrieril
2019-04-06
1
-9
/
+8
*
Start taking Typed seriously
Nadrieril
2019-04-06
1
-1
/
+1
*
Thread Typed through type_with
Nadrieril
2019-04-06
1
-25
/
+9
*
Move binary decoding to new API
Nadrieril
2019-04-06
1
-8
/
+14
*
Massage import loading into new API
Nadrieril
2019-04-06
1
-10
/
+20
*
Define some newtypes for Expr
Nadrieril
2019-04-06
1
-0
/
+35