summaryrefslogtreecommitdiff
path: root/dhall/src/semantics (follow)
Commit message (Expand)AuthorAgeFilesLines
* Oops, leftover #![allow(dead_code)]Nadrieril2020-02-161-17/+1
* Start requiring Universe to build a TypeNadrieril2020-02-163-176/+206
* Introduce proper Type structNadrieril2020-02-154-56/+120
* 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-132-86/+67
* 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-114-118/+124
* Remove the Embed variant from ExprKindNadrieril2020-02-117-29/+17
* Remove need for EmbedNadrieril2020-02-104-20/+22
* 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-096-54/+51
* Resolve variables alongside import resolutionNadrieril2020-02-093-44/+87
* Resolve by ref instead of by mutNadrieril2020-02-091-59/+77
* 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-094-215/+76
* Remove most reliance on types stored in ValueNadrieril2020-02-095-67/+88
* Massively deduplicate test harnessNadrieril2020-02-091-1/+4
* 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
* Add basic pretty type errors to all errorsNadrieril2020-02-041-46/+66
* Add local test files on top of dhall-lang testsNadrieril2020-02-021-0/+1
* Tweak errorsNadrieril2020-02-021-44/+43
* Use Spans consistently by valueNadrieril2020-02-023-13/+13
* Let rustfmt format string literalsNadrieril2020-02-021-43/+44
* More errorsNadrieril2020-02-022-5/+82
* More nice errors plus some refactorNadrieril2020-02-023-100/+113
* Implement once nice error using annotate_snippetsNadrieril2020-02-012-22/+36
* Factor out custom Lazy structNadrieril2020-01-313-35/+83
* Use Rc equality to shortcut Value equalityNadrieril2020-01-301-2/+1
* Tweak ConstantClosureNadrieril2020-01-302-25/+21
* Eval Thunk by moveNadrieril2020-01-301-4/+3
* Get rid of all the manual Ref borrowsNadrieril2020-01-302-149/+75
* Use OnceCell to enable returning &ValKindNadrieril2020-01-302-71/+56
* Replace Form with a pair of RefCells, in preparation for OnceCellNadrieril2020-01-301-88/+71
* Move Form::PartialExpr into ThunkNadrieril2020-01-301-36/+46
* Only the Form must be in a RefCellNadrieril2020-01-301-61/+67
* Avoid unnecessary allocations of `Value`sNadrieril2020-01-305-25/+25
* Clarify normalization to ensure we only nze onceNadrieril2020-01-304-58/+55