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
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Introduce Thunks and normalize lazily
Nadrieril
2020-01-30
2
-6
/
+7
|
*
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
|
*
Remove old typecheck module
Nadrieril
2020-01-30
3
-21
/
+5
|
*
Move builtins-related code to its own module
Nadrieril
2020-01-30
2
-544
/
+6
|
*
Move envs to their own files
Nadrieril
2020-01-29
2
-62
/
+3
|
*
Finally get rid of all of the shift/subst_shift !
Nadrieril
2020-01-29
1
-5
/
+3
|
*
Remove dead code
Nadrieril
2020-01-29
2
-629
/
+2
|
*
Fix insufficient normalization
Nadrieril
2020-01-29
1
-3
/
+1
|
*
Use TyExpr in Typed
Nadrieril
2020-01-29
2
-44
/
+27
|
*
Use Normalized in serde_dhall
Nadrieril
2020-01-29
1
-52
/
+74
|
*
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
2
-32
/
+58
|
*
Fix a bunch of bugs and more tck
Nadrieril
2020-01-27
4
-13
/
+31
|
*
More typecheck
Nadrieril
2020-01-25
2
-50
/
+70
|
*
Make most type errors stringy
Nadrieril
2020-01-25
1
-98
/
+53
|
*
Enable comparing Closures for equality
Nadrieril
2020-01-25
1
-4
/
+7
|
*
Typecheck more cases
Nadrieril
2020-01-25
2
-5
/
+19
|
*
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
2
-10
/
+20
|
*
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
|
*
Simplify type error type
Nadrieril
2020-01-21
1
-30
/
+12
|
*
Restore more types in value_to_tyexpr
Nadrieril
2020-01-19
1
-8
/
+15
|
*
Introduce intermediate representation that stores typed expr
Nadrieril
2020-01-18
1
-1
/
+9
|
*
Simplify
Nadrieril
2020-01-17
2
-16
/
+15
|
*
Tweak: handle empty lists in typeck
Nadrieril
2020-01-17
2
-20
/
+14
|
*
Remove Shift/Subst traits
Nadrieril
2020-01-17
3
-15
/
+1
|
*
Use binder ids to reconstruct variables in expr output
Nadrieril
2020-01-17
1
-7
/
+1
|
*
Store corresponding binder id in AlphaVar
Nadrieril
2020-01-17
1
-1
/
+2
|
*
Introduce a notion of binder
Nadrieril
2020-01-17
1
-13
/
+14
|
*
Parameterize ValueKind by its subnodes
Nadrieril
2020-01-17
2
-7
/
+10
|
*
Construct T/Build closures in Expr space
Nadrieril
2020-01-17
2
-58
/
+58
|
*
Tiny clarification
Nadrieril
2020-01-17
1
-13
/
+10
|
*
s/TypecheckContext/TyCtx/
Nadrieril
2020-01-17
1
-14
/
+8
|
*
Ensure normalization respects var names on the nose
Nadrieril
2019-12-24
1
-8
/
+8
|
*
Ensure inferred type is always in normal form
Nadrieril
2019-12-24
2
-2
/
+14
|
*
Ensure the output of type inference matches the spec variable names
Nadrieril
2019-12-24
1
-7
/
+7
|
*
Extend merge to work on Optionals
Nadrieril
2019-12-24
2
-4
/
+36
|
*
Add two new Integer builtins
Nadrieril
2019-12-23
2
-0
/
+14
|
*
Update dhall-lang submodule
Nadrieril
2019-12-22
1
-77
/
+42
|
*
Implement parsing for record completion
Nadrieril
2019-12-22
2
-0
/
+2
|
*
Update dhall-lang submodule
Nadrieril
2019-12-22
1
-1
/
+9
|
*
Move ValueKind into value.rs
Nadrieril
2019-12-20
3
-3
/
+3
|
*
Fix some comments
Nadrieril
2019-12-20
1
-9
/
+2
|
*
s/RawExpr/UnspannedExpr/
Nadrieril
2019-12-20
1
-3
/
+3
|
*
s/ExprF/ExprKind/
Nadrieril
2019-12-20
2
-60
/
+61
|
[next]