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
/
tests
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-05-07
Fix derive
Nadrieril
1
-1
/
+1
2019-05-04
Revert "Make SubExpr generic in the variable labels type"
Nadrieril
1
-2
/
+2
2019-05-04
Make SubExpr generic in the variable labels type
Nadrieril
1
-2
/
+2
2019-05-04
Remove dummy lifetimes
Nadrieril
1
-1
/
+1
2019-05-04
rustfmt
Nadrieril
1
-1
/
+1
2019-05-04
Rename dhall_generator to dhall_proc_macros
Nadrieril
1
-8
/
+8
2019-05-04
Rename dhall_core to dhall_syntax
Nadrieril
1
-1
/
+1
2019-04-18
Remove obsolete dhall_expr!() macro
Nadrieril
1
-8
/
+16
2019-04-14
Namespace deserialization functions in a `de` submodule
Nadrieril
1
-3
/
+3
2019-04-11
Thread lifetimes through other newtypes
Nadrieril
1
-1
/
+1
2019-04-10
Add SimpleType and SimpeStaticType. Derive the latter
Nadrieril
1
-18
/
+36
2019-04-08
Move spec tests into the relevant files
Nadrieril
4
-824
/
+0
2019-04-07
Restrict public API
Nadrieril
1
-16
/
+47
2019-04-07
Avoid constructing exprs manually when possible
Nadrieril
4
-1
/
+4
2019-04-07
Augment stack size for typecheck tests
Nadrieril
2
-8
/
+18
2019-04-07
Put a Cow in Type
Nadrieril
1
-3
/
+3
2019-04-06
Add Sort type universe
Nadrieril
1
-6
/
+6
2019-04-06
Move binary decoding to new API
Nadrieril
1
-14
/
+11
2019-04-06
Massage import loading into new API
Nadrieril
1
-2
/
+7
2019-04-06
Rename some modules
Nadrieril
1
-0
/
+0
2019-04-06
s/Type/StaticType/
Nadrieril
1
-7
/
+7
2019-04-06
s/DhallError/ImportError/
Nadrieril
1
-3
/
+3
2019-04-06
Factor out the recursion when possible in typecheck
Nadrieril
1
-2
/
+2
2019-04-06
Add type-inference tests
Nadrieril
2
-0
/
+149
2019-04-04
Update dhall-lang submodule
Nadrieril
1
-36
/
+36
2019-04-04
Update dhall-lang submodule
Nadrieril
1
-36
/
+36
2019-03-31
Move recursion out of Expr
Nadrieril
1
-1
/
+1
2019-03-31
rustfmt
Nadrieril
1
-4
/
+1
2019-03-31
Remove some redundant namespacing
Nadrieril
1
-16
/
+16
2019-03-26
Derive DhallType for anonymous structs and enums
Nadrieril
1
-0
/
+24
2019-03-26
Derive DhallType for structs
Nadrieril
1
-10
/
+27
2019-03-26
Update dhall-lang submodule
Nadrieril
1
-5
/
+5
2019-03-24
Lay groundwork for DhallType deriving
Nadrieril
1
-0
/
+15
2019-03-24
Parse multiline strings correctly
Nadrieril
1
-8
/
+0
2019-03-24
Generate parser tests list automatically
Nadrieril
1
-67
/
+2
2019-03-24
Parser import hash and headers
Nadrieril
1
-1
/
+1
2019-03-24
Disallow builtins as bound variables
Nadrieril
1
-1
/
+1
2019-03-23
Handle merge and record projection
Nadrieril
1
-6
/
+6
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
Parse a lot more of the import types
Nadrieril
1
-7
/
+7
2019-03-21
Improve import handling in parser
Nadrieril
2
-5
/
+10
2019-03-21
Follow the spec for handling Doubles
Nadrieril
1
-1
/
+1
2019-03-21
Reorganize dhall_core a bit
Nadrieril
1
-1
/
+1
2019-03-20
Make parser implementation non-recursive
Nadrieril
1
-16
/
+1
2019-03-20
Cleanup parser code
Nadrieril
1
-1
/
+1
2019-03-20
Obsolete old parser macros; performance is now dead
Nadrieril
1
-1
/
+1
2019-03-20
Handle simple parsing cases with new macros
Nadrieril
1
-1
/
+1
[next]