summaryrefslogtreecommitdiff
path: root/dhall/src/semantics/resolve/resolve.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace a bunch of Err(…)? and format!("constant") calls.Ceri Storey2021-03-271-1/+1
* tweak: factor a bitNadrieril2020-12-081-24/+25
* fix: fix import ordering issueNadrieril2020-12-081-7/+7
* Resolve imports and alternatives outside of the ast traversalNadrieril2020-12-071-63/+126
* Defer name errors to typecheckingNadrieril2020-12-071-5/+4
* Avoid storing an import before we checked its hashNadrieril2020-12-071-15/+15
* Unify `skip_resolve_expr` with normal resolutionNadrieril2020-12-071-25/+44
* Pass import results via the global contextNadrieril2020-12-071-5/+4
* Thread cx everywhere else imports are readNadrieril2020-12-071-17/+19
* Tag cx ids with the cx lifetimeNadrieril2020-12-071-1/+1
* Thread cx through normalizationNadrieril2020-12-071-12/+20
* Thread cx through typecheckNadrieril2020-12-071-3/+3
* Improve ergonomics of `Ctxt`Nadrieril2020-12-071-10/+9
* Make global store of imports and import resultsNadrieril2020-12-071-44/+69
* An import location is not independent from the import modeNadrieril2020-12-061-102/+100
* Prepare `ImportLocation` for more fieldsNadrieril2020-12-061-32/+69
* Implement type checking for With opBasile Henry2020-11-011-30/+2
* fix: clippyNadrieril2020-11-011-16/+15
* feat: add location to import error messagesNadrieril2020-11-011-2/+10
* Ensure that the hash always gets checkedNadrieril2020-11-011-6/+22
* Typed and TypedHir are the sameNadrieril2020-11-011-18/+12
* Untangle caching codeNadrieril2020-11-011-42/+44
* Store file cache in ImportEnvNadrieril2020-11-011-9/+5
* Untangle ImportEnv::handle_importNadrieril2020-11-011-7/+16
* Make reqwest an optional dependencyBasile Henry2020-10-101-1/+5
* spec: Enable `with` optimizationsNadrieril2020-09-141-2/+30
* fix: panic on remote import on wasmNadrieril2020-06-241-4/+2
* Make reqwest build on wasmNadrieril2020-05-301-3/+13
* fixup! Release serde_dhall version 0.5.2fteychene2020-05-151-30/+33
* feat: Add cache resolution on resolvefteychene2020-05-151-28/+35
* Move duplicate field checking to parserNadrieril2020-04-071-2/+2
* Move BinOp and Builtin definitions in the relevant moduleNadrieril2020-04-061-3/+4
* Extract operation-related code to a new moduleNadrieril2020-04-061-1/+2
* Split off operations from main expr enumNadrieril2020-04-061-10/+11
* Check code hashes in importNadrieril2020-04-051-9/+34
* Reorganize API and internals of serde_dhall a bitNadrieril2020-03-311-1/+1
* Introduce option builderNadrieril2020-03-311-2/+8
* Brutally make all of dhall pubNadrieril2020-03-311-5/+5
* Remove top-level Expr aliasesNadrieril2020-03-311-2/+2
* Run clippyNadrieril2020-03-171-11/+11
* Implement conservative sanity checkingNadrieril2020-03-051-53/+73
* Cache imports correctlyNadrieril2020-03-051-7/+7
* Implement remote imports and cleanup import chainingNadrieril2020-03-051-76/+126
* Implement remote `as Location` resolutionNadrieril2020-03-051-1/+12
* Implement `as Text` importsNadrieril2020-03-051-1/+20
* Refactor resolve a bitNadrieril2020-03-051-80/+76
* Implement `missing` and `env:VAR` importsNadrieril2020-03-051-8/+16
* Implement `as Location` importsNadrieril2020-03-051-30/+99
* Avoid re-typechecking after importNadrieril2020-02-191-9/+11
* Discard import headers while we don't use themNadrieril2020-02-181-2/+7