summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Augment stack size for typecheck testsNadrieril2019-04-073-8/+30
| * Handle universe error properlyNadrieril2019-04-071-35/+49
| * Put a Cow in TypeNadrieril2019-04-073-76/+84
| * 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-063-9/+13
| * Start taking Typed seriouslyNadrieril2019-04-063-111/+135
| * Thread Typed through type_withNadrieril2019-04-063-66/+67
| * Move binary decoding to new APINadrieril2019-04-064-32/+66
| * Massage import loading into new APINadrieril2019-04-064-51/+122
| * Define some newtypes for ExprNadrieril2019-04-062-8/+37
| * Rename some modulesNadrieril2019-04-066-11/+13
| * s/Type/StaticType/Nadrieril2019-04-065-26/+25
| * s/DhallError/ImportError/Nadrieril2019-04-062-13/+13
|/
* Merge branch 'improve_typecheck_code'Nadrieril2019-04-0610-263/+543
|\
| * 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-063-127/+154
| * Upgrade map to traverseNadrieril2019-04-062-46/+102
| * Add type-inference testsNadrieril2019-04-063-1/+150
| * 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-064-9/+67
| * 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
|/
* subst_shift in a single passNadrieril2019-04-061-17/+13
* Factor out shift/subst/shift danceNadrieril2019-04-063-14/+14
* rustfmtNadrieril2019-04-062-3/+7
* Merge pull request #48 from Nadrieril/exprfNadrieril Feneanar2019-04-0617-809/+900
|\
| * Merge branch 'master' into exprfNadrieril2019-04-0611-404/+468
| |\
| | * Remove some unused filesNadrieril2019-04-052-112/+0
| |/ |/|
* | Update dhall-lang submoduleNadrieril2019-04-052-0/+1
* | Merge pull request #42 from Nadrieril/move-to-upstream-grammarNadrieril Feneanar2019-04-048-395/+502
|\ \
| * | Regen visibility listNadrieril2019-04-041-41/+25
| * | Revert end_of_line handling to upstreamNadrieril2019-04-043-10/+6
| * | Import union rules from upstream grammarNadrieril2019-04-042-17/+30
| * | Get keyword rule from upstreamNadrieril2019-04-044-8/+11
| * | Handle Some as in upstream grammarNadrieril2019-04-043-29/+30
| * | Import more trivial changes from upstreamNadrieril2019-04-041-4/+17
| * | WhitespaceNadrieril2019-04-041-17/+15
| * | Factor literal-expression back inNadrieril2019-04-043-15/+6
| * | Tweak double literalsNadrieril2019-04-042-14/+22
| * | Import many trivial changes from upstreamNadrieril2019-04-041-46/+44
| * | Factor back in some rule branchesNadrieril2019-04-043-95/+84
| * | Tweak matching on Some/NoneNadrieril2019-04-042-21/+28
| * | Roll rc through parser to enable matchingNadrieril2019-04-041-93/+95