summaryrefslogtreecommitdiff
path: root/dhall/src/semantics/resolve/hir.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2020-12-07Resolve imports and alternatives outside of the ast traversalNadrieril1-2/+12
2020-12-07Defer name errors to typecheckingNadrieril1-0/+3
2020-12-07Unify `skip_resolve_expr` with normal resolutionNadrieril1-2/+2
2020-12-07Pass import results via the global contextNadrieril1-6/+7
2020-12-07Thread cx everywhere else imports are readNadrieril1-9/+11
2020-12-07Thread cx through normalizationNadrieril1-19/+23
2020-12-07Thread cx through typecheckNadrieril1-3/+6
2020-04-05Check code hashes in importNadrieril1-0/+4
2020-03-31Brutally make all of dhall pubNadrieril1-4/+4
2020-03-31Nir::normalize isn't usefulNadrieril1-6/+0
2020-03-31Remove top-level Expr aliasesNadrieril1-9/+5
2020-03-17Run clippyNadrieril1-3/+3
2020-03-05Implement `as Location` importsNadrieril1-0/+3
2020-02-19Avoid re-typechecking after importNadrieril1-1/+6
2020-02-18Discard import headers while we don't use themNadrieril1-9/+1
2020-02-18Remove useless `normalize` option from ToExprOptionsNadrieril1-8/+2
2020-02-18Borrow relevant Hir from TirNadrieril1-3/+17
2020-02-17Rename Value to NirNadrieril1-3/+3
2020-02-17Rename TyExpr to TirNadrieril1-2/+2
2020-02-17Move hir and resolve into a moduleNadrieril1-0/+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