summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* ExprF need not be generic in LabelNadrieril2019-05-098-213/+105
|
* Make shift fallible and improve shift ergonomicsNadrieril2019-05-099-138/+182
|
* Detect duplicate record fields in typecheckNadrieril2019-05-099-115/+124
|
* Generate normalization tests automaticallyNadrieril2019-05-095-394/+85
|
* Correctly shift free variables in normalizationNadrieril2019-05-092-11/+11
|
* Update dhall-lang submoduleNadrieril2019-05-096-43/+106
|
* Typecheck record projectionNadrieril2019-05-082-7/+32
|
* Typecheck mergeNadrieril2019-05-083-12/+97
|
* Move binop normalization into a separate functionNadrieril2019-05-081-165/+153
|
* Implement normalization for record merging operatorsNadrieril2019-05-083-21/+120
|
* Rename the record combining operators internallyNadrieril2019-05-084-14/+14
|
* Implement normalization of missing builtinsNadrieril2019-05-083-24/+87
|
* Fix Context shiftingNadrieril2019-05-081-15/+24
|
* 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-074-84/+148
|
* Slight improvement to typecheck ergonomicsNadrieril2019-05-071-59/+28
|
* Unify typecheck and normalization contextsNadrieril2019-05-075-76/+115
|
* Promote shift and subst_shift to traitsNadrieril2019-05-077-115/+161
|
* Move AlphaVar and AlphaLabel into a new moduleNadrieril2019-05-076-106/+112
|
* Merge branch 'reorganize'Nadrieril2019-05-0768-2109/+1881
|\
| * Reorganize dhall_syntaxNadrieril2019-05-078-8/+12
| |
| * Small mistakeNadrieril2019-05-072-2/+4
| |
| * Document Value and ThunkNadrieril2019-05-072-8/+21
| |
| * Clean up some of the SubExpr type-changing methodsNadrieril2019-05-076-119/+27
| |
| * Unify Type, TypeInternal and TypedNadrieril2019-05-073-117/+43
| |
| * Fix deriveNadrieril2019-05-073-3/+5
| |
| * Move main datatypes into their own modulesNadrieril2019-05-0610-1199/+1217
| |
| * Move api-related modules into an api moduleNadrieril2019-05-067-38/+41
| |
| * Consolidate errors in the error moduleNadrieril2019-05-0642-188/+196
| |
| * Reorganize dhall into a phase structureNadrieril2019-05-0615-477/+499
| |
| * Merge TypedInternal and TypedNadrieril2019-05-064-75/+34
| |
| * Remove mainNadrieril2019-05-051-93/+0
|/
* s/DoubleVar/AlphaVar/Nadrieril2019-05-053-44/+44
|
* Implement normalization simplificationsNadrieril2019-05-051-10/+15
|
* Preserve text WHNF on concatenationNadrieril2019-05-051-9/+9
|
* WHNF for TextLit means no interpolations of text and strict alternationNadrieril2019-05-051-41/+63
|
* Fix Integer equalityNadrieril2019-05-051-4/+5
|
* Merge branch 'alpha-normalization'Nadrieril2019-05-055-269/+312
|\
| * Make Value equality be alpha-equivalenceNadrieril2019-05-053-21/+99
| | | | | | | | Closes #66, #65
| * Use alpha-normalization in equivalence checkingNadrieril2019-05-051-80/+2
| |
| * Implement alpha-normalizationNadrieril2019-05-054-69/+194
| | | | | | | | Closes #12
| * Clarify match_vars implementationNadrieril2019-05-041-12/+12
| |
| * subst_shift now correctly preserves WHNFNadrieril2019-05-041-26/+24
| |
| * We actually don't need SubExpr::shift anymoreNadrieril2019-05-042-85/+5
| |
| * Revert "Make SubExpr generic in the variable labels type"Nadrieril2019-05-0412-351/+303
| | | | | | | | This reverts commit 4c159640e5ee77ffa48b85a5bffa56350cf933ef.
| * Revert "Recover arrow type detection"Nadrieril2019-05-042-47/+19
| | | | | | | | This reverts commit 153cf8dab3b80aba30ac3adfd44e4be251494ea2.
| * Recover arrow type detectionNadrieril2019-05-042-19/+47
| |
| * Make SubExpr generic in the variable labels typeNadrieril2019-05-0412-303/+351
|/
* Keep Spans through normalization and typecheckingNadrieril2019-05-043-36/+39
|