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
/
semantics
/
phase
/
normalize.rs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move normalize under nze
Nadrieril
2020-01-30
1
-507
/
+0
*
Introduce Thunks and normalize lazily
Nadrieril
2020-01-30
1
-5
/
+6
*
s/as_whnf/kind/
Nadrieril
2020-01-30
1
-13
/
+13
*
Encapsulate partially applied builtin in a separate struct
Nadrieril
2020-01-30
1
-20
/
+11
*
Move builtins-related code to its own module
Nadrieril
2020-01-30
1
-367
/
+6
*
Move envs to their own files
Nadrieril
2020-01-29
1
-60
/
+2
*
Finally get rid of all of the shift/subst_shift !
Nadrieril
2020-01-29
1
-5
/
+3
*
Remove dead code
Nadrieril
2020-01-29
1
-7
/
+0
*
Fix more bugs
Nadrieril
2020-01-29
1
-28
/
+4
*
Implement assert & merge and fix more bugs
Nadrieril
2020-01-28
1
-3
/
+17
*
Thread env through nztion to fix Foo/build closures
Nadrieril
2020-01-28
1
-25
/
+45
*
Fix a bunch of bugs and more tck
Nadrieril
2020-01-27
1
-1
/
+4
*
More typecheck
Nadrieril
2020-01-25
1
-2
/
+17
*
Enable comparing Closures for equality
Nadrieril
2020-01-25
1
-4
/
+7
*
Typecheck more cases
Nadrieril
2020-01-25
1
-3
/
+10
*
Implement basic typecheck with new approach
Nadrieril
2020-01-24
1
-0
/
+1
*
Fix some variable shifting failures
Nadrieril
2020-01-24
1
-5
/
+19
*
Normalize more expressions
Nadrieril
2020-01-24
1
-8
/
+5
*
Restore all types in Value::to_tyexpr
Nadrieril
2020-01-24
1
-5
/
+13
*
Reuse normalize_one_layer in new eval flow
Nadrieril
2020-01-24
1
-27
/
+41
*
Implement basic env-based normalization for Value-based TyExpr
Nadrieril
2020-01-23
1
-1
/
+84
*
Restore more types in value_to_tyexpr
Nadrieril
2020-01-19
1
-8
/
+15
*
Simplify
Nadrieril
2020-01-17
1
-5
/
+4
*
Tweak: handle empty lists in typeck
Nadrieril
2020-01-17
1
-16
/
+4
*
Remove Shift/Subst traits
Nadrieril
2020-01-17
1
-1
/
+0
*
Parameterize ValueKind by its subnodes
Nadrieril
2020-01-17
1
-6
/
+9
*
Construct T/Build closures in Expr space
Nadrieril
2020-01-17
1
-56
/
+57
*
Ensure normalization respects var names on the nose
Nadrieril
2019-12-24
1
-8
/
+8
*
Extend merge to work on Optionals
Nadrieril
2019-12-24
1
-2
/
+22
*
Add two new Integer builtins
Nadrieril
2019-12-23
1
-0
/
+11
*
Update dhall-lang submodule
Nadrieril
2019-12-22
1
-77
/
+42
*
Implement parsing for record completion
Nadrieril
2019-12-22
1
-0
/
+1
*
Move ValueKind into value.rs
Nadrieril
2019-12-20
1
-1
/
+1
*
s/ExprF/ExprKind/
Nadrieril
2019-12-20
1
-38
/
+38
*
Rename ValueF to ValueKind
Nadrieril
2019-12-19
1
-108
/
+108
*
Refer to semantics module properly
Nadrieril
2019-12-15
1
-4
/
+4
*
Avoid mention of `crate::` outside of top-level imports
Nadrieril
2019-12-15
1
-9
/
+9
*
Move contents of dhall under a semantics submodule
Nadrieril
2019-12-15
1
-0
/
+794