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-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
2019-12-19
Move out conversion from value back to ast to its own file
Nadrieril
5
-91
/
+125
2019-12-19
Rename ValueF to ValueKind
Nadrieril
9
-513
/
+523
2019-12-17
Move binary encoding/decoding to syntax/
Nadrieril
3
-750
/
+2
2019-12-15
Refer to semantics module properly
Nadrieril
10
-42
/
+42
2019-12-15
Avoid mention of `crate::` outside of top-level imports
Nadrieril
11
-74
/
+63
2019-12-15
fixup! Reexport dhall_syntax as a module in dhall
Nadrieril
2
-3
/
+5
2019-12-15
Move contents of dhall under a semantics submodule
Nadrieril
13
-0
/
+4115