summaryrefslogtreecommitdiff
path: root/dhall (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Normalize union constructorsNadrieril2019-04-171-4/+22
* Add typecheck failure testsNadrieril2019-04-161-7/+82
* Update dhall-lang submoduleNadrieril2019-04-161-0/+1
* Handle nullary union variantsNadrieril2019-04-162-6/+6
* Prepare for nullary union variantsNadrieril2019-04-162-10/+58
* Improve test error ergonomicsNadrieril2019-04-161-2/+8
* Fix union constructor typecheckingNadrieril2019-04-161-17/+24
* 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
* Revert "Preserve notes when normalizing"Nadrieril2019-04-161-13/+6
* Preserve notes when normalizingNadrieril2019-04-161-6/+13
* Naming tweaksNadrieril2019-04-162-12/+12
* Avoid some work duplication in typecheckingNadrieril2019-04-162-51/+56
* Merge pull request #75 from basile-henry/import-cyclesNadrieril Feneanar2019-04-151-6/+32
|\
| * Error on import cyclesBasile Henry2019-04-151-6/+32
* | Handle empty optionals correctlyNadrieril2019-04-154-3/+19
|/
* rustfmtNadrieril2019-04-151-4/+4
* Namespace deserialization functions in a `de` submoduleNadrieril2019-04-144-45/+49
* clippyNadrieril2019-04-145-17/+15
* Add import testsNadrieril2019-04-142-0/+40
* Naming nitpickNadrieril2019-04-141-5/+5
* Cache importsBasile Henry2019-04-141-12/+34
* Transform more mapping functions to use the Visitor traitNadrieril2019-04-141-1/+1
* Implement `let` type synonymsNadrieril2019-04-141-51/+25
* Fix a tiny normalization bugNadrieril2019-04-141-1/+1
* Implement ListAppend typecheckingNadrieril2019-04-131-2/+20
* Fix `let` parsingNadrieril2019-04-131-0/+1
* Improve error display on test failureNadrieril2019-04-131-10/+20
* Various typecheck improvementsNadrieril2019-04-131-83/+93
* Don't need dhall::expr!() for builtinsNadrieril2019-04-131-15/+20