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-08-08
Add support for dependent types
Nadrieril
1
-0
/
+1
2019-08-07
Remove an annoying redundancy in the test harness
Nadrieril
1
-13
/
+1
2019-08-07
Add binary-decode tests
Nadrieril
1
-1
/
+32
2019-08-07
Forbid surrogate pairs and non-characters
Nadrieril
1
-0
/
+2
2019-05-12
Split-off printer and binary encoding tests from parser tests
Nadrieril
1
-37
/
+59
2019-05-12
Include success or failure prefix in test filtering
Nadrieril
1
-8
/
+2
2019-05-12
Implement binary encoding
Nadrieril
1
-7
/
+33
2019-05-09
Rewrite Deserialize trait around new Value and Type
Nadrieril
1
-1
/
+1
2019-05-09
Generate normalization tests automatically
Nadrieril
1
-0
/
+5
2019-05-07
Unify Type, TypeInternal and Typed
Nadrieril
1
-1
/
+0
2019-05-06
Reorganize dhall into a phase structure
Nadrieril
1
-1
/
+1
2019-05-05
Implement alpha-normalization
Nadrieril
1
-1
/
+8
2019-05-03
No need for extra stack in tests anymore
Nadrieril
1
-12
/
+6
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
[next]