summaryrefslogtreecommitdiff
path: root/dhall/src/semantics/tck (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Expose fewer pub thingsNadrieril2020-02-191-2/+5
|
* Avoid re-typechecking after importNadrieril2020-02-191-0/+1
|
* Borrow relevant Hir from TirNadrieril2020-02-182-30/+15
|
* Rename Value to NirNadrieril2020-02-173-62/+58
|
* Rename TyExpr to TirNadrieril2020-02-173-25/+25
|
* Extract resolve-relevant envs togetherNadrieril2020-02-171-54/+5
|
* Avoid recomputing universes in tckNadrieril2020-02-162-52/+70
|
* Start requiring Universe to build a TypeNadrieril2020-02-162-175/+205
|
* Introduce proper Type structNadrieril2020-02-152-54/+111
|
* Desugar Completion during resolutionNadrieril2020-02-151-28/+6
|
* Factor some tck code to avoid needing get_type_tyexprNadrieril2020-02-152-47/+83
|
* OopsNadrieril2020-02-142-16/+14
|
* TyExpr always carries a typeNadrieril2020-02-132-86/+67
|
* Rework annotation and Sort handlingNadrieril2020-02-131-68/+75
|
* Simplify conversions to/from TyExprNadrieril2020-02-132-90/+78
|
* Only store type at root node in tyexprNadrieril2020-02-132-29/+26
|
* Introduce LitKind to factor out common enum nodesNadrieril2020-02-111-5/+11
|
* Remove the Embed variant from ExprKindNadrieril2020-02-112-7/+3
|
* Remove need for EmbedNadrieril2020-02-101-9/+1
| | | | This was an archaic leftover from copying the Haskell datatypes anyway
* Remove types from NzEnvNadrieril2020-02-092-9/+9
|
* Automate conversion between envsNadrieril2020-02-093-22/+26
|
* Remove all types from ValueNadrieril2020-02-091-2/+2
|
* Take Hir for typecheckNadrieril2020-02-092-39/+33
|
* Resolve variables alongside import resolutionNadrieril2020-02-091-1/+1
|
* Remove most TyExpr from normalizationNadrieril2020-02-093-21/+9
|
* Add Hir as untyped alternative to TyExprNadrieril2020-02-091-58/+12
|
* Remove move type propagation through ValueNadrieril2020-02-091-30/+12
|
* Remove most reliance on types stored in ValueNadrieril2020-02-092-29/+35
|
* Massively deduplicate test harnessNadrieril2020-02-091-1/+4
|
* 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-022-10/+10
|
* Let rustfmt format string literalsNadrieril2020-02-021-43/+44
|
* More errorsNadrieril2020-02-021-5/+79
|
* More nice errors plus some refactorNadrieril2020-02-022-97/+113
|
* Implement once nice error using annotate_snippetsNadrieril2020-02-011-22/+32
|
* Tweak ConstantClosureNadrieril2020-01-301-12/+14
|
* Get rid of all the manual Ref borrowsNadrieril2020-01-301-34/+20
|
* Avoid unnecessary allocations of `Value`sNadrieril2020-01-302-3/+4
|
* Move main API to lib.rsNadrieril2020-01-302-3/+3
|
* Move normalize under nzeNadrieril2020-01-302-2/+2
|
* Introduce Thunks and normalize lazilyNadrieril2020-01-302-25/+28
|
* Increase encapsulation for ClosuresNadrieril2020-01-301-5/+5
|
* Make unnormalized Values unobservableNadrieril2020-01-301-3/+1
|
* s/as_whnf/kind/Nadrieril2020-01-301-17/+15
|
* Encapsulate partially applied builtin in a separate structNadrieril2020-01-301-11/+15
|