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
/
phase
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-09-02
Remove the notion of Directory and have File be the vector of components
Fintan Halpenny
1
-13
/
+5
2019-08-12
Refactor of File to be the combination of Directory and the file name,
FintanH
2
-14
/
+26
2019-08-12
Remove ensure_... macros in typecheck
Nadrieril
1
-115
/
+89
2019-08-10
Remove dhall::expr!() macro
Nadrieril
2
-29
/
+81
2019-08-10
Update dhall-lang submodule
Nadrieril
1
-0
/
+13
2019-08-08
Update dhall-lang submodule
Nadrieril
1
-0
/
+1
2019-08-08
Add support for dependent types
Nadrieril
3
-23
/
+56
2019-08-07
Update dhall-lang submodule
Nadrieril
1
-0
/
+3
2019-08-07
Flatten nested let bindings
Nadrieril
1
-6
/
+40
2019-08-07
Remove an annoying redundancy in the test harness
Nadrieril
1
-2
/
+2
2019-08-07
Add binary-decode tests
Nadrieril
1
-0
/
+21
2019-08-07
Add truncated Natural subtraction
Nadrieril
2
-0
/
+11
2019-08-07
Remove union literals from the language
Nadrieril
3
-25
/
+3
2019-08-07
Various parsing tweaks
Nadrieril
1
-3
/
+3
2019-08-06
Generalize empty list annotations
Nadrieril
1
-2
/
+6
2019-08-06
Prepare for https://github.com/dhall-lang/dhall-lang/pull/630
Nadrieril
3
-42
/
+66
2019-08-06
rustfmt
Nadrieril
1
-1
/
+2
2019-08-06
Auto-generate typechecking tests list
Nadrieril
1
-395
/
+0
2019-08-06
Change some tests
Nadrieril
1
-0
/
+5
2019-08-06
RFC3986 URLs
Nadrieril
1
-1
/
+7
2019-08-06
Add some tests
Nadrieril
1
-0
/
+10
2019-08-06
Add some new tests and implement import alternatives
Nadrieril
2
-3
/
+3
2019-08-06
rustfmt
Nadrieril
1
-7
/
+10
2019-08-06
Update dhall-lang submodule
Nadrieril
1
-0
/
+2
2019-08-06
Remove old-style optional literals
Nadrieril
3
-37
/
+16
2019-08-06
Inline headers
Nadrieril
3
-15
/
+21
2019-08-03
rustfmt
Nadrieril
2
-26
/
+64
2019-08-03
Update dhall-lang submodule
Nadrieril
1
-12
/
+12
2019-08-03
Update dhall-lang submodule
Nadrieril
1
-2
/
+2
2019-08-03
Simplify Const checking logic
FintanH
1
-11
/
+7
2019-08-01
Add typechecking for RecursiveRecordTypeMerge.
FintanH
2
-7
/
+117
2019-08-01
Mark RecursiveRecordMerge as unreachable
FintanH
1
-0
/
+1
2019-08-01
Add the typechecking of RecursiveRecordMerge.
FintanH
2
-8
/
+126
2019-07-31
Add unreachable call for RightBasedRecordMerge case
FintanH
1
-0
/
+1
2019-07-31
Reuse the merge_maps function to implement the right-biased union
FintanH
2
-7
/
+7
2019-07-31
Add case for RightBasedRecordMerge in the typechecking phase.
Fintan Halpenny
1
-5
/
+46
2019-05-12
Finish implementing binary encoding
Nadrieril
1
-6
/
+8
2019-05-12
clippy
Nadrieril
2
-120
/
+112
2019-05-12
Include success or failure prefix in test filtering
Nadrieril
2
-6
/
+6
2019-05-12
Implement binary encoding
Nadrieril
5
-25
/
+310
2019-05-10
Write a custom map type that allows duplicates
Nadrieril
1
-29
/
+38
2019-05-09
Merge Type and Typed
Nadrieril
2
-104
/
+54
2019-05-09
Fix missing methods for tests
Nadrieril
1
-0
/
+8
2019-05-09
Make visibilities more consistent
Nadrieril
5
-57
/
+51
2019-05-09
Rewrite Deserialize trait around new Value and Type
Nadrieril
1
-7
/
+1
2019-05-09
Rewrite the StaticType trait and everything around it
Nadrieril
2
-47
/
+12
2019-05-09
Tweak Typed
Nadrieril
1
-15
/
+16
2019-05-09
Reduce the distance between Type and Typed
Nadrieril
2
-109
/
+97
2019-05-09
Remove TypeIntermediate in favor of special-purpose functions
Nadrieril
1
-214
/
+183
2019-05-09
Small utility SubExpr::from_builtin
Nadrieril
1
-9
/
+3
[next]