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
/
nze
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-01-30
Encapsulate partially applied builtin in a separate struct
Nadrieril
1
-8
/
+0
2020-01-30
No need for the current env to tck Foo/build closures
Nadrieril
1
-9
/
+2
2020-01-29
Cleanup variable handling
Nadrieril
1
-1
/
+1
2020-01-29
Move envs to their own files
Nadrieril
3
-118
/
+89
2020-01-29
Finally get rid of all of the shift/subst_shift !
Nadrieril
1
-3
/
+0
2020-01-29
s/QuoteEnv/VarEnv/
Nadrieril
1
-7
/
+6
2020-01-29
Use NameEnv in tyexpr_to_expr
Nadrieril
1
-17
/
+14
2020-01-29
Remove dead code
Nadrieril
1
-396
/
+15
2020-01-28
Thread env through nztion to fix Foo/build closures
Nadrieril
1
-0
/
+5
2020-01-28
Fix all sorts of variable shenanigans
Nadrieril
1
-8
/
+26
2020-01-27
Fix a bunch of bugs and more tck
Nadrieril
1
-7
/
+17
2020-01-24
Fix some variable shifting failures
Nadrieril
1
-0
/
+8
2020-01-23
Implement basic env-based normalization for Value-based TyExpr
Nadrieril
1
-0
/
+2
2020-01-21
Prepare Value for reverse variables
Nadrieril
2
-2
/
+14
2020-01-20
Split TyEnv into two envs
Nadrieril
1
-102
/
+152
2020-01-20
Reimplement basic tck/nze with proper environments
Nadrieril
2
-0
/
+401