summaryrefslogtreecommitdiff
path: root/dhall/src/semantics/resolve (unfollow)
Commit message (Expand)AuthorFilesLines
2021-03-27Replace a bunch of Err(…)? and format!("constant") calls.Ceri Storey1-1/+1
2020-12-08tweak: factor a bitNadrieril1-24/+25
2020-12-08fix: fix import ordering issueNadrieril1-7/+7
2020-12-07Resolve imports and alternatives outside of the ast traversalNadrieril2-65/+138
2020-12-07Defer name errors to typecheckingNadrieril2-5/+7
2020-12-07Avoid storing an import before we checked its hashNadrieril2-23/+28
2020-12-07Unify `skip_resolve_expr` with normal resolutionNadrieril3-28/+47
2020-12-07Pass import results via the global contextNadrieril2-11/+11
2020-12-07Thread cx everywhere else imports are readNadrieril4-34/+51
2020-12-07Tag cx ids with the cx lifetimeNadrieril2-4/+4
2020-12-07Thread cx through normalizationNadrieril4-42/+69
2020-12-07Thread cx through typecheckNadrieril2-6/+9
2020-12-07Improve ergonomics of `Ctxt`Nadrieril1-10/+9
2020-12-07Make global store of imports and import resultsNadrieril2-62/+88
2020-12-06An import location is not independent from the import modeNadrieril1-102/+100
2020-12-06Prepare `ImportLocation` for more fieldsNadrieril1-32/+69
2020-11-01Implement type checking for With opBasile Henry1-30/+2
2020-11-01fix: clippyNadrieril2-21/+18
2020-11-01feat: add location to import error messagesNadrieril1-2/+10
2020-11-01Ensure that the hash always gets checkedNadrieril2-19/+40
2020-11-01Typed and TypedHir are the sameNadrieril3-33/+26
2020-11-01Untangle caching codeNadrieril3-648/+128
2020-11-01Store file cache in ImportEnvNadrieril3-19/+20
2020-11-01Untangle ImportEnv::handle_importNadrieril2-29/+37
2020-10-10Make reqwest an optional dependencyBasile Henry1-1/+5
2020-09-14spec: Enable `with` optimizationsNadrieril1-2/+30
2020-06-24fix: panic on remote import on wasmNadrieril1-4/+2
2020-05-30Refactor cache path resolutionNadrieril1-62/+21
2020-05-30Fix cache path resolution on wasmNadrieril1-0/+7
2020-05-30Make reqwest build on wasmNadrieril1-3/+13
2020-05-15test: Add remaining tests for cachefteychene1-0/+398
2020-05-15fixup! test: Add some unit tests for cachefteychene1-30/+55
2020-05-15fixup! test: Add some unit tests for cachefteychene1-56/+32
2020-05-15fixup! fixup! Release serde_dhall version 0.5.2fteychene1-31/+55
2020-05-15test: Add some unit tests for cachefteychene1-12/+121
2020-05-15fixup! Release serde_dhall version 0.5.2fteychene2-54/+67
2020-05-15feat: Add cache resolution on resolvefteychene3-28/+182
2020-04-07Move duplicate field checking to parserNadrieril1-2/+2
2020-04-06Move BinOp and Builtin definitions in the relevant moduleNadrieril1-3/+4
2020-04-06Extract operation-related code to a new moduleNadrieril1-1/+2
2020-04-06Split off operations from main expr enumNadrieril1-10/+11
2020-04-05Fix import bugNadrieril1-9/+11
2020-04-05Check code hashes in importNadrieril2-9/+38
2020-04-05Fix clippy warningsNadrieril1-7/+4
2020-03-31Reorganize API and internals of serde_dhall a bitNadrieril1-1/+1
2020-03-31Introduce option builderNadrieril1-2/+8
2020-03-31Brutally make all of dhall pubNadrieril4-16/+16
2020-03-31Nir::normalize isn't usefulNadrieril1-6/+0
2020-03-31Remove top-level Expr aliasesNadrieril2-11/+7
2020-03-17Run clippyNadrieril3-15/+15