summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Text interpolationNadrieril2019-04-202-19/+35
* Text literalsNadrieril2019-04-202-3/+66
* 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-194-47/+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-199-136/+83
* 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-183-32/+31
* Use a context for substitution in normalizationNadrieril2019-04-182-110/+184
* subst_shift in a single passNadrieril2019-04-183-15/+78
* Make normalize manipulate SubExprs more directlyNadrieril2019-04-181-12/+12
* Remove obsolete dhall_expr!() macroNadrieril2019-04-184-37/+39
* Merge branch 'cleanup_map_mess'Nadrieril2019-04-189-300/+397
|\
| * Use argument-position impl trait for mapping functionsNadrieril2019-04-181-87/+39
| * Remove more duplicationNadrieril2019-04-188-85/+55
| * Avoid an unnecessary unroll()Nadrieril2019-04-182-27/+52
| * Add even more general visitor traitNadrieril2019-04-181-55/+140
| * Reduce duplication between mapping functionsNadrieril2019-04-183-60/+35
| * Deprecate some thingsNadrieril2019-04-182-21/+6
| * Merge impl blocksNadrieril2019-04-181-106/+104
| * Consistent type variable namingNadrieril2019-04-181-33/+34
| * Start cleaning up the mess of mapping functionsNadrieril2019-04-184-26/+132
|/
* Simplify implementation of shift and subst_shiftNadrieril2019-04-181-27/+31
* Normalize union constructorsNadrieril2019-04-174-8/+41
* rustfmtNadrieril2019-04-161-1/+2
* Add typecheck failure testsNadrieril2019-04-161-7/+82
* Update dhall-lang submoduleNadrieril2019-04-164-7/+14
* Tiny rename to save myself a lot of painNadrieril2019-04-163-29/+34
* Handle nullary union variantsNadrieril2019-04-163-7/+14
* Prepare for nullary union variantsNadrieril2019-04-168-71/+163
* Improve test error ergonomicsNadrieril2019-04-161-2/+8
* Fix union constructor typecheckingNadrieril2019-04-162-17/+30
* Typecheck union constructorNadrieril2019-04-161-6/+15
* Typecheck unionsNadrieril2019-04-161-16/+26
* Typecheck higher-kinded recordsNadrieril2019-04-161-21/+33
* Remove one more instance of duplicate typecheckingNadrieril2019-04-162-1/+16
* Remove higher-kinded type noise in TypeNadrieril2019-04-164-42/+67