summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update test bufferNadrieril2019-05-121-97/+113
|
* Commit test bufferNadrieril2019-05-121-0/+113
|
* TweakNadrieril2019-05-121-12/+12
|
* Finish implementing binary encodingNadrieril2019-05-122-8/+11
|
* clippyNadrieril2019-05-129-131/+122
|
* Split-off printer and binary encoding tests from parser testsNadrieril2019-05-122-37/+85
|
* Include success or failure prefix in test filteringNadrieril2019-05-124-24/+18
|
* Implement binary encodingNadrieril2019-05-1213-82/+465
| | | | Closes #39
* oopsNadrieril2019-05-101-0/+1
|
* Write a custom map type that allows duplicatesNadrieril2019-05-109-75/+269
|
* Merge Type and TypedNadrieril2019-05-093-105/+55
|
* Fix missing methods for testsNadrieril2019-05-091-0/+8
|
* Make visibilities more consistentNadrieril2019-05-0910-125/+106
|
* Rewrite Deserialize trait around new Value and TypeNadrieril2019-05-097-88/+73
|
* Rewrite the StaticType trait and everything around itNadrieril2019-05-0911-314/+257
|
* Tweak TypedNadrieril2019-05-091-15/+16
|
* Reduce the distance between Type and TypedNadrieril2019-05-093-157/+108
|
* Remove TypeIntermediate in favor of special-purpose functionsNadrieril2019-05-091-214/+183
|
* Small utility SubExpr::from_builtinNadrieril2019-05-092-9/+7
|
* 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
| |