summaryrefslogtreecommitdiff
path: root/dhall/src/semantics/tck (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace a bunch of Err(…)? and format!("constant") calls.Ceri Storey2021-03-271-1/+1
* Resolve imports and alternatives outside of the ast traversalNadrieril2020-12-071-0/+8
* Defer name errors to typecheckingNadrieril2020-12-071-0/+5
* Unify `skip_resolve_expr` with normal resolutionNadrieril2020-12-071-2/+2
* Pass import results via the global contextNadrieril2020-12-071-1/+4
* Thread cx through normalizationNadrieril2020-12-073-63/+73
* Thread cx through typecheckNadrieril2020-12-072-11/+24
* Typecheck `with` using mutationNadrieril2020-11-032-2/+5
* spec: allow unions with mixed kindsNadrieril2020-06-251-15/+5
* ClippyNadrieril2020-04-071-3/+3
* Move duplicate field checking to parserNadrieril2020-04-071-39/+22
* Move BinOp and Builtin definitions in the relevant moduleNadrieril2020-04-062-5/+4
* Move builtins module up a levelNadrieril2020-04-061-3/+2
* Extract operation-related code to a new moduleNadrieril2020-04-061-511/+4
* oopsNadrieril2020-04-061-1/+1
* Factor out operations in typecheckNadrieril2020-04-061-415/+436
* Split off operations from main expr enumNadrieril2020-04-061-17/+18
* Fix clippy warningsNadrieril2020-04-051-2/+2
* Move Value, SimpleValue and SimpleType to serdeNadrieril2020-03-311-4/+1
* Brutally make all of dhall pubNadrieril2020-03-314-13/+13
* Improve handling of builtin types in NirNadrieril2020-03-311-22/+6
* Remove top-level Expr aliasesNadrieril2020-03-311-4/+3
* Rename LitKind to NumKindNadrieril2020-03-311-5/+5
* Add new Value type in APINadrieril2020-03-311-2/+2
* Remove never_type featureNadrieril2020-03-171-3/+1
* Run clippyNadrieril2020-03-172-7/+7
* 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
* 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