summaryrefslogtreecommitdiff
path: root/dhall/src/semantics/resolve (unfollow)
Commit message (Expand)AuthorFilesLines
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
2020-03-05Implement conservative sanity checkingNadrieril2-56/+76
2020-03-05Cache imports correctlyNadrieril2-19/+19
2020-03-05Implement remote imports and cleanup import chainingNadrieril1-76/+126
2020-03-05Implement remote `as Location` resolutionNadrieril1-1/+12
2020-03-05Implement `as Text` importsNadrieril1-1/+20
2020-03-05Refactor resolve a bitNadrieril1-80/+76
2020-03-05Implement `missing` and `env:VAR` importsNadrieril1-8/+16
2020-03-05Implement `as Location` importsNadrieril2-30/+102
2020-02-19Avoid re-typechecking after importNadrieril3-14/+21
2020-02-18Discard import headers while we don't use themNadrieril2-11/+8
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-17Factor out desugaring from resolveNadrieril1-22/+31
2020-02-17Extract resolve-relevant envs togetherNadrieril3-58/+113
2020-02-17Move hir and resolve into a moduleNadrieril4-0/+400