summaryrefslogtreecommitdiff
path: root/dhall/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Oops, leftover #![allow(dead_code)]Nadrieril2020-02-161-17/+1
|
* Start requiring Universe to build a TypeNadrieril2020-02-164-176/+213
|
* Introduce proper Type structNadrieril2020-02-155-57/+121
|
* Desugar Completion during resolutionNadrieril2020-02-154-52/+49
|
* Factor some tck code to avoid needing get_type_tyexprNadrieril2020-02-155-52/+88
|
* OopsNadrieril2020-02-142-16/+14
|
* TyExpr always carries a typeNadrieril2020-02-134-89/+68
|
* Rework annotation and Sort handlingNadrieril2020-02-132-69/+76
|
* Simplify conversions to/from TyExprNadrieril2020-02-134-108/+88
|
* Only store type at root node in tyexprNadrieril2020-02-132-29/+26
|
* Introduce LitKind to factor out common enum nodesNadrieril2020-02-1110-158/+179
|
* Simplify ExprKind visitorNadrieril2020-02-112-140/+84
|
* Remove the Embed variant from ExprKindNadrieril2020-02-1114-136/+79
|
* Remove need for EmbedNadrieril2020-02-104-20/+22
| | | | This was an archaic leftover from copying the Haskell datatypes anyway
* Remove types from NzEnvNadrieril2020-02-097-42/+47
|
* Automate conversion between envsNadrieril2020-02-093-22/+26
|
* Remove all types from ValueNadrieril2020-02-095-89/+16
|
* Take Hir for typecheckNadrieril2020-02-097-57/+58
|
* Resolve variables alongside import resolutionNadrieril2020-02-096-81/+153
|
* Resolve by ref instead of by mutNadrieril2020-02-093-274/+81
|
* Introduce environment for import resolutionNadrieril2020-02-091-31/+56
|
* Remove extra types stored in ValueNadrieril2020-02-093-47/+20
|
* Remove most TyExpr from normalizationNadrieril2020-02-097-108/+80
|
* Add Hir as untyped alternative to TyExprNadrieril2020-02-095-65/+133
|
* Remove move type propagation through ValueNadrieril2020-02-095-237/+86
|
* Remove most reliance on types stored in ValueNadrieril2020-02-095-67/+88
|
* Upgrade Rust toolchainNadrieril2020-02-091-2/+0
|
* Track error output of parsing and binary decoding testsNadrieril2020-02-091-5/+7
|
* Remove distinction between failure and error testsNadrieril2020-02-091-12/+4
|
* Add option to overwrite test filesNadrieril2020-02-091-48/+105
|
* Move ui outputs to a sensible placeNadrieril2020-02-091-8/+3
|
* Massively deduplicate test harnessNadrieril2020-02-093-140/+155
|
* Track output of import errorsNadrieril2020-02-091-0/+26
|
* Implement some record simplificationsNadrieril2020-02-061-2/+92
|
* Normalize toMapNadrieril2020-02-053-15/+55
|
* Typecheck record completionNadrieril2020-02-051-25/+51
|
* Typecheck projection by typeNadrieril2020-02-051-2/+25
|
* Implement typechecking of toMapNadrieril2020-02-041-1/+79
|
* Workaround panic in a serde_dhall exampleNadrieril2020-02-041-2/+4
| | | | | Unsure what's causing it, most probably mixing of spans from different inputs
* Add basic pretty type errors to all errorsNadrieril2020-02-042-99/+68
|
* Add local test files on top of dhall-lang testsNadrieril2020-02-022-0/+4
|
* Tweak errorsNadrieril2020-02-022-50/+46
|
* Use Spans consistently by valueNadrieril2020-02-025-23/+19
|
* Fix spans for unions and recordsNadrieril2020-02-022-17/+24
|
* Let rustfmt format string literalsNadrieril2020-02-021-43/+44
|
* More errorsNadrieril2020-02-023-22/+105
|
* More nice errors plus some refactorNadrieril2020-02-025-161/+230
|
* Implement once nice error using annotate_snippetsNadrieril2020-02-015-22/+169
|
* Factor out custom Lazy structNadrieril2020-01-313-35/+83
|
* Use Rc equality to shortcut Value equalityNadrieril2020-01-301-2/+1
|