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
/
tests.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-05-02
Instead of possibly nonexistent Type, treat Sort specially
Nadrieril
1
-6
/
+3
2019-04-30
Store a Thunk in Typed
Nadrieril
1
-2
/
+1
2019-04-23
Avoid duplicating work when matching on Pi types
Nadrieril
1
-3
/
+6
2019-04-21
Embrace TypeInternal as a semantic value
Nadrieril
1
-1
/
+1
2019-04-20
Improve test failure ergonomics
Nadrieril
1
-10
/
+5
2019-04-16
Improve test error ergonomics
Nadrieril
1
-2
/
+8
2019-04-16
Remove higher-kinded type noise in Type
Nadrieril
1
-1
/
+1
2019-04-15
Handle empty optionals correctly
Nadrieril
1
-1
/
+1
2019-04-14
Namespace deserialization functions in a `de` submodule
Nadrieril
1
-1
/
+1
2019-04-14
clippy
Nadrieril
1
-3
/
+1
2019-04-14
Add import tests
Nadrieril
1
-0
/
+12
2019-04-13
Improve error display on test failure
Nadrieril
1
-10
/
+20
2019-04-12
Restrict public API to its most minimal expression
Nadrieril
1
-1
/
+1
2019-04-11
Add lifetime parameters to Parsed and Resolved
Nadrieril
1
-1
/
+2
2019-04-11
Abstract get_type() into a trait
Nadrieril
1
-2
/
+3
2019-04-11
Handle untyped case differently from the type of Sort
Nadrieril
1
-1
/
+1
2019-04-10
Simplify test harness
Nadrieril
1
-114
/
+92
2019-04-10
Allow providing type for typechecking in API
Nadrieril
1
-12
/
+11
2019-04-10
Mild cleanup imports
Nadrieril
1
-4
/
+4
2019-04-10
Cleanup error handling
Nadrieril
1
-12
/
+9
2019-04-10
s/load_from/parse/
Nadrieril
1
-15
/
+15
2019-04-08
Limit public API
Nadrieril
1
-2
/
+4
2019-04-08
Move spec tests into the relevant files
Nadrieril
1
-9
/
+9
2019-04-07
Restrict public API
Nadrieril
1
-16
/
+47
2019-04-07
Avoid constructing exprs manually when possible
Nadrieril
1
-1
/
+1
2019-04-07
Augment stack size for typecheck tests
Nadrieril
1
-5
/
+15
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
s/DhallError/ImportError/
Nadrieril
1
-3
/
+3
2019-04-06
Add type-inference tests
Nadrieril
1
-0
/
+16
2019-03-31
Move recursion out of Expr
Nadrieril
1
-1
/
+1
2019-03-21
Improve import handling in parser
Nadrieril
1
-4
/
+9
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
Handle simple parsing cases with new macros
Nadrieril
1
-1
/
+1
2019-03-19
rustfmt
Nadrieril
1
-1
/
+1
2019-03-19
Test printer in parser tests
Nadrieril
1
-0
/
+5
2019-03-19
Add travis integration
Nadrieril
1
-11
/
+15
2019-03-18
Considerably simplify subst, shift and typechecking
Nadrieril
1
-4
/
+1
2019-03-17
Use Rc consistently everywhere
Nadrieril
1
-9
/
+9
2019-03-15
Split different tests features into their own files
Nadrieril
1
-1
/
+2
2019-03-15
Rework test harness
Nadrieril
1
-54
/
+30
2019-03-14
Handle and parse interpolated strings
Nadrieril
1
-3
/
+5
2019-03-14
Implement binary decoding
Nadrieril
1
-3
/
+13
2019-03-12
Greatly reduce parser stack usage
Nadrieril
1
-1
/
+1
2019-03-09
Add typecheck tests
Nadrieril
1
-0
/
+21
2019-03-09
Remove the pervasive Label type parameter
Nadrieril
1
-3
/
+1
2019-03-09
Use new Label type everywhere
Nadrieril
1
-3
/
+3
2019-03-09
First import works !
Nadrieril
1
-23
/
+8
[next]