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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-01-30
Move main API to lib.rs
Nadrieril
8
-250
/
+8
2020-01-30
Move normalize under nze
Nadrieril
6
-6
/
+5
2020-01-30
Move Value-related stuff under semantics::nze
Nadrieril
7
-11
/
+7
2020-01-30
Introduce Thunks and normalize lazily
Nadrieril
7
-45
/
+95
2020-01-30
Remove NF marker; it was premature optimization
Nadrieril
1
-22
/
+11
2020-01-30
Increase encapsulation for Closures
Nadrieril
2
-12
/
+32
2020-01-30
Make unnormalized Values unobservable
Nadrieril
2
-10
/
+3
2020-01-30
s/as_whnf/kind/
Nadrieril
4
-55
/
+53
2020-01-30
Tweak
Nadrieril
1
-9
/
+4
2020-01-30
Remove use of take_mut
Nadrieril
1
-25
/
+22
2020-01-30
Encapsulate partially applied builtin in a separate struct
Nadrieril
6
-74
/
+120
2020-01-30
Remove debug output in type errors
Nadrieril
1
-12
/
+3
2020-01-30
No need for the current env to tck Foo/build closures
Nadrieril
3
-27
/
+3
2020-01-30
Clean imports
Nadrieril
1
-7
/
+8
2020-01-30
Actually, no need for keeping extra args in apply_builtin
Nadrieril
1
-25
/
+10
2020-01-30
Remove old typecheck module
Nadrieril
3
-21
/
+5
2020-01-30
Move builtins-related code to its own module
Nadrieril
8
-568
/
+553
2020-01-29
Cleanup variable handling
Nadrieril
6
-50
/
+32
2020-01-29
Move envs to their own files
Nadrieril
11
-241
/
+239
2020-01-29
Finally get rid of all of the shift/subst_shift !
Nadrieril
4
-90
/
+3
2020-01-29
s/QuoteEnv/VarEnv/
Nadrieril
3
-43
/
+40
2020-01-29
Use NameEnv in tyexpr_to_expr
Nadrieril
2
-35
/
+23
2020-01-29
Remove dead code
Nadrieril
8
-1187
/
+25
2020-01-29
Fix insufficient normalization
Nadrieril
3
-10
/
+16
2020-01-29
Use TyExpr in Typed
Nadrieril
4
-51
/
+36
2020-01-29
Use Normalized in serde_dhall
Nadrieril
1
-52
/
+74
2020-01-29
Fix more bugs
Nadrieril
2
-61
/
+40
2020-01-28
Implement assert & merge and fix more bugs
Nadrieril
3
-104
/
+171
2020-01-28
Thread env through nztion to fix Foo/build closures
Nadrieril
6
-44
/
+95
2020-01-28
Fix all sorts of variable shenanigans
Nadrieril
3
-117
/
+50
2020-01-27
Start rewriting value comparison
Nadrieril
1
-0
/
+107
2020-01-27
Fix a bunch of bugs and more tck
Nadrieril
8
-50
/
+100
2020-01-25
Moar typecheck
Nadrieril
1
-145
/
+342
2020-01-25
More typecheck
Nadrieril
3
-58
/
+301
2020-01-25
Make most type errors stringy
Nadrieril
1
-98
/
+53
2020-01-25
Enable comparing Closures for equality
Nadrieril
3
-14
/
+20
2020-01-25
Typecheck more cases
Nadrieril
3
-58
/
+153
2020-01-24
Implement basic typecheck with new approach
Nadrieril
3
-3
/
+150
2020-01-24
Fix some variable shifting failures
Nadrieril
4
-14
/
+53
2020-01-24
Disable runtime type checks
Nadrieril
1
-6
/
+7
2020-01-24
Normalize more expressions
Nadrieril
2
-9
/
+10
2020-01-24
Restore all types in Value::to_tyexpr
Nadrieril
4
-64
/
+101
2020-01-24
Reuse normalize_one_layer in new eval flow
Nadrieril
1
-27
/
+41
2020-01-23
Implement basic env-based normalization for Value-based TyExpr
Nadrieril
5
-109
/
+271
2020-01-21
Prepare Value for reverse variables
Nadrieril
5
-19
/
+49
2020-01-21
Simplify type error type
Nadrieril
3
-34
/
+14
2020-01-20
Split TyEnv into two envs
Nadrieril
1
-102
/
+152
2020-01-20
Reimplement basic tck/nze with proper environments
Nadrieril
5
-7
/
+414
2020-01-19
Restore more types in value_to_tyexpr
Nadrieril
5
-37
/
+93
2020-01-18
fixup! Introduce intermediate representation that stores typed expr
Nadrieril
1
-65
/
+62
[prev]
[next]