summaryrefslogtreecommitdiff
path: root/dhall/src/semantics/tck/typecheck.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Expose fewer pub thingsNadrieril2020-02-191-2/+5
* Avoid re-typechecking after importNadrieril2020-02-191-0/+1
* Borrow relevant Hir from TirNadrieril2020-02-181-6/+9
* Rename Value to NirNadrieril2020-02-171-47/+43
* Rename TyExpr to TirNadrieril2020-02-171-17/+16
* Avoid recomputing universes in tckNadrieril2020-02-161-28/+45
* Start requiring Universe to build a TypeNadrieril2020-02-161-156/+107
* Introduce proper Type structNadrieril2020-02-151-50/+61
* Desugar Completion during resolutionNadrieril2020-02-151-28/+6
* Factor some tck code to avoid needing get_type_tyexprNadrieril2020-02-151-42/+76
* OopsNadrieril2020-02-141-9/+9
* TyExpr always carries a typeNadrieril2020-02-131-57/+55
* Rework annotation and Sort handlingNadrieril2020-02-131-68/+75
* Simplify conversions to/from TyExprNadrieril2020-02-131-87/+70
* Only store type at root node in tyexprNadrieril2020-02-131-4/+8
* Introduce LitKind to factor out common enum nodesNadrieril2020-02-111-5/+11
* Remove the Embed variant from ExprKindNadrieril2020-02-111-5/+2
* Remove need for EmbedNadrieril2020-02-101-9/+1
* Automate conversion between envsNadrieril2020-02-091-20/+18
* Take Hir for typecheckNadrieril2020-02-091-32/+28
* Resolve variables alongside import resolutionNadrieril2020-02-091-1/+1
* Remove most TyExpr from normalizationNadrieril2020-02-091-10/+3
* Remove move type propagation through ValueNadrieril2020-02-091-30/+12
* Remove most reliance on types stored in ValueNadrieril2020-02-091-25/+31
* 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-021-8/+8
* Let rustfmt format string literalsNadrieril2020-02-021-43/+44
* More errorsNadrieril2020-02-021-5/+79
* More nice errors plus some refactorNadrieril2020-02-021-94/+110
* 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
* Move main API to lib.rsNadrieril2020-01-301-1/+1
* Move normalize under nzeNadrieril2020-01-301-1/+1
* Introduce Thunks and normalize lazilyNadrieril2020-01-301-16/+15
* Increase encapsulation for ClosuresNadrieril2020-01-301-5/+5
* s/as_whnf/kind/Nadrieril2020-01-301-17/+15
* Encapsulate partially applied builtin in a separate structNadrieril2020-01-301-11/+15
* Remove debug output in type errorsNadrieril2020-01-301-12/+3
* Move builtins-related code to its own moduleNadrieril2020-01-301-12/+10
* Move envs to their own filesNadrieril2020-01-291-55/+3
* s/QuoteEnv/VarEnv/Nadrieril2020-01-291-18/+16
* Remove dead codeNadrieril2020-01-291-22/+8
* Fix insufficient normalizationNadrieril2020-01-291-6/+6