summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare for serde supportNadrieril2019-04-104-3/+29
* Add a new Deserialize trait for reading dhall valuesNadrieril2019-04-102-0/+64
* s/load_from/parse/Nadrieril2019-04-103-20/+20
* Add SimpleType and SimpeStaticType. Derive the latterNadrieril2019-04-107-76/+173
* Update dhall-lang submoduleNadrieril2019-04-092-1/+0
* Circumvent https://github.com/rust-lang/rust/issues/59803Nadrieril2019-04-082-7/+10
* clippyNadrieril2019-04-0810-50/+62
* Limit public APINadrieril2019-04-083-14/+8
* Rename spec testsNadrieril2019-04-084-601/+601
* Update toolchainNadrieril2019-04-081-1/+1
* Move spec tests into the relevant filesNadrieril2019-04-089-659/+668
* TweaksNadrieril2019-04-072-4/+2
* Update README.mdNadrieril2019-04-071-9/+2
* Use upstream grammarNadrieril2019-04-071-704/+1
* Update dhall-lang submoduleNadrieril2019-04-071-0/+0
* Merge branch 'statemachine-api'Nadrieril2019-04-0718-402/+722
|\
| * Restrict public APINadrieril2019-04-077-71/+104
| * FixNadrieril2019-04-071-0/+1
| * Use macros in typecheck; much cleanerNadrieril2019-04-071-132/+125
| * Universe hierarchy is overkillNadrieril2019-04-072-77/+63
| * More typecheckNadrieril2019-04-071-66/+89
| * Avoid constructing exprs manually when possibleNadrieril2019-04-077-19/+29
| * Store Normalized in type errorNadrieril2019-04-071-46/+66
| * Augment stack size for typecheck testsNadrieril2019-04-073-8/+30
| * Handle universe error properlyNadrieril2019-04-071-35/+49
| * Put a Cow in TypeNadrieril2019-04-073-76/+84
| * More typecheckNadrieril2019-04-071-78/+86
| * More improvements to typecheckNadrieril2019-04-061-133/+114
| * Store the whole type hierarchy in a TypeNadrieril2019-04-062-110/+167
| * Add Sort type universeNadrieril2019-04-063-9/+13
| * Start taking Typed seriouslyNadrieril2019-04-063-111/+135
| * Thread Typed through type_withNadrieril2019-04-063-66/+67
| * Move binary decoding to new APINadrieril2019-04-064-32/+66
| * Massage import loading into new APINadrieril2019-04-064-51/+122
| * Define some newtypes for ExprNadrieril2019-04-062-8/+37
| * Rename some modulesNadrieril2019-04-066-11/+13
| * s/Type/StaticType/Nadrieril2019-04-065-26/+25
| * s/DhallError/ImportError/Nadrieril2019-04-062-13/+13
|/
* Merge branch 'improve_typecheck_code'Nadrieril2019-04-0610-263/+543
|\
| * Factor out type equality checkingNadrieril2019-04-061-46/+50
| * Move more cases after recursionNadrieril2019-04-061-34/+34
| * Loop through args when typechecking AppNadrieril2019-04-061-17/+24
| * Factor out the recursion when possible in typecheckNadrieril2019-04-063-127/+154
| * Upgrade map to traverseNadrieril2019-04-062-46/+102
| * Add type-inference testsNadrieril2019-04-063-1/+150
| * Normalize only as needed while typecheckingNadrieril2019-04-061-17/+17
| * type_with always normalizesNadrieril2019-04-061-49/+35
| * Avoid early returns in type_withNadrieril2019-04-061-41/+38
| * Split dhall_expr!() into 2Nadrieril2019-04-064-9/+67
| * Normalize output of type inferenceNadrieril2019-04-061-4/+4