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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-04-18
Start cleaning up the mess of mapping functions
Nadrieril
1
-1
/
+0
2019-04-17
Normalize union constructors
Nadrieril
1
-4
/
+22
2019-04-16
Add typecheck failure tests
Nadrieril
1
-7
/
+82
2019-04-16
Update dhall-lang submodule
Nadrieril
1
-0
/
+1
2019-04-16
Handle nullary union variants
Nadrieril
2
-6
/
+6
2019-04-16
Prepare for nullary union variants
Nadrieril
2
-10
/
+58
2019-04-16
Improve test error ergonomics
Nadrieril
1
-2
/
+8
2019-04-16
Fix union constructor typechecking
Nadrieril
1
-17
/
+24
2019-04-16
Typecheck union constructor
Nadrieril
1
-6
/
+15
2019-04-16
Typecheck unions
Nadrieril
1
-16
/
+26
2019-04-16
Typecheck higher-kinded records
Nadrieril
1
-21
/
+33
2019-04-16
Remove one more instance of duplicate typechecking
Nadrieril
2
-1
/
+16
2019-04-16
Remove higher-kinded type noise in Type
Nadrieril
4
-42
/
+67
2019-04-16
Revert "Preserve notes when normalizing"
Nadrieril
1
-13
/
+6
2019-04-16
Preserve notes when normalizing
Nadrieril
1
-6
/
+13
2019-04-16
Naming tweaks
Nadrieril
2
-12
/
+12
2019-04-16
Avoid some work duplication in typechecking
Nadrieril
2
-51
/
+56
2019-04-15
Handle empty optionals correctly
Nadrieril
4
-3
/
+19
2019-04-15
Error on import cycles
Basile Henry
1
-6
/
+32
2019-04-15
rustfmt
Nadrieril
1
-4
/
+4
2019-04-14
Namespace deserialization functions in a `de` submodule
Nadrieril
3
-42
/
+46
2019-04-14
clippy
Nadrieril
5
-17
/
+15
2019-04-14
Add import tests
Nadrieril
2
-0
/
+40
2019-04-14
Naming nitpick
Nadrieril
1
-5
/
+5
2019-04-14
Cache imports
Basile Henry
1
-12
/
+34
2019-04-14
Transform more mapping functions to use the Visitor trait
Nadrieril
1
-1
/
+1
2019-04-14
Implement `let` type synonyms
Nadrieril
1
-51
/
+25
2019-04-14
Fix a tiny normalization bug
Nadrieril
1
-1
/
+1
2019-04-13
Implement ListAppend typechecking
Nadrieril
1
-2
/
+20
2019-04-13
Fix `let` parsing
Nadrieril
1
-0
/
+1
2019-04-13
Improve error display on test failure
Nadrieril
1
-10
/
+20
2019-04-13
Various typecheck improvements
Nadrieril
1
-83
/
+93
2019-04-13
Don't need dhall::expr!() for builtins
Nadrieril
1
-15
/
+20
2019-04-13
Split typecheck into two phases
Nadrieril
1
-202
/
+214
2019-04-13
docs: document import resolution root
Nadrieril
1
-4
/
+6
2019-04-13
Document all of the API
Nadrieril
4
-10
/
+60
2019-04-12
Restrict public API to its most minimal expression
Nadrieril
8
-101
/
+111
2019-04-12
Remove any remains from the standard or `dhall-haskell`
Nadrieril
1
-2
/
+2
2019-04-12
Capture `Span`s in the AST and thread them through Parsed and Resolved
Nadrieril
3
-15
/
+10
2019-04-11
Thread lifetimes through other newtypes
Nadrieril
7
-155
/
+174
2019-04-11
Add lifetime parameters to Parsed and Resolved
Nadrieril
5
-23
/
+52
2019-04-11
Remove type parameter from TypeError
Nadrieril
3
-28
/
+27
2019-04-11
Respect import boundaries
Nadrieril
5
-49
/
+63
2019-04-11
Be more civilized when typecheck case unimplemented
Nadrieril
1
-2
/
+3
2019-04-11
Ditch quick_error because it doesn't support generic parameters
Nadrieril
2
-34
/
+50
2019-04-11
Improve simple type handling in typecheck
Nadrieril
2
-37
/
+39
2019-04-11
Abstract get_type() into a trait
Nadrieril
6
-49
/
+96
2019-04-11
Handle untyped case differently from the type of Sort
Nadrieril
4
-75
/
+107
2019-04-11
`Some` is not a builtin, it's a keyword
Nadrieril
1
-1
/
+0
2019-04-11
Remove premature #[inline(always)]
Nadrieril
1
-18
/
+0
[next]