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
/
tck
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Avoid unnecessary allocations of `Value`s
Nadrieril
2020-01-30
2
-3
/
+4
|
*
Move main API to lib.rs
Nadrieril
2020-01-30
2
-3
/
+3
|
*
Move normalize under nze
Nadrieril
2020-01-30
2
-2
/
+2
|
*
Introduce Thunks and normalize lazily
Nadrieril
2020-01-30
2
-25
/
+28
|
*
Increase encapsulation for Closures
Nadrieril
2020-01-30
1
-5
/
+5
|
*
Make unnormalized Values unobservable
Nadrieril
2020-01-30
1
-3
/
+1
|
*
s/as_whnf/kind/
Nadrieril
2020-01-30
1
-17
/
+15
|
*
Encapsulate partially applied builtin in a separate struct
Nadrieril
2020-01-30
1
-11
/
+15
|
*
Remove debug output in type errors
Nadrieril
2020-01-30
1
-12
/
+3
|
*
No need for the current env to tck Foo/build closures
Nadrieril
2020-01-30
1
-13
/
+0
|
*
Move builtins-related code to its own module
Nadrieril
2020-01-30
3
-15
/
+12
|
*
Cleanup variable handling
Nadrieril
2020-01-29
2
-11
/
+25
|
*
Move envs to their own files
Nadrieril
2020-01-29
4
-59
/
+144
|
*
s/QuoteEnv/VarEnv/
Nadrieril
2020-01-29
1
-18
/
+16
|
*
Use NameEnv in tyexpr_to_expr
Nadrieril
2020-01-29
1
-18
/
+9
|
*
Remove dead code
Nadrieril
2020-01-29
2
-27
/
+8
|
*
Fix insufficient normalization
Nadrieril
2020-01-29
2
-7
/
+15
|
*
Use TyExpr in Typed
Nadrieril
2020-01-29
1
-1
/
+8
|
*
Fix more bugs
Nadrieril
2020-01-29
1
-33
/
+36
|
*
Implement assert & merge and fix more bugs
Nadrieril
2020-01-28
1
-90
/
+118
|
*
Thread env through nztion to fix Foo/build closures
Nadrieril
2020-01-28
1
-3
/
+11
|
*
Fix all sorts of variable shenanigans
Nadrieril
2020-01-28
1
-1
/
+14
|
*
Fix a bunch of bugs and more tck
Nadrieril
2020-01-27
2
-29
/
+45
|
*
Moar typecheck
Nadrieril
2020-01-25
1
-145
/
+342
|
*
More typecheck
Nadrieril
2020-01-25
1
-8
/
+231
|
*
Enable comparing Closures for equality
Nadrieril
2020-01-25
1
-1
/
+2
|
*
Typecheck more cases
Nadrieril
2020-01-25
1
-53
/
+134
|
*
Implement basic typecheck with new approach
Nadrieril
2020-01-24
1
-0
/
+147
|
*
Implement basic env-based normalization for Value-based TyExpr
Nadrieril
2020-01-23
1
-0
/
+8
|
*
Simplify type error type
Nadrieril
2020-01-21
1
-2
/
+1
|
*
Reimplement basic tck/nze with proper environments
Nadrieril
2020-01-20
1
-7
/
+9
|
|
|
|
Inspired from dhall_haskell
*
Restore more types in value_to_tyexpr
Nadrieril
2020-01-19
2
-1
/
+15
|
*
Add Expr visitor and improve tyexpr_to_expr
Nadrieril
2020-01-18
1
-10
/
+12
|
*
Introduce intermediate representation that stores typed expr
Nadrieril
2020-01-18
2
-0
/
+85