summaryrefslogtreecommitdiff
path: root/dhall/src/semantics (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add new Value type in APINadrieril2020-03-311-2/+2
* Add SimpleType to mirror SimpleValueNadrieril2020-03-311-1/+47
* Add SimpleValue type to facilitate deserializationNadrieril2020-03-311-0/+34
* Remove never_type featureNadrieril2020-03-172-16/+15
* Run clippyNadrieril2020-03-179-53/+54
* Implement conservative sanity checkingNadrieril2020-03-052-56/+76
* Cache imports correctlyNadrieril2020-03-052-19/+19
* Implement remote imports and cleanup import chainingNadrieril2020-03-052-81/+139
* Implement remote `as Location` resolutionNadrieril2020-03-051-1/+12
* Implement `as Text` importsNadrieril2020-03-052-4/+22
* Refactor resolve a bitNadrieril2020-03-051-80/+76
* Implement `missing` and `env:VAR` importsNadrieril2020-03-051-8/+16
* Implement `as Location` importsNadrieril2020-03-052-30/+102
* Implement some normalization simplificationsNadrieril2020-03-051-76/+80
* Normalization for ProjectionByExprBasile Henry2020-03-021-3/+34
* Expose fewer pub thingsNadrieril2020-02-191-2/+5
* Avoid re-typechecking after importNadrieril2020-02-195-14/+23
* Discard import headers while we don't use themNadrieril2020-02-182-11/+8
* Remove useless `normalize` option from ToExprOptionsNadrieril2020-02-182-11/+2
* Borrow relevant Hir from TirNadrieril2020-02-183-33/+32
* Remove spans from NirNadrieril2020-02-171-15/+7
* Rename Value to NirNadrieril2020-02-1710-381/+359
* Rename TyExpr to TirNadrieril2020-02-174-27/+27
* Factor out desugaring from resolveNadrieril2020-02-171-22/+31
* Extract resolve-relevant envs togetherNadrieril2020-02-174-112/+118
* Move hir and resolve into a moduleNadrieril2020-02-175-2/+6
* Avoid recomputing universes in tckNadrieril2020-02-163-55/+73
* 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