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-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
2020-01-18
Add Expr visitor and improve tyexpr_to_expr
Nadrieril
1
-10
/
+12
2020-01-18
Introduce intermediate representation that stores typed expr
Nadrieril
7
-128
/
+176
2020-01-17
Simplify
Nadrieril
5
-56
/
+34
2020-01-17
Replace all bulk shifting by a single shift
Nadrieril
3
-72
/
+8
2020-01-17
Use alpha variables everywhere
Nadrieril
3
-27
/
+34
2020-01-17
Implement bulk shifting
Nadrieril
4
-63
/
+134
2020-01-17
Tweak: handle empty lists in typeck
Nadrieril
2
-20
/
+14
2020-01-17
Simplify a bit
Nadrieril
3
-33
/
+42
2020-01-17
Remove Shift/Subst traits
Nadrieril
6
-227
/
+115
2020-01-17
Simplify Shift and Subst instances
Nadrieril
2
-270
/
+39
2020-01-17
Remove binder ids
Nadrieril
4
-156
/
+19
2020-01-17
Use binder ids to reconstruct variables in expr output
Nadrieril
5
-40
/
+75
2020-01-17
Simplify Value::to_expr
Nadrieril
2
-78
/
+52
2020-01-17
Use binder ids for Value equality
Nadrieril
2
-8
/
+74
2020-01-17
Store corresponding binder id in AlphaVar
Nadrieril
2
-11
/
+16
2020-01-17
Assign a unique id to each binder
Nadrieril
2
-5
/
+25
2020-01-17
Introduce a notion of binder
Nadrieril
5
-46
/
+56
2020-01-17
Implement traverse_ref for ValueKind
Nadrieril
4
-0
/
+166
2020-01-17
Parameterize ValueKind by its subnodes
Nadrieril
4
-23
/
+29
2020-01-17
Revert "Implement PartialEq manually for ValueKind"
Nadrieril
1
-64
/
+1
2020-01-17
Implement PartialEq manually for ValueKind
Nadrieril
1
-1
/
+64
2020-01-17
Construct T/Build closures in Expr space
Nadrieril
3
-64
/
+58
2020-01-17
Tiny clarification
Nadrieril
1
-13
/
+10
2020-01-17
s/TypecheckContext/TyCtx/
Nadrieril
3
-24
/
+16
2020-01-17
Make TypecheckContext a named struct
Nadrieril
1
-9
/
+11
2020-01-17
TypecheckContext doesn't need Rc
Nadrieril
1
-14
/
+18
2020-01-17
TypecheckContext doesn't need PartialEq
Nadrieril
1
-9
/
+0
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
3
-2
/
+17
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
8
-279
/
+269
2019-12-20
Reorder value.rs
Nadrieril
1
-81
/
+81
2019-12-20
Fix some comments
Nadrieril
1
-9
/
+2
2019-12-20
s/RawExpr/UnspannedExpr/
Nadrieril
1
-3
/
+3
2019-12-20
s/ExprF/ExprKind/
Nadrieril
5
-90
/
+95
2019-12-20
Move error module to root of crate
Nadrieril
8
-185
/
+6
[next]