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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-01-30
Move parse and resolve up a level
Nadrieril
3
-220
/
+0
2020-01-30
Move main API to lib.rs
Nadrieril
3
-244
/
+2
2020-01-30
Move normalize under nze
Nadrieril
2
-508
/
+0
2020-01-30
Introduce Thunks and normalize lazily
Nadrieril
2
-6
/
+7
2020-01-30
s/as_whnf/kind/
Nadrieril
1
-13
/
+13
2020-01-30
Encapsulate partially applied builtin in a separate struct
Nadrieril
1
-20
/
+11
2020-01-30
Remove old typecheck module
Nadrieril
3
-21
/
+5
2020-01-30
Move builtins-related code to its own module
Nadrieril
2
-544
/
+6
2020-01-29
Move envs to their own files
Nadrieril
2
-62
/
+3
2020-01-29
Finally get rid of all of the shift/subst_shift !
Nadrieril
1
-5
/
+3
2020-01-29
Remove dead code
Nadrieril
2
-629
/
+2
2020-01-29
Fix insufficient normalization
Nadrieril
1
-3
/
+1
2020-01-29
Use TyExpr in Typed
Nadrieril
2
-44
/
+27
2020-01-29
Use Normalized in serde_dhall
Nadrieril
1
-52
/
+74
2020-01-29
Fix more bugs
Nadrieril
1
-28
/
+4
2020-01-28
Implement assert & merge and fix more bugs
Nadrieril
1
-3
/
+17
2020-01-28
Thread env through nztion to fix Foo/build closures
Nadrieril
2
-32
/
+58
2020-01-27
Fix a bunch of bugs and more tck
Nadrieril
4
-13
/
+31
2020-01-25
More typecheck
Nadrieril
2
-50
/
+70
2020-01-25
Make most type errors stringy
Nadrieril
1
-98
/
+53
2020-01-25
Enable comparing Closures for equality
Nadrieril
1
-4
/
+7
2020-01-25
Typecheck more cases
Nadrieril
2
-5
/
+19
2020-01-24
Implement basic typecheck with new approach
Nadrieril
1
-0
/
+1
2020-01-24
Fix some variable shifting failures
Nadrieril
1
-5
/
+19
2020-01-24
Normalize more expressions
Nadrieril
1
-8
/
+5
2020-01-24
Restore all types in Value::to_tyexpr
Nadrieril
2
-10
/
+20
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
1
-1
/
+84
2020-01-21
Simplify type error type
Nadrieril
1
-30
/
+12
2020-01-19
Restore more types in value_to_tyexpr
Nadrieril
1
-8
/
+15
2020-01-18
Introduce intermediate representation that stores typed expr
Nadrieril
1
-1
/
+9
2020-01-17
Simplify
Nadrieril
2
-16
/
+15
2020-01-17
Tweak: handle empty lists in typeck
Nadrieril
2
-20
/
+14
2020-01-17
Remove Shift/Subst traits
Nadrieril
3
-15
/
+1
2020-01-17
Use binder ids to reconstruct variables in expr output
Nadrieril
1
-7
/
+1
2020-01-17
Store corresponding binder id in AlphaVar
Nadrieril
1
-1
/
+2
2020-01-17
Introduce a notion of binder
Nadrieril
1
-13
/
+14
2020-01-17
Parameterize ValueKind by its subnodes
Nadrieril
2
-7
/
+10
2020-01-17
Construct T/Build closures in Expr space
Nadrieril
2
-58
/
+58
2020-01-17
Tiny clarification
Nadrieril
1
-13
/
+10
2020-01-17
s/TypecheckContext/TyCtx/
Nadrieril
1
-14
/
+8
2019-12-24
Ensure normalization respects var names on the nose
Nadrieril
1
-8
/
+8
2019-12-24
Ensure inferred type is always in normal form
Nadrieril
2
-2
/
+14
2019-12-24
Ensure the output of type inference matches the spec variable names
Nadrieril
1
-7
/
+7
2019-12-24
Extend merge to work on Optionals
Nadrieril
2
-4
/
+36
2019-12-23
Add two new Integer builtins
Nadrieril
2
-0
/
+14
2019-12-22
Update dhall-lang submodule
Nadrieril
1
-77
/
+42
2019-12-22
Implement parsing for record completion
Nadrieril
2
-0
/
+2
2019-12-22
Update dhall-lang submodule
Nadrieril
1
-1
/
+9
2019-12-20
Move ValueKind into value.rs
Nadrieril
3
-3
/
+3
[next]