summaryrefslogtreecommitdiff
path: root/dhall (follow)
Commit message (Expand)AuthorAgeFilesLines
* Prepare for interop between two contextsNadrieril2019-04-213-25/+91
* Factor out context handlingNadrieril2019-04-212-19/+34
* Embrace TypeInternal as a semantic valueNadrieril2019-04-214-9/+25
* Move TypeInternal to typecheckNadrieril2019-04-202-23/+31
* CleanupNadrieril2019-04-201-3/+0
* Improve test failure ergonomicsNadrieril2019-04-202-10/+6
* An empty optional value is purely semanticNadrieril2019-04-203-16/+7
* Implement more normalization simplificationsNadrieril2019-04-201-9/+16
* shift by mutable ref to avoid reallocationsNadrieril2019-04-201-80/+71
* TweaksNadrieril2019-04-201-5/+6
* AppliedBuiltin does not need a contextNadrieril2019-04-201-25/+23
* Avoid a lot of unnecessary cloning in apply_builtinNadrieril2019-04-202-126/+184
* CleanupNadrieril2019-04-201-166/+144
* Swap importNadrieril2019-04-201-62/+54
* Remove last remnant of expr buildingNadrieril2019-04-201-12/+29
* Introduce special closures to avoid constructing exprsNadrieril2019-04-201-34/+67
* Avoid a lot of slow Expr costructionNadrieril2019-04-201-73/+52
* FormattingNadrieril2019-04-201-153/+152
* Remove WHNF/Closure distinctionNadrieril2019-04-201-132/+113
* Refcount contexts to avoid clonesNadrieril2019-04-201-40/+40
* Rewrite apply_builtin to work on WHNFsNadrieril2019-04-201-152/+160
* More cleanupNadrieril2019-04-201-125/+51
* Cleanup leftover normalization codeNadrieril2019-04-201-58/+10
* Text interpolationNadrieril2019-04-201-15/+31
* Text literalsNadrieril2019-04-201-1/+52
* Improve WHNF ergonomicsNadrieril2019-04-201-104/+135
* Simplify apply_builtinNadrieril2019-04-201-111/+69
* Optionals and unionsNadrieril2019-04-201-24/+96
* Natural literals and simplificationsNadrieril2019-04-191-14/+32
* Implement boolean simplificationsNadrieril2019-04-191-24/+31
* Boolean literalsNadrieril2019-04-191-10/+34
* List literalsNadrieril2019-04-191-7/+47
* Embrace WHNFNadrieril2019-04-191-79/+77
* Handle RecordLits fully semanticallyNadrieril2019-04-191-16/+28
* Split function in two phasesNadrieril2019-04-191-12/+24
* Values carry their evaluation contextNadrieril2019-04-191-28/+20
* A union constructor is a purely semantic valueNadrieril2019-04-191-32/+123
* Store Values in the contextNadrieril2019-04-191-10/+36
* Introduce closuresNadrieril2019-04-191-62/+120
* Type aliasesNadrieril2019-04-191-10/+13
* Make App() only store one argumentNadrieril2019-04-194-119/+76
* A partially applied builtin is a valueNadrieril2019-04-191-27/+42
* Start separating normalized values from syntactic expressionsNadrieril2019-04-192-121/+179
* Label is redundant in EnvItem::SkipNadrieril2019-04-182-30/+27
* Use a context for substitution in normalizationNadrieril2019-04-181-109/+177
* subst_shift in a single passNadrieril2019-04-181-10/+7
* Make normalize manipulate SubExprs more directlyNadrieril2019-04-181-12/+12
* Remove obsolete dhall_expr!() macroNadrieril2019-04-183-31/+39
* Remove more duplicationNadrieril2019-04-185-19/+17
* Start cleaning up the mess of mapping functionsNadrieril2019-04-181-1/+0