summaryrefslogtreecommitdiff
path: root/dhall/src/semantics/hir.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2020-02-17Move hir and resolve into a moduleNadrieril1-130/+0
2020-02-16Oops, leftover #![allow(dead_code)]Nadrieril1-17/+1
2020-02-15Introduce proper Type structNadrieril1-1/+5
2020-02-15Desugar Completion during resolutionNadrieril1-1/+1
2020-02-15Factor some tck code to avoid needing get_type_tyexprNadrieril1-2/+2
2020-02-13Rework annotation and Sort handlingNadrieril1-1/+1
2020-02-13Simplify conversions to/from TyExprNadrieril1-1/+7
2020-02-11Remove the Embed variant from ExprKindNadrieril1-4/+4
2020-02-10Remove need for EmbedNadrieril1-0/+1
2020-02-09Remove types from NzEnvNadrieril1-1/+1
2020-02-09Remove all types from ValueNadrieril1-2/+2
2020-02-09Resolve variables alongside import resolutionNadrieril1-6/+30
2020-02-09Remove most TyExpr from normalizationNadrieril1-2/+1
2020-02-09Add Hir as untyped alternative to TyExprNadrieril1-0/+112