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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-04-06
Factor out type equality checking
Nadrieril
1
-46
/
+50
2019-04-06
Move more cases after recursion
Nadrieril
1
-34
/
+34
2019-04-06
Loop through args when typechecking App
Nadrieril
1
-17
/
+24
2019-04-06
Factor out the recursion when possible in typecheck
Nadrieril
2
-127
/
+133
2019-04-06
Add type-inference tests
Nadrieril
2
-0
/
+149
2019-04-06
Normalize only as needed while typechecking
Nadrieril
1
-17
/
+17
2019-04-06
type_with always normalizes
Nadrieril
1
-49
/
+35
2019-04-06
Avoid early returns in type_with
Nadrieril
1
-41
/
+38
2019-04-06
Split dhall_expr!() into 2
Nadrieril
1
-0
/
+2
2019-04-06
Normalize output of type inference
Nadrieril
1
-4
/
+4
2019-04-06
Ensure all type errors carry normalized types
Nadrieril
1
-7
/
+4
2019-04-06
Remove an unnecessary normalization
Nadrieril
1
-2
/
+1
2019-04-06
Factor out shift/subst/shift dance
Nadrieril
2
-14
/
+4
2019-04-06
rustfmt
Nadrieril
1
-1
/
+3
2019-04-06
Give up on laziness and greatly simplify normalization
Nadrieril
2
-233
/
+206
2019-04-05
Remove some unused files
Nadrieril
1
-9
/
+0
2019-04-05
Update dhall-lang submodule
Nadrieril
1
-0
/
+1
2019-04-04
Get keyword rule from upstream
Nadrieril
1
-1
/
+1
2019-04-04
Update dhall-lang submodule
Nadrieril
1
-36
/
+36
2019-04-04
Update dhall-lang submodule
Nadrieril
1
-36
/
+36
2019-04-01
Refactor and clarify various map methods
Nadrieril
1
-1
/
+1
2019-03-31
Make Expr generic in Label
Nadrieril
1
-1
/
+1
2019-03-31
Remove evil Deref impl
Nadrieril
2
-3
/
+3
2019-03-31
Move recursion out of Expr
Nadrieril
4
-9
/
+9
2019-03-31
rustfmt
Nadrieril
1
-4
/
+1
2019-03-31
Make SubExpr a newtype
Nadrieril
4
-78
/
+70
2019-03-31
Remove some redundant namespacing
Nadrieril
3
-47
/
+48
2019-03-27
Manually rustfmt like a nazi
Nadrieril
2
-4
/
+22
2019-03-26
Derive DhallType for anonymous structs and enums
Nadrieril
1
-0
/
+24
2019-03-26
Derive DhallType for structs
Nadrieril
3
-10
/
+106
2019-03-26
Update dhall-lang submodule
Nadrieril
1
-5
/
+5
2019-03-24
Lay groundwork for DhallType deriving
Nadrieril
2
-1
/
+15
2019-03-24
Correctly namespace interpolations in dhall_expr!()
Nadrieril
2
-3
/
+0
2019-03-24
Improve decoder errors on unknown inputs
Nadrieril
1
-6
/
+2
2019-03-24
Parse multiline strings correctly
Nadrieril
3
-23
/
+25
2019-03-24
Generate parser tests list automatically
Nadrieril
3
-67
/
+45
2019-03-24
Parser import hash and headers
Nadrieril
3
-7
/
+32
2019-03-24
Disallow builtins as bound variables
Nadrieril
1
-1
/
+1
2019-03-23
Handle merge and record projection
Nadrieril
2
-11
/
+42
2019-03-23
Update dhall-lang submodule
Nadrieril
1
-2
/
+3
2019-03-23
Handle double overflows in parser
Nadrieril
1
-2
/
+2
2019-03-23
Parse unicode escapes in string
Nadrieril
1
-1
/
+1
2019-03-22
Handle quoted labels
Nadrieril
1
-1
/
+1
2019-03-22
oops
Nadrieril
1
-7
/
+7
2019-03-22
Parse a lot more of the import types
Nadrieril
3
-17
/
+91
2019-03-22
Improve binary decoding errors
Nadrieril
1
-14
/
+25
2019-03-21
Improve import handling in parser
Nadrieril
5
-6
/
+44
2019-03-21
rustfmt
Nadrieril
1
-11
/
+3
2019-03-21
Follow the spec for handling Doubles
Nadrieril
2
-2
/
+2
2019-03-21
Represent Optional literals more faithfully
Nadrieril
3
-39
/
+20
[next]