summaryrefslogtreecommitdiff
path: root/dhall/src/tests.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Handle empty optionals correctlyNadrieril2019-04-151-1/+1
* Namespace deserialization functions in a `de` submoduleNadrieril2019-04-141-1/+1
* clippyNadrieril2019-04-141-3/+1
* Add import testsNadrieril2019-04-141-0/+12
* Improve error display on test failureNadrieril2019-04-131-10/+20
* Restrict public API to its most minimal expressionNadrieril2019-04-121-1/+1
* Add lifetime parameters to Parsed and ResolvedNadrieril2019-04-111-1/+2
* Abstract get_type() into a traitNadrieril2019-04-111-2/+3
* Handle untyped case differently from the type of SortNadrieril2019-04-111-1/+1
* Simplify test harnessNadrieril2019-04-101-114/+92
* Allow providing type for typechecking in APINadrieril2019-04-101-12/+11
* Mild cleanup importsNadrieril2019-04-101-4/+4
* Cleanup error handlingNadrieril2019-04-101-12/+9
* s/load_from/parse/Nadrieril2019-04-101-15/+15
* Limit public APINadrieril2019-04-081-2/+4
* Move spec tests into the relevant filesNadrieril2019-04-081-0/+176