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
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Assign a unique id to each binder
Nadrieril
2020-01-17
2
-5
/
+25
|
*
Introduce a notion of binder
Nadrieril
2020-01-17
5
-46
/
+56
|
*
Implement traverse_ref for ValueKind
Nadrieril
2020-01-17
4
-0
/
+166
|
*
Parameterize ValueKind by its subnodes
Nadrieril
2020-01-17
4
-23
/
+29
|
*
Revert "Implement PartialEq manually for ValueKind"
Nadrieril
2020-01-17
1
-64
/
+1
|
|
|
|
This reverts commit 88c31554561bd7a600560af0e6bc97c48649f43f.
*
Implement PartialEq manually for ValueKind
Nadrieril
2020-01-17
1
-1
/
+64
|
*
Construct T/Build closures in Expr space
Nadrieril
2020-01-17
3
-64
/
+58
|
*
Tiny clarification
Nadrieril
2020-01-17
1
-13
/
+10
|
*
s/TypecheckContext/TyCtx/
Nadrieril
2020-01-17
3
-24
/
+16
|
*
Make TypecheckContext a named struct
Nadrieril
2020-01-17
1
-9
/
+11
|
*
TypecheckContext doesn't need Rc
Nadrieril
2020-01-17
1
-14
/
+18
|
|
|
|
It's almost never cloned anymore
*
TypecheckContext doesn't need PartialEq
Nadrieril
2020-01-17
1
-9
/
+0
|
*
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
3
-2
/
+17
|
*
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
8
-279
/
+269
|
*
Reorder value.rs
Nadrieril
2019-12-20
1
-81
/
+81
|
*
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
5
-90
/
+95
|
*
Move error module to root of crate
Nadrieril
2019-12-20
8
-185
/
+6
|
*
Move out conversion from value back to ast to its own file
Nadrieril
2019-12-19
5
-91
/
+125
|
*
Rename ValueF to ValueKind
Nadrieril
2019-12-19
9
-513
/
+523
|
*
Move binary encoding/decoding to syntax/
Nadrieril
2019-12-17
3
-750
/
+2
|
*
Refer to semantics module properly
Nadrieril
2019-12-15
10
-42
/
+42
|
*
Avoid mention of `crate::` outside of top-level imports
Nadrieril
2019-12-15
11
-74
/
+63
|
*
fixup! Reexport dhall_syntax as a module in dhall
Nadrieril
2019-12-15
2
-3
/
+5
|
*
Move contents of dhall under a semantics submodule
Nadrieril
2019-12-15
13
-0
/
+4115