summaryrefslogtreecommitdiff
path: root/dhall/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move spec tests into the relevant filesNadrieril2019-04-085-0/+833
* TweaksNadrieril2019-04-072-4/+2
* Restrict public APINadrieril2019-04-076-55/+57
* FixNadrieril2019-04-071-0/+1
* Use macros in typecheck; much cleanerNadrieril2019-04-071-132/+125
* Universe hierarchy is overkillNadrieril2019-04-072-77/+63
* More typecheckNadrieril2019-04-071-66/+89
* Avoid constructing exprs manually when possibleNadrieril2019-04-071-18/+20
* Store Normalized in type errorNadrieril2019-04-071-46/+66
* Augment stack size for typecheck testsNadrieril2019-04-071-0/+12
* Handle universe error properlyNadrieril2019-04-071-35/+49
* Put a Cow in TypeNadrieril2019-04-072-73/+81
* More typecheckNadrieril2019-04-071-78/+86
* More improvements to typecheckNadrieril2019-04-061-133/+114
* Store the whole type hierarchy in a TypeNadrieril2019-04-062-110/+167
* Add Sort type universeNadrieril2019-04-061-3/+6
* Start taking Typed seriouslyNadrieril2019-04-063-111/+135
* Thread Typed through type_withNadrieril2019-04-063-66/+67
* Move binary decoding to new APINadrieril2019-04-063-18/+55
* Massage import loading into new APINadrieril2019-04-062-49/+76
* Define some newtypes for ExprNadrieril2019-04-062-8/+37
* Rename some modulesNadrieril2019-04-062-3/+3
* s/Type/StaticType/Nadrieril2019-04-062-13/+12
* s/DhallError/ImportError/Nadrieril2019-04-061-10/+10
* Factor out type equality checkingNadrieril2019-04-061-46/+50
* Move more cases after recursionNadrieril2019-04-061-34/+34
* Loop through args when typechecking AppNadrieril2019-04-061-17/+24
* Factor out the recursion when possible in typecheckNadrieril2019-04-061-125/+131
* Normalize only as needed while typecheckingNadrieril2019-04-061-17/+17
* type_with always normalizesNadrieril2019-04-061-49/+35
* Avoid early returns in type_withNadrieril2019-04-061-41/+38
* Split dhall_expr!() into 2Nadrieril2019-04-061-0/+2
* Normalize output of type inferenceNadrieril2019-04-061-4/+4
* Ensure all type errors carry normalized typesNadrieril2019-04-061-7/+4
* Remove an unnecessary normalizationNadrieril2019-04-061-2/+1
* Factor out shift/subst/shift danceNadrieril2019-04-062-14/+4
* Merge branch 'master' into exprfNadrieril2019-04-061-1/+1
|\
| * Get keyword rule from upstreamNadrieril2019-04-041-1/+1
* | Give up on laziness and greatly simplify normalizationNadrieril2019-04-062-233/+206
* | Refactor and clarify various map methodsNadrieril2019-04-011-1/+1
* | Make Expr generic in LabelNadrieril2019-03-311-1/+1
* | Remove evil Deref implNadrieril2019-03-312-3/+3
* | Move recursion out of ExprNadrieril2019-03-313-8/+8
* | Make SubExpr a newtypeNadrieril2019-03-314-78/+70
|/
* Remove some redundant namespacingNadrieril2019-03-312-31/+32
* Manually rustfmt like a naziNadrieril2019-03-271-2/+12
* Derive DhallType for structsNadrieril2019-03-262-0/+79
* Lay groundwork for DhallType derivingNadrieril2019-03-241-1/+0
* Correctly namespace interpolations in dhall_expr!()Nadrieril2019-03-242-3/+0
* Improve decoder errors on unknown inputsNadrieril2019-03-241-6/+2