summaryrefslogtreecommitdiff
path: root/dhall/src/core (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-09Correctly shift free variables in normalizationNadrieril1-10/+10
2019-05-08Implement normalization for record merging operatorsNadrieril1-0/+7
2019-05-08Implement normalization of missing builtinsNadrieril1-2/+7
2019-05-08Fix Context shiftingNadrieril1-15/+24
2019-05-08shift on lookup instead of on insertNadrieril2-27/+71
2019-05-07Replace hashmap-based context with a vec-based oneNadrieril1-14/+37
2019-05-07Don't discard normalization work done by typecheckingNadrieril2-31/+54
2019-05-07Unify typecheck and normalization contextsNadrieril2-65/+113
2019-05-07Promote shift and subst_shift to traitsNadrieril4-86/+119
2019-05-07Move AlphaVar and AlphaLabel into a new moduleNadrieril5-105/+110
2019-05-07Small mistakeNadrieril1-1/+1
2019-05-07Document Value and ThunkNadrieril2-8/+21
2019-05-07Clean up some of the SubExpr type-changing methodsNadrieril1-2/+2
2019-05-06Move main datatypes into their own modulesNadrieril4-0/+1050