summaryrefslogtreecommitdiff
path: root/dhall/src/core (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* shift on lookup instead of on insertNadrieril2019-05-082-27/+71
|
* Replace hashmap-based context with a vec-based oneNadrieril2019-05-071-14/+37
|
* Don't discard normalization work done by typecheckingNadrieril2019-05-072-31/+54
|
* Unify typecheck and normalization contextsNadrieril2019-05-072-65/+113
|
* Promote shift and subst_shift to traitsNadrieril2019-05-074-86/+119
|
* Move AlphaVar and AlphaLabel into a new moduleNadrieril2019-05-075-105/+110
|
* Small mistakeNadrieril2019-05-071-1/+1
|
* Document Value and ThunkNadrieril2019-05-072-8/+21
|
* Clean up some of the SubExpr type-changing methodsNadrieril2019-05-071-2/+2
|
* Move main datatypes into their own modulesNadrieril2019-05-064-0/+1050